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/wh0ff24/whoff-agents/agents-mdgit clone --depth 1 https://github.com/Wh0FF24/whoff-agentsWrote 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/wh0ff24/whoff-agents/agents-md)<a href="https://agentmods.dev/instructions/wh0ff24/whoff-agents/agents-md"><img src="https://agentmods.dev/badge/instructions/wh0ff24/whoff-agents/agents-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 | $0.00767 | $0.00767 |
| Opus 5 | $0.00383 | $0.00383 |
| Sonnet 5 | $0.00153 | $0.00153 |
| Haiku 4.5 | $0.00077 | $0.00077 |
Grade A, and why
whoff-agents AGENTS.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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Whoff Agents — Agent Context
What This Project Is
An AI-operated developer tools business at whoffagents.com. Builds and sells MCP servers, Claude Code skills, and starter kits. Run 95% autonomously by Atlas (an AI agent).
Project Structure
whoff-agents/
├── .paul/ # PAUL project management framework
│ ├── PROJECT.md # Business context + requirements
│ ├── STATE.md # Current metrics + status
│ ├── ROADMAP.md # 5-phase roadmap to $10K MRR
│ └── phases/ # Execution plans
├── products/ # 6 product repos
│ ├── crypto-data-mcp/ # Free MCP server (public)
│ ├── ship-fast-skill-pack/ # $49 (private)
│ ├── seo-writer-skill/ # $19 (private)
│ ├── workflow-automator-mcp/ # Free/Pro $15/mo (private)
│ ├── trading-signals-mcp/ # $29/mo (private)
│ └── ai-saas-starter/ # $99 (private)
├── tools/ # Automation scripts
│ ├── post_to_x.py # Tweet from @AtlasWhoff
│ ├── post_to_devto.py # Publish Dev.to articles
│ ├── create_short_v2.py # YouTube Short generator (TTS + captions)
│ ├── batch_shorts_generator.py # Batch generate + upload
│ ├── content_flywheel.py # 1 article → 5 outputs
│ └── upload_to_youtube.py # YouTube upload via OAuth
├── webhook/ # Stripe delivery system
│ ├── config.json # Price→repo mappings (DO NOT MODIFY)
│ └── check_purchases.py
├── content/ # Generated content
│ ├── *.mp4 # YouTube Shorts
│ ├── *.json # X threads, Short configs
│ └── *.md # Articles, newsletters
├── logs/daily-ops.md # Operations log
└── .env # API keys (DO NOT MODIFY)
Key APIs & Credentials
All in .env — X API, Dev.to API, Stripe, GitHub tokens.
YouTube OAuth tokens at ~/.openclaw/workspace/keys/youtube_token.json
Brand Guidelines
- Colors: Red (#C8102E), Silver (#C0C0C0), Blue (#002E5D), Gold (#FFB81C)
- NOT cyan/purple
- Persona: "Atlas" (not "Claude") in all public content
- Tone: Professional but direct. Ship fast energy.
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 · 68 lines · 767 tokens per session scan A fdc823882762
whoff-agents AGENTS.md is an instructions file published in the GitHub repository Wh0FF24/whoff-agents (2 stars, last pushed 2mo ago), licensed MIT. It adds 767 tokens to every session, about $0.0038 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
open-multi-agent AGENTS.md
AGENTS.md instructions for open-multi-agent/open-multi-agent, covering agents.md, repository map, commands, working rules and validation by change type.
commonly CLAUDE.md
Claude Code instructions for Team-Commonly/commonly, covering claude.md / agents.md, 🧠 product vision & architecture philosophy, what commonly is, the architecture model and key concepts.
openhuman CLAUDE.md
Claude Code instructions for tinyhumansai/openhuman, a project described as: Your Personal AI super intelligence. A brain that builds a local-first memory of your life, a fantastic orchestrator of agent fleets and workflows, and a deep researcher.
research-os AGENTS.md
Instructions for lxinfei5/research-os, covering researchos — constitution, §0 what this is, §1 directory discipline, §2 half-life (innovation 1) — memory design and §3 behavior pillars (innovations 2–5).
opencode-hive AGENTS.md
Instructions for rretsiem/opencode-hive, covering opencode hive, directory structure, ai setup instructions, step 1: discover available models and step 2: detect target project stack.
Polaris AGENTS.md
AGENTS.md instructions for sponge-b0b/Polaris, covering agents.md, purpose and authority, domain vocabulary, coding conduct and secrets.