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/jdevalk/specification.website/specification-websitenpx skills add jdevalk/specification.website --skill specification-websitegit clone --depth 1 https://github.com/jdevalk/specification.websiteWhat 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.00127 | $0.02136 |
| Opus 5 | $0.00063 | $0.01068 |
| Sonnet 5 | $0.00025 | $0.00427 |
| Haiku 4.5 | $0.00013 | $0.00214 |
Grade A, and why
specification-website 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 2d 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.
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.
- 2d ago First seen · 159 lines · 127 tokens per session scan A bba469a59dfc
specification-website is a skill published in the GitHub repository jdevalk/specification.website (845 stars, last pushed 3d ago), with no licence file. It adds 127 tokens to every session and 2,136 once invoked, about $0.0006 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
substitute-an-ingredient
Decide whether a cocktail ingredient can be swapped for one on hand, and find adjacent drinks with cocktail.glass.
cocktails-from-my-bar
Turn a photo of a home bar, or a list of bottles, into the cocktails you can make right now using cocktail.glass.
anvil-batch-articles
从用户给的关键词清单批量生成一批符合 AnvilWiki schema 的 MDX 内页:按搜索意图归类 → 生成 new-posts.csv → pnpm bulk-new-posts 批量建草稿 → 按统一提示词模板逐篇填充 → 全批验收。触发词:批量写文章 / 一次生成一堆攻略 / 关键词清单生成页面 / batch articles。.
anvil-new-article
从用户提供的素材(口述要点/视频内容/别的攻略/原始数据)直接生成一篇符合 AnvilWiki schema 的 MDX 文章页,自动填 frontmatter(title/description/category/tags/summary/boss 等),写完后自动跑校验。触发词:写文章 / 生成攻略页 / new article / 帮我把这些内容做成页面。.
anvil-refresh
内容新鲜度巡检——扫描全站 lastModified 超 90 天的时效性文章(bosses/tier-list)、codes 页日期、sitemap 覆盖缺口,输出一份"该更新什么"的优先级清单。触发词:内容巡检 / 哪些文章过期了 / freshness check / 该更新什么。.
anvil-update-codes
更新游戏的兑换码页面——用户给一批新码(或来源链接/截图内容),自动更新 codes 文章的 CodeBlock 列表、过期分区、日期与 gameVersion。触发词:更新 codes / 新兑换码 / codes 过期了 / update codes。.