ワンクリックで
pixiv-cli-mcp-tool
Add or change a pixiv-cli MCP tool with full sync of registration, tests, localized MCP docs, README, and CHANGELOG.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add or change a pixiv-cli MCP tool with full sync of registration, tests, localized MCP docs, README, and CHANGELOG.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Operate Pixiv through the pixiv-cli binary — search works, inspect Pixiv artwork or user IDs/URLs, view rankings and recommendations, manage bookmarks/follows, and download works. Load only when the user explicitly mentions Pixiv or pixiv-cli, provides a pixiv.net URL or ID in a clear Pixiv context, or requests a specific Pixiv operation or `pixiv` command. Do not trigger for generic illustration, artist, image-search, or download requests without Pixiv context. Verify current syntax with `pixiv <cmd> --help`.
Maintain pixiv-cli documentation; locale and maintainer routing live in docs/maintainers/agents/documentation-guidelines.md.
Review pixiv-cli changes with finding-first output; review criteria live in docs/maintainers/agents/review-checklist.md.
Generate a one-line Conventional Commits message for pixiv-cli from staged changes.
| name | pixiv-cli-mcp-tool |
| description | Add or change a pixiv-cli MCP tool with full sync of registration, tests, localized MCP docs, README, and CHANGELOG. |
新增或修改 MCP tool 时使用,防止漏同步测试和文档。
internal/mcpserver;stdio runtime 由 internal/bootstrap 启动。internal/application.SDKService 调用顶层 pixiv public SDK,不直连 internal/pixiv/appapi、webapi、oauth 或 resource。AGENTS.md 注意事项中的唯一规则;fallback 不支持的能力要报真实错误,不伪造数据。internal/mcpserver 注册/修改 tool;认证类错误要暴露真实原因。internal/mcpserver 聚焦测试,运行 go test ./internal/mcpserver/...,涉及共享行为时运行 go test ./...。docs/en/mcp-tools.md 与 docs/zh-CN/mcp-tools.md:名称、参数、返回语义和 fallback 行为。README.md,并写入 CHANGELOG.md 的 [Unreleased]。