ワンクリックで
update-taptap-mcp
更新本地 TapTap Maker MCP 到最新版本。当用户说"更新 taptap mcp"、"tap mcp 有新版本"、"刷新 mcp"、"升级 Maker MCP"时触发。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
更新本地 TapTap Maker MCP 到最新版本。当用户说"更新 taptap mcp"、"tap mcp 有新版本"、"刷新 mcp"、"升级 Maker MCP"时触发。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Guide TapTap Maker local development workflows. Use when a user asks to initialize Maker local development, clone/download a Maker project, continue a Maker project, inspect local Maker status, pull, submit, push, or resolve Git conflicts.
Explain the local TapTap Maker AI dev kit installed during Maker project clone. Use after a Maker project is cloned or bound, or when the user asks what CLAUDE.md, examples, templates, or urhox-libs are for.
生成 TapTap 当前游戏 DC 运营简报与结论解读(商店/评价/社区)。适用于运营或工作室开发者需要快速看曝光/下载/预约等指标、评价与社区走势,并在许可后执行点赞/官方回复评价。
生成 TapTap 当前游戏 DC 运营简报与结论解读(商店/评价/社区)。在 OpenClaw 中使用 bundled raw-data tools 拉原始 JSON,再由 skill 负责解读与行动建议。
SOC 職業分類に基づく
| name | update-taptap-mcp |
| description | 更新本地 TapTap Maker MCP 到最新版本。当用户说"更新 taptap mcp"、"tap mcp 有新版本"、"刷新 mcp"、"升级 Maker MCP"时触发。 |
Use the CLI upgrade entry instead of hand-writing npm cache or client-config scripts. Maker local
development is published by @taptap/maker; do not update the legacy main Open API package for
Maker workflows.
This workflow upgrades only the current machine and the current Maker project directory.
.bak.* files have no reliable ownership
marker and must be left untouched.required_upgrade, update_available, current, unavailable, or skipped.
It never runs taptap-maker upgrade by itself.maker://status; if resources are unavailable, fall back to maker_status_lite.
If the Maker MCP package update section reports required_upgrade, explain the version reason
to the user first.
Do not run any upgrade command before that explanation and approval step.--target-dir only when the directory is
confirmed to be a Maker project, which means it or one of its parents contains
.maker-mcp/config.json.<PROJECT_DIR>. If there are multiple workspaces, or the current directory is
not clearly a Maker project, ask the user for the Maker project directory before using
--target-dir.npx -y -p @taptap/maker taptap-maker upgrade --target-dir <PROJECT_DIR>
If the user only wants one client, pass --ide codex, --ide cursor, or --ide claude.
If the user only wants to refresh the machine-level MCP command and no Maker project directory is
confirmed, explain that this refresh will not update project AGENTS.md, then run
npx -y -p @taptap/maker taptap-maker upgrade without --target-dir only after the user agrees.
AGENTS.md.maker://status; if resources are unavailable, call
maker_status_lite.maker://status / maker_status_lite.schema_version, latest, latest_beta,
minimum_supported, blacklist, and message.required_upgrade means the local AI must explain the reason, ask the user for approval, and only
then run the appropriate upgrade command.maker://status or maker_status_lite.taptap-maker upgrade performs current-directory upgrade work:
npx -y -p @taptap/maker taptap-maker.cwd to the current Maker project when --target-dir is provided.AGENTS.md policy block when the directory is
bound to a Maker project.AGENTS.md content outside the managed block.<config>.taptap-maker.bak.latest when a client config actually changes.If maker://status still shows an old package, wrong cwd, or missing Maker proxy tools after
restart/reconnect, check whether a project-level MCP config is overriding user/global config.
Common project-level files include:
.mcp.json.codex/config.toml.codex/mcp.json.cursor/mcp.json.vscode/mcp.jsoncodex.tomlDo not migrate, delete, or edit these project-level files automatically. Explain the finding and ask the user whether they want to move Maker MCP configuration to user/global scope.
When a user upgrades MCP and later opens an old Maker project:
maker://status first.AGENTS.md section reports missing_file, missing_block, or outdated, run:npx -y -p @taptap/maker taptap-maker agents update --target-dir <PROJECT_DIR>
AGENTS.md instructions are loaded.Status reads are intentionally read-only. Do not modify AGENTS.md from maker://status or
maker_status_lite; use the CLI update command.