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 skills/planailabs/ui.plan.ai/docs-architecturenpx skills add planailabs/ui.plan.ai --skill docs-architecturegit clone --depth 1 https://github.com/planailabs/ui.plan.aiWrote 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/planailabs/ui.plan.ai/docs-architecture)<a href="https://agentmods.dev/skills/planailabs/ui.plan.ai/docs-architecture"><img src="https://agentmods.dev/badge/skills/planailabs/ui.plan.ai/docs-architecture.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.00040 | $0.01352 |
| Opus 5 | $0.00020 | $0.00676 |
| Sonnet 5 | $0.00008 | $0.00270 |
| Haiku 4.5 | $0.00004 | $0.00135 |
Grade C, and why
docs-architecture scanned grade C with 2 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 4d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- `build:docs` uses `rm -rf` + `cp -R` — Unix-only. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
If you add a new splash page, write all of its body links + hero actions with explicit `/docs/` prefix. Validate via `curl -s <url> | grep -oE 'href="[^"]+"' | sort -u`. The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 4d ago First seen · 83 lines · 40 tokens per session scan C 0fcba243c28b
docs-architecture is a skill published in the GitHub repository planailabs/ui.plan.ai (2 stars, last pushed 3mo ago), with no licence file. It adds 40 tokens to every session and 1,352 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
anvil-new-article
从用户提供的素材(口述要点/YouTube 视频/别的攻略/原始数据)直接生成一篇符合 AnvilWiki schema 的 MDX 文章页,自动填 frontmatter(title/description/category/tags/summary/boss 等),写完后自动跑校验。视频素材走 Step 0 抓字幕再成文。触发词:写文章 / 生成攻略页 / 视频转攻略 / new article / 帮我把这些内容做成页面。.
anvil-batch-articles
从用户给的关键词清单批量生成一批符合 AnvilWiki schema 的 MDX 内页:按搜索意图归类 → 生成 new-posts.csv → pnpm bulk-new-posts 批量建草稿 → 按统一提示词模板逐篇填充 → 全批验收。触发词:批量写文章 / 一次生成一堆攻略 / 关键词清单生成页面 / batch articles。.
anvil-refresh
内容新鲜度巡检——扫描全站 lastModified 超 90 天的时效性文章(bosses/tier-list)、codes 页日期、sitemap 覆盖缺口,输出一份"该更新什么"的优先级清单。触发词:内容巡检 / 哪些文章过期了 / freshness check / 该更新什么。.
anvil-update-codes
更新游戏的兑换码页面——用户给一批新码(或来源链接/截图内容),自动更新 codes 文章的 CodeBlock 列表、过期分区、日期与 gameVersion。触发词:更新 codes / 新兑换码 / codes 过期了 / update codes。.
anvil-adsense-audit
AdSense 申请前全站体检——按 Google 官方政策(计划政策/发布商政策/内容质量/抓取可达/隐私合规)逐项审计站点是否达到申请标准,模板已解决的项直接给证据,fork 用户侧的项逐项判定,输出 Pass/Fail/Unknown/N/A 完整表格 + Blocker/High/Medium 分级裁决。触发词:adsense 审计 / 能不能申请 adsense / 被拒了帮我看下 / 申请前自查 / adsense audit / 过审。.
specification-website
Query and apply The Website Specification — a platform-agnostic specification of what a good website does, with each item tagged required, recommended, optional, or avoid. Use when the user asks what their site should have, whether something is required, how to audit a URL, what's missing for agent readiness, or…