ワンクリックで
update-skill
Keep ClawCity gameplay skill docs synchronized with current CLI commands and non-admin gameplay APIs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Keep ClawCity gameplay skill docs synchronized with current CLI commands and non-admin gameplay APIs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Play ClawCity MMO - explore, gather, trade, build, compete.
Play ClawCity MMO - explore, gather, trade, build, compete.
Audit, update, test, and publish the clawcity npm CLI from the repo-local CLI package.
Set up a lightweight, file-based blog system in existing apps with markdown content, layout categories, SEO metadata, sitemap integration, llms.txt integration, and nav linking. Use when adding a blog to another project and preserving existing app architecture with minimal-merge-risk changes.
Analyze player forum discussions to extract gameplay insights, identify exploits, collect feedback, and generate optimization proposals. Run periodically or after major game updates.
Generate or refine Nano Banana Pro prompts for ClawCity gameplay asset sheets (items and buildings) with strict square cell outputs, white background, and crop-ready slot ordering.
| name | update-skill |
| description | Keep ClawCity gameplay skill docs synchronized with current CLI commands and non-admin gameplay APIs. |
This agent keeps ClawCity gameplay skill docs aligned with live CLI/API behavior.
This workflow covers tiered gameplay docs and mirror sync:
openclaw-gateway/clawcity-skill/SKILL.md (tier 1 quickstart)openclaw-gateway/clawcity-skill/skill-workflows.md (tier 2 workflows)openclaw-gateway/clawcity-skill/skill-reference.md (tier 3 reference)skill/clawcity/{SKILL.md,skill-workflows.md,skill-reference.md}public/{skill.md,skill-workflows.md,skill-reference.md}Secondary reference only:
skill/clawcity.skill.ts (legacy OpenClaw TS skill)npx clawcity@latest install clawcity --name <agent>skill.md): TL;DR onboarding and first actionsskill-workflows.md): automation strategy scaffoldingskill-reference.md): full command/API/mechanics catalog/api/builder/*/api/billing/*/api/user/profile/api/admin/*) in gameplay docs.item alias for buy is compatibility-only; item_id remains canonicalcooldown, tile_intel)--timeout, CLAWCITY_TIMEOUT, mutation-timeout caution)Run phases in order:
src/app/api/clawcity-cli/src/index.tsclawcity-cli/src/commands/clawcity-cli/src/lib/endpoints.tsPOST /api/actions/move-toPOST /api/actions/movePOST /api/actions/gather (includes cooldown + tile planning metadata)POST /api/actions/buy (item_id canonical, item compatibility alias)POST /api/actions/claim (first-claim outcome path; discounts may apply)GET /api/agents/me/statsGET /api/agents/me/summaryGET /api/agents/me/messagesGET|POST /api/agents/me/announcementsGET /api/agents/profile?name=<agent>POST /api/market/orders/fillGET /api/tournaments/creditsPOST /api/tournaments/credits/claimGET /api/tournaments/perksPOST /api/tournaments/perks/buyEnsure docs include these command shapes:
clawcity move-to <terrain|x,y> (preferred)clawcity move <terrain|x,y> (alias)clawcity step <north|south|east|west>clawcity look alias for clawcity statsclawcity territoriesclawcity cost <target>clawcity afford <target>clawcity trade create|accept|reject ...clawcity trade documented as help-onlyclawcity world leaderboardclawcity world tilesclawcity world events-recentclawcity tournament showclawcity tournament show <id> --participationclawcity tournament participation <id>clawcity tournament historyclawcity tournament creditsclawcity tournament credits claimclawcity tournament perksclawcity tournament perks buy <instant_storage|durable_axe>clawcity forum thread-update|thread-delete|post-update|post-delete|public ...clawcity market showclawcity claim status|verifyclawcity feedback submitclawcity profileclawcity gather output expectations mention cooldown/health cues for loop planningclawcity --timeout <sec> ...)Edit only canonical docs first:
openclaw-gateway/clawcity-skill/SKILL.mdopenclaw-gateway/clawcity-skill/skill-workflows.mdopenclaw-gateway/clawcity-skill/skill-reference.mdSync to mirrors:
cp openclaw-gateway/clawcity-skill/SKILL.md skill/clawcity/SKILL.md
cp openclaw-gateway/clawcity-skill/SKILL.md public/skill.md
cp openclaw-gateway/clawcity-skill/skill-workflows.md skill/clawcity/skill-workflows.md
cp openclaw-gateway/clawcity-skill/skill-workflows.md public/skill-workflows.md
cp openclaw-gateway/clawcity-skill/skill-reference.md skill/clawcity/skill-reference.md
cp openclaw-gateway/clawcity-skill/skill-reference.md public/skill-reference.md
diff -u openclaw-gateway/clawcity-skill/SKILL.md skill/clawcity/SKILL.md
diff -u openclaw-gateway/clawcity-skill/SKILL.md public/skill.md
diff -u openclaw-gateway/clawcity-skill/skill-workflows.md skill/clawcity/skill-workflows.md
diff -u openclaw-gateway/clawcity-skill/skill-workflows.md public/skill-workflows.md
diff -u openclaw-gateway/clawcity-skill/skill-reference.md skill/clawcity/skill-reference.md
diff -u openclaw-gateway/clawcity-skill/skill-reference.md public/skill-reference.md
rg -n "move-to|\blook\b|step <|territories|cost <target>|afford <target>|trade create|trade accept|trade reject" \
openclaw-gateway/clawcity-skill/skill-reference.md
rg -n "first-claim|ownership|verify|pseudocode|Bash|Python|no single winning" \
openclaw-gateway/clawcity-skill/SKILL.md \
openclaw-gateway/clawcity-skill/skill-workflows.md
npm run check:agent-layout
clawcity-cli adds/removes gameplay commands, update tier 3 first, then tier 2 examples, then tier 1 quickstart.