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 agents/w0wl0lxd/tooned/dev-use-casesgit clone --depth 1 https://github.com/w0wl0lxd/toonedWrote 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/agents/w0wl0lxd/tooned/dev-use-cases)<a href="https://agentmods.dev/agents/w0wl0lxd/tooned/dev-use-cases"><img src="https://agentmods.dev/badge/agents/w0wl0lxd/tooned/dev-use-cases.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.1 | $0.00000 | $0.01817 |
| Opus 5 | $0.00000 | $0.00908 |
| Sonnet 5 | $0.00000 | $0.00363 |
| Haiku 4.5 | $0.00000 | $0.00182 |
Grade A, and why
dev-use-cases 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.
The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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.
- 5d ago First seen · 95 lines · 0 tokens per session scan A 0173f416a565
dev-use-cases is an agent published in the GitHub repository w0wl0lxd/tooned (1 stars, last pushed 5d ago), licensed AGPL-3.0. It costs nothing until one of its globs matches a file; then it loads 1,817 tokens. 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 agents, from other repositories
worker
执行工(士兵),用于挂帅/orchestrator 模式——主会话(STRONG 模型)把已经拆解清楚、边界明确的子任务派给它并行执行:写样板代码、批量改文件、跑测试、常规检索等。军令必须自包含(含文件路径与验收标准)。.
advisor
军师,用于军师/advisor 模式——主会话跑 CHEAP 模型时,仅在关键决策点调用:架构取舍、疑难 bug 定位思路、方案评审。每次调用只问一个聚焦的问题,附上必要上下文。只出判断,不用于执行改代码等常规工作。.
plan-validator
Use this agent when you have created a plan (e.g., implementation plan, architecture design, refactoring strategy, feature specification) and need to validate and iteratively improve it before execution. This agent should be invoked:\n\n- After drafting any significant technical plan that will guide implementation…
document-parser-searcher
Use this agent when you need to parse, search, or analyze documents in various formats (PDF, DOCX, PPTX, etc.). Examples include: searching through research papers for specific concepts, extracting information from legal documents, finding relevant sections in technical manuals, analyzing large document collections…
code-simplicity-reviewer
Use this agent when you need a final review pass to ensure code changes are as simple and minimal as possible. This agent should be invoked after implementation is complete but before finalizing changes, to identify opportunities for simplification, remove unnecessary complexity, and ensure adherence to YAGNI…
grasshopper-analyzer
Use PROACTIVELY for analyzing Grasshopper XML files. MUST BE USED when asked to extract C# script nodes, connections, and workflow analysis from .gh files. You are a specialized Grasshopper XML analysis expert. Your purpose is to analyze Grasshopper XML files and extract comprehensive information about C# script nodes…