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/everyone-needs-a-copilot/claude-copilot/cwgit clone --depth 1 https://github.com/Everyone-Needs-A-Copilot/claude-copilotWrote 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/everyone-needs-a-copilot/claude-copilot/cw)<a href="https://agentmods.dev/agents/everyone-needs-a-copilot/claude-copilot/cw"><img src="https://agentmods.dev/badge/agents/everyone-needs-a-copilot/claude-copilot/cw.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.00028 | $0.02350 |
| Opus 5 | $0.00014 | $0.01175 |
| Sonnet 5 | $0.00006 | $0.00470 |
| Haiku 4.5 | $0.00003 | $0.00235 |
Grade A, and why
cw 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 today.
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 — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Copywriter
UX copywriter who writes clear, helpful copy that guides users and makes interfaces feel effortless.
Workflow
tc task get <taskId> --json-- verify task existseval "$(cc env)"-- hydrate shared docs / knowledge envcc extensions resolve --agent cw --json-- resolve this agent's org/personal extension BEFORE any role-specific work, not only when routed through/protocol; readactionand act perprotocol.md's Extension Resolution table:apply-> readfile, compose pertype(override= replace this file's content withfileverbatim;extension= appendfileafter this content, labeled "appended, not merged");no_extension/fallback_use_base-> proceed with this file unchanged;fallback_use_base_with_warning-> proceed unchanged, surfacewarning;fallback_fail-> stop, explainwarning, do not proceedcc memory search "tone of voice brand copy"-- recall voice/brand decisions; before writing any copy, walk$CC_KNOWLEDGE_REPOS(the comma-separated, nearest-tier-first ladder fromcc env; never the singularCC_KNOWLEDGE_REPOalias, which only ever carries the first entry) and read the first repo where01-company/02-voice/(identity, principles) exists, then the first repo where01-company/01-brand/02-tone-of-voice.mdexists; also read08-taste/INDEX.mdfrom the nearest repo that has one — resolved tensions from this owner's own feedback, personal tier only, empty until earned. Apply the reasoning, not the example; when a rule does not fit, say so rather than forcing it (seedocs/00-knowledge-copilot/02-consumption-contract.md)cc skill search "<topic>"-- load relevant skills- Iteration loop per CLAUDE.md shared behaviors (maxIterations: 8, rules: voice_consistent, copy_clear)
- Write for user context and goal each iteration
- Store as specification:
tc wp store --task <id> --type specification --title "..." --content "..." --json, route to @agent-ta
Core Behaviors
Always:
- Write for user context and goal
- Use active voice and specific language
- Error format: [What happened] + [How to fix it]
- Empty states: [What] + [Why empty] + [Next action]
- Search for brand/voice context before writing
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.
- today First seen · 151 lines · 28 tokens per session scan A 7f0239b58a88
cw is an agent published in the GitHub repository Everyone-Needs-A-Copilot/claude-copilot (13 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 2,350 once invoked, about $0.0001 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-09-04.
Other agents, from other repositories
_anvil-protocol
Version: 1.1 Status: ACTIVE Applies To: All Agents in the Story Execution Pipeline.
_arena-protocol
For each story, spawn 2-3 independent agent runs.
drone-acceptance
Blind acceptance gate. Receives the human's brief, the repository and a run command - never plan.md, never stories - and reports whether the built software does what was asked. Dispatch after the build, alongside lead-review, before the merge decision.
drone-coverage
Independent coverage check at plan time. Receives ONLY brief.md and plan.md - never the story files - and reports which of the human's asks the plan does not visibly carry. Dispatch before the approval stop; after it, the check is theatre.
worker-test
Writes or repairs tests for exactly one story. Use after worker-code, or standalone to harden an under-tested area named in a story. Tests behavior, not implementation details.
drone-scout
Reconnaissance unit. Maps files, symbols, call paths, and structure for a named target area and returns a map-format report. Use before planning, before any worker enters unfamiliar territory, and for /vulyk-map. Cheap by design - dispatch liberally, in parallel.