원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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]。