Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add FlanChanXwO/pixiv-cli --skill pixiv-cli-mcp-toolgit clone --depth 1 https://github.com/FlanChanXwO/pixiv-cliWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/flanchanxwo/pixiv-cli/pixiv-cli-mcp-tool)<a href="https://agentmods.dev/skills/flanchanxwo/pixiv-cli/pixiv-cli-mcp-tool"><img src="https://agentmods.dev/badge/skills/flanchanxwo/pixiv-cli/pixiv-cli-mcp-tool/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/flanchanxwo/pixiv-cli/pixiv-cli-mcp-tool"><img src="https://agentmods.dev/badge/skills/flanchanxwo/pixiv-cli/pixiv-cli-mcp-tool.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00375 |
| Opus 5 | $0.00017 | $0.00187 |
| Sonnet 5 | $0.00007 | $0.00075 |
| Haiku 4.5 | $0.00003 | $0.00038 |
Grade A, and why
pixiv-cli-mcp-tool scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
pixiv-cli MCP Tool
新增或修改 MCP tool 时使用,防止漏同步测试和文档。
边界
- tool 注册、参数 schema、structured output 和 tool 文本在
internal/mcpserver;stdio runtime 由internal/bootstrap启动。 - Pixiv 能力只经
internal/application.SDKService调用顶层pixivpublic SDK,不直连internal/pixiv/appapi、webapi、oauth或resource。 - MCP stdout 保留给 JSON-RPC;运行期失败必须保留 structured result 并设
isError=true。 - web fallback 遵守
AGENTS.md注意事项中的唯一规则;fallback 不支持的能力要报真实错误,不伪造数据。
变更 checklist
- 在
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]。 - 新增任何 timeout、截断、条数或重试限制必须有依据,并落实代码注释 + 文档 + 测试。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 24 lines · 34 tokens per session scan A baf0caf2dd6e
pixiv-cli-mcp-tool is a skill published in the GitHub repository FlanChanXwO/pixiv-cli (131 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 375 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
vhs-e2e-gif
Record a test run, a TUI session, or any terminal command as a GIF with VHS and attach it to a GitHub PR as a release-hosted asset, never a repo commit. Use when asked to record an e2e run, demo a fix on a PR, attach a GIF or screen recording to a pull request, show a test passing visually, or produce a terminal…
check-linters-before-commit
Before any commit, run linters, vet, tests, and build verification; do not commit until checks pass.
pyo3-bindings
PyO3 conventions for exposing a Rust core to Python: pyclass/pymethods, PyErr/PyResult error mapping, GIL release, properties, maturin builds, and pytest. Load when generating or reviewing PyO3 Python bindings for a Rust library.
gh-skill
Manage agent skills with gh skill. Use this skill to discover, preview, install, update, and publish Agent Skills so an agent can self-manage the skills available in its environment.
cw-gates
Use before claiming any Codewhale change is done, green, or ready to land: the focused-to-broad verification ladder, the budget checks CI enforces, and the rules for what counts as a passing test.
codew-release-qa-sweep
Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.