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 instructions/agentx402-ai/agentscout/claude-mdgit clone --depth 1 https://github.com/agentx402-ai/agentscoutWrote 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/instructions/agentx402-ai/agentscout/claude-md)<a href="https://agentmods.dev/instructions/agentx402-ai/agentscout/claude-md"><img src="https://agentmods.dev/badge/instructions/agentx402-ai/agentscout/claude-md.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.00238 | $0.00238 |
| Opus 5 | $0.00119 | $0.00119 |
| Sonnet 5 | $0.00048 | $0.00048 |
| Haiku 4.5 | $0.00024 | $0.00024 |
Grade A, and why
agentscout CLAUDE.md 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.
What it actually says
CLAUDE.md
The shared agent/contributor guide lives in AGENTS.md (cross-tool standard) — commands, conventions, money-safety invariants, release process. Read it first:
@AGENTS.md
Claude Code specifics:
- After changing code, the gate is
npm run lint && npm test(Biome + both workspace suites;npm testbuilds the client first). - The money-safety regressions in
client/test/spend-caps.test.tsandclient/test/payto.test.tsare load-bearing — a failing one means your change reopened a real spend-safety hole (an uncapped paying path, or an unpinned payee that lets a spoofed 402 be paid); fix the code, not the test. - MCP server lives behind
agentscout mcp(cli/); its tool annotations (read-only vs state-changing) must stay truthful — a paid verb (scout_read,scout_extract,scout_crawl) is neverreadOnlyHint, so clients know to prompt a human before spending.
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 · 20 lines · 238 tokens per session scan A c10944370295
agentscout CLAUDE.md is an instructions file published in the GitHub repository agentx402-ai/agentscout (0 stars, last pushed 2d ago), licensed MIT. It adds 238 tokens to every session, about $0.0012 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 instructions, from other repositories
Scrapegraph-ai AGENTS.md
Instructions for ScrapeGraphAI/Scrapegraph-ai, covering agents.md, 1. golden rule: everything goes to pre/beta, 1. always start from an up-to-date pre/beta, 2. commit your work and 3. push and open the pr against pre/beta.
rdrr CLAUDE.md
Claude Code instructions for fkonovalov/rdrr, covering claude.md, what is this project?, project structure, common commands and code conventions.
AutomatiQ AGENTS.md
AGENTS.md instructions for StoneSteel27/AutomatiQ, covering agent guidelines, project map, daily commands, doctrine and config.
hyalo CLAUDE.md
Claude Code instructions for ractive/hyalo, covering agents, documentation, dogfooding, rust and language server.
docpull AGENTS.md
AGENTS.md instructions for raintree-technology/docpull: DocPull is the open-source context dependency manager for AI agents. Its core contract is local-first, browser-free by default, reproducible, cited, and budget guarded.
webdown CLAUDE.md
Claude Code instructions for kelp/webdown, covering webdown development guide, working with claude, version management (semantic versioning), modern python development setup (python 3.10+) and build & testing commands.