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/spdvpr/declassfileagents/agents-mdgit clone --depth 1 https://github.com/SpdVpr/DeclassFileAgentsWhat 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.01233 | $0.01233 |
| Opus 5 | $0.00616 | $0.00616 |
| Sonnet 5 | $0.00247 | $0.00247 |
| Haiku 4.5 | $0.00123 | $0.00123 |
Grade A, and why
DeclassFileAgents AGENTS.md scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST https://declassfiles.com/api/agents/register \ 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 ยท 130 lines ยท 1,233 tokens per session scan A 733e2548480b
DeclassFileAgents AGENTS.md is an instructions file published in the GitHub repository SpdVpr/DeclassFileAgents (2 stars, last pushed 6mo ago), with no licence file. It adds 1,233 tokens to every session, about $0.0062 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
perplexity-agent-mcp CLAUDE.md
Claude Code instructions for zalez/perplexity-agent-mcp, covering working on perplexity-agent-mcp, 1. hard invariants, 2. decisions and why, 3. error handling and 4. perplexity api gotchas.
senpi AGENTS.md
Instructions for code-yeongyu/senpi, covering senpi repository guide, mandatory execution protocols โ non-negotiable, protocol 1 โ explicitly requested modifications, protocol 2 โ user-requested pr reviews and structure.
easy-notion-mcp CLAUDE.md
Instructions for Grey-Iris/easy-notion-mcp, covering easy-notion-mcp, open source context, .meta/ publication policy (hybrid, 2026-07-02), standing priorities and commands.
adeu GEMINI.md
Instructions for dealfluence/adeu, covering adeu โ native track changes for ai, available tools, readdocx, processdocumentbatch and applytextrevision.
Guanlan CLAUDE.md
Instructions for shenyangs/Guanlan, covering claude.md, project, durable memory surfaces, development commands and core structure.
MCP-Airflow-API copilot-instructions.md
Instructions for call518/MCP-Airflow-API, covering copilot instructions for mcp-airflow-api, project architecture, critical patterns, functions.py - persistent session with retry strategy and standard pattern in airflowapi.py.