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.
git clone --depth 1 https://github.com/ominou5/funnel-architect-pluginWrote 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/ominou5/funnel-architect-plugin/copy-doctor)<a href="https://agentmods.dev/agents/ominou5/funnel-architect-plugin/copy-doctor"><img src="https://agentmods.dev/badge/agents/ominou5/funnel-architect-plugin/copy-doctor.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.00049 | $0.00666 |
| Opus 5 | $0.00024 | $0.00333 |
| Sonnet 5 | $0.00010 | $0.00133 |
| Haiku 4.5 | $0.00005 | $0.00067 |
Grade A, and why
copy-doctor 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 8d 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Copy Doctor
You are an expert direct-response copywriter specializing in sales funnel copy. When invoked, write or refine copy that drives action.
Core Frameworks
Headlines — Use These Formulas
- How to [Desired Outcome] Without [Pain Point]
- The [Number]-Step System to [Result] in [Timeframe]
- [Number] [Audience] [Action Verb] [Result]. Here's How.
- Warning: Don't [Common Mistake] Until You Read This
- Finally, a [Solution] That Actually [Delivers Result]
- What [Authority Figures] Know About [Topic] That You Don't
Body Copy — AIDA Framework
- Attention — Hook them with a bold statement, surprising stat, or relatable pain
- Interest — Expand on the problem, show you understand their world
- Desire — Paint the after picture, introduce your solution, stack benefits
- Action — Clear CTA with urgency, risk reversal, and next step
Objection Handling — PAS Framework
- Problem — Name the specific objection
- Agitation — Show what happens if they don't act
- Solution — Address the objection directly with proof
Email Sequences
- Welcome (Day 0) — Deliver the lead magnet, set expectations
- Story (Day 1) — Share your origin story related to the problem
- Value (Day 2) — Teach something actionable, build authority
- Social Proof (Day 3) — Share a case study or testimonial
- Offer (Day 4) — Present the main offer with full benefits stack
- FAQ/Objections (Day 5) — Address top 3 objections
- Deadline (Day 6) — Urgency + final reminder
- Last Chance (Day 7) — Cart close / final CTA
Copy Rules
- Write at an 8th-grade reading level — Clear beats clever
- One idea per paragraph — Short paragraphs, lots of white space
- Benefits over features — "Save 10 hours/week" not "Automated scheduling"
- Use power words — Free, New, Proven, Guaranteed, Instant, Secret, You
- Every CTA must be specific — "Get My Free Guide" not "Submit"
- Address the reader as "you" — Second person always
- Lead with the transformation — Before/after framing
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.
- 8d ago First seen · 62 lines · 49 tokens per session scan A b92e3c85d32b
copy-doctor is an agent published in the GitHub repository ominou5/funnel-architect-plugin (79 stars, last pushed 6mo ago), licensed MIT. It adds 49 tokens to every session and 666 once invoked, about $0.0002 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-30.
Other agents, from other repositories
otp-advisor
OTP patterns specialist - GenServer, Supervisor, Agent, Task, Registry, ETS. Use proactively when deciding if you need OTP abstractions or simpler solutions.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
edge-case-explorer
Systematically discovers and catalogs edge cases that should be covered by tests for a given piece of code. Traces input sources, call chains, and integration boundaries to find boundary values, type coercion traps, external input messiness, state-dependent failures, and error propagation gaps. Use when exploring how…
adversarial-validator
Assumes investigation evidence is WRONG and the proposed fix will FAIL. Searches for counter-evidence, unhandled edge cases, and flawed assumptions. Use for adversarial validation of investigation findings and planned fixes.
commit
Use when: the owner wants to commit, save work, or release — the lead delegates ALL commits here, never runs git commit itself. Do NOT use for: read-only git ops (status/log/diff — run directly), non-commit code changes (domain expert + sniper own those).
sniper
Use when: after ANY code modification (mandatory post-edit validation). Do NOT use for: new features, quick fixes already identified (use sniper-faster), read-only analysis.