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 agentmods add commands/xcodethink/open-claude-code-skills/oauthgit clone --depth 1 https://github.com/xcodethink/open-claude-code-skillsWrote 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/commands/xcodethink/open-claude-code-skills/oauth)<a href="https://agentmods.dev/commands/xcodethink/open-claude-code-skills/oauth"><img src="https://agentmods.dev/badge/commands/xcodethink/open-claude-code-skills/oauth.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00027 | $0.00319 |
| Opus 5 | $0.00014 | $0.00160 |
| Sonnet 5 | $0.00005 | $0.00064 |
| Haiku 4.5 | $0.00003 | $0.00032 |
Grade A, and why
oauth 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 3d 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
oauth — OAuth / 登录路径保护
用户输入 /oauth $ARGUMENTS 触发 三阶段强制流程(部署后 OAuth 60% 破坏率,重灾区)。
立刻读取并完整加载:
~/.claude/prompts/lib/05-部署/OAuth保护.md
按其"行为契约"段严格执行:
- 开发阶段:不碰 auth 文件清单(auth.ts / middleware.ts / providers/ / layout.tsx 含 SessionProvider / .env auth 段)— 碰了必须单独说明影响等用户 yes
- 部署前:验证 env vars 齐全 + NEXTAUTH_URL 与域名一致 + Google Console 回调 URI + git diff auth 文件无意外
- 部署后(强制):登录按钮可见 → Google 登录完成跳转 → session 有效 → 退出重登。任一失败 → 立即
git revert
参数含修饰符 → 叠加对应文件。
核心契约:auth 文件改动绝不"顺便",绝不在生产调试。任何疑似 auth 改动单独列影响等 yes。
参数: $ARGUMENTS
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.
- 3d ago First seen · 23 lines · 0 tokens per session scan A 38a16db6033b
oauth is a command published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 28d ago), licensed MIT. It adds 27 tokens to every session and 319 once invoked, about $0.0001 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-31.
Other commands, from other repositories
go-review
Go code review for idiomatic patterns.
cost-tracker
Track session costs, understand token spend, and get optimization tips.
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
standup
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
test
Run all PandaFilter verification steps in order. Stop and report on first failure. This is the required pre-commit gate.
dev-planner
Generate or update DEV-PLAN.md with phased development plan from Product-Spec.md.