pixiv-cli-docs

pixiv-cli-docs is a skill for Claude Code, Codex from FlanChanXwO/pixiv-cli. It costs 58 tokens per session (1,310 once invoked), scanned A, original, MIT.

A documentation-maintenance workflow for pixiv-cli, covering its README files, language versions, contributor guidance, maintainer documentation, and documentation checks. It treats the English public documentation as the main interface contract and keeps Chinese documentation aligned.

In plain words
What is it for?
Adding or reviewing project documentation, routing content to the right file or language, checking commands and paths, and validating documentation changes.
Why use it?
It helps prevent documentation from drifting away from the software, using the wrong location, or containing broken links and inconsistent commands.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/flanchanxwo/pixiv-cli/pixiv-cli-docs
Any agent
npx skills add FlanChanXwO/pixiv-cli --skill pixiv-cli-docs
Clone the repo
git clone --depth 1 https://github.com/FlanChanXwO/pixiv-cli

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for pixiv-cli-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/flanchanxwo/pixiv-cli/pixiv-cli-docs.svg)](https://agentmods.dev/skills/flanchanxwo/pixiv-cli/pixiv-cli-docs)
Your own site
<a href="https://agentmods.dev/skills/flanchanxwo/pixiv-cli/pixiv-cli-docs"><img src="https://agentmods.dev/badge/skills/flanchanxwo/pixiv-cli/pixiv-cli-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,310 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00058 $0.01310
Opus 5 $0.00029 $0.00655
Sonnet 5 $0.00012 $0.00262
Haiku 4.5 $0.00006 $0.00131

Measured 5d ago against content hash af07fcfe8e69, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pixiv-cli-docs 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 5d 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.

.agents/skills/pixiv-cli-docs/SKILL.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

pixiv-cli Docs

新增、修改或审查本仓库文档。文件职责与路由表以本文件的 文档路由 章节为准。

流程

  1. 读取 AGENTS.md、本 SKILL 和目标文件,确定内容应落在哪个 locale、maintainer 文件、README 或贡献者入口。

  2. 按目标 locale 写作;命令、路径、包名、schema field、error code 和 code-id 保持英文。更新 public contract 时先改 canonical English,再同步已有 Simplified Chinese 语义。

  3. 检查命令、参数、输出、安全边界和代码实现是否一致;涉及 CLI/MCP/SDK/config/安装或 release 行为时,同时检查对应测试、AGENTS.md、PR 模板和产品 skills/pixiv-cli/

  4. 同一规则只写一处,其他位置用链接路由,不复制大段内容;历史计划、验收报告和 release evidence 不因当前流程变化而改写。

  5. 完成后检查相对链接、locale 导航、Markdown fence、文件存在性和语义一致性,并运行:

    go test ./scripts/tests/documentation -count=1
    git diff --check
    

文档路由

拿不准写到哪里时,先看读者。用户需要查到的接口放在 locale 文档里;只有维护代码的人会用到的内容,放进 docs/en/maintainers/(英文基准)和 docs/zh-CN/maintainers/(中文)。

每个位置管什么

位置 适合放的内容
README.mdREADME.zh-CN.md 项目介绍、安装、快速开始和最先要看到的安全提醒
docs/en/ 英文公开接口,也是接口定义的基准
docs/zh-CN/ 与英文行为一致的中文说明
docs/en/maintainers/docs/zh-CN/maintainers/ 架构、开发流程、能力边界和协作规则
docs/index.md 英文文档站入口
docs/index-zh-CN.md 中文文档站入口
两份 CONTRIBUTING 提交 Issue 和 PR 前需要知道的事
changelog/ 每个版本真正发生了什么
AGENTS.md agent 开工前要读的短规则
.agents/skills/ 可以照着执行的项目流程

[!IMPORTANT] 同一条规则只留一份。其他地方给链接,不要换个说法再抄一遍。

两种语言怎么同步

  • locale 目录使用 BCP 47 tag,目前是 enzh-CN
  • 公开接口先确认英文定义,再同步中文。中文不必逐句直译,但不能改掉命令、参数、schema、安全语义或限制。
  • 暂时没有翻译时,从 docs/index.md 链到英文。不要复制一份英文内容再把它放进中文目录。
  • code、command、flag、path、package、schema field、error code 和 wire value 保持英文。

找到该同步的文档

变化 一起更新
项目定位、安装、快速开始 两份 README
CLI command、flag、账号、配置、环境变量或输出 两份 CLI reference
SDK API、model、error 两份 SDK 文档
MCP tool、schema、wire 语义 两份 MCP tools 文档
包职责或依赖方向 docs/en/maintainers/architecture.mddocs/zh-CN/maintainers/architecture.md
测试、构建或发布流程 docs/en/maintainers/development.mddocs/zh-CN/maintainers/development.md
贡献方式 两份 CONTRIBUTING
领域术语 docs/zh-CN/maintainers/architecture.md 的「领域词汇」

[!NOTE] 普通 PR 不写版本说明。准备发布时先审计 tag 范围,再直接写 changelog/vX.Y.Z/en.mdzh-CN.md。纯内部改动也不能漏掉,统一放在 Maintenance

Read the full file on GitHub · 89 lines

Changes

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.

  1. 5d ago First seen · 89 lines · 58 tokens per session scan A af07fcfe8e69

Subscribe to this mod's changes

pixiv-cli-docs is a skill published in the GitHub repository FlanChanXwO/pixiv-cli (130 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 1,310 once invoked, about $0.0003 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.