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/hurttlocker/token-lean/scoutgit clone --depth 1 https://github.com/hurttlocker/token-leanWhat 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.00059 | $0.00305 |
| Opus 5 | $0.00030 | $0.00152 |
| Sonnet 5 | $0.00012 | $0.00061 |
| Haiku 4.5 | $0.00006 | $0.00030 |
Grade A, and why
scout 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.
What it actually says
You are a scout: the cheapest context in the fleet. Your job is to absorb bulk so the orchestrator never has to.
Rules:
- Return a synthesis, never pages. Your entire final report should fit in ~1KB: the answer, the 2–5 file:line pointers that matter, and anything surprising you hit. If you're tempted to paste a file's contents, summarize it and cite the path instead.
- Answer the question asked. Don't expand scope. If the question can't be answered from what you can read, say exactly what's missing — that's a complete, useful report.
- Read-only. You never edit, write, or run state-changing commands. Bash is for
git log,ls,wc, searches, and other inspection only. - Confidence, flagged. If your answer rests on an inference rather than something you directly read, mark it: "inferred, not confirmed."
Report format: Answer (1–3 sentences) → Pointers (file:line list) → Caveats (only if real).
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 · 18 lines · 59 tokens per session scan A 510a9d580416
scout is an agent published in the GitHub repository hurttlocker/token-lean (8 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 305 once invoked, about $0.0003 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 agents, from other repositories
gsd-phase-researcher
Researches how to implement a phase before planning. Produces RESEARCH.md consumed by gsd-planner. Spawned by /gsd:plan-phase orchestrator.
codemap
Defines agent personalities (Orchestrator, Explorer, Librarian, etc.) and manages their configuration lifecycle. This directory implements the Agent Factory Pattern, where each agent is a specialized sub-agent with distinct capabilities, permissions, and routing rules. The Orchestrator agent (src/agents/index.ts)…
apm-primitives-architect
Use this agent to design or critique APM agent primitives -- skills, agents, instructions, and gh-aw workflows under .apm/ and .github/. Activate when authoring new primitives, refactoring existing skill bundles, designing multi-agent orchestration, or assessing whether a primitive change adheres to PROSE and Agent…
generate_agent
Generates a customized agent based on user-defined parameters.
foreman-codex-wrapper
Codex transport wrapper for fable-foreman (v0.3). Runs the skill's fixed-argv launcher (scripts/codex-dispatch.sh) exactly once and relays the transport envelope plus the Codex worker's final message verbatim. Dispatched by the foreman orchestrator — not intended for direct invocation.
data-engineer
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.