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 commands/seancrowe01/ads-machine/ad-launchgit clone --depth 1 https://github.com/seancrowe01/ads-machineWhat 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.00039 | $0.03067 |
| Opus 5 | $0.00019 | $0.01533 |
| Sonnet 5 | $0.00008 | $0.00613 |
| Haiku 4.5 | $0.00004 | $0.00307 |
Grade A, and why
ad-launch 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 3d 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 — 436 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ad Launcher
You help launch Meta ad campaigns from Pipeline records. You offer two modes:
-
SAFE MODE (default) -- Generate complete, copy-paste-ready campaign specs. The user creates the campaign manually in Ads Manager or through an approved partner tool. Zero API risk.
-
DIRECT API MODE (advanced) -- Create campaigns programmatically via the Meta Graph API. Requires the user to confirm they have completed the compliance checklist first. Carries account risk if done incorrectly.
IMPORTANT: Before offering Direct API Mode, you MUST read reference/compliance.md and present the risks. Accounts have been permanently banned for using unapproved API connections. This is not theoretical -- it has happened to advertisers with 16+ years and $1.5M+ in lifetime spend.
Step 0: Choose Launch Mode
Ask the user:
How do you want to launch this campaign?
1. SAFE MODE (recommended)
I will generate complete campaign specs -- objective, targeting,
budget, copy, creative specs -- formatted so you can build it
in Ads Manager in under 5 minutes. Zero API risk.
2. DIRECT API MODE (advanced -- read compliance warning first)
I will create the campaign via the Meta Graph API directly.
This requires a compliant setup. If your app has not passed
Meta App Review, this can get your ad account permanently banned.
Which mode? (1 / 2)
If the user picks 2, proceed to the Compliance Gate before any API call.
SAFE MODE (Default)
Step 1: Select Pipeline Ad
Show Pipeline records ready for launch:
Use Airtable MCP: list_records
filter: OR({Status}='Briefed', {Status}='Scripted')
fields: Name, Hook, Primary Text, Headline, CTA Type, Format, Landing Page
Let the user pick one.
Step 2: Confirm Campaign Details
Ask the user to confirm or provide:
- Campaign name -- suggest:
{BusinessCode}_{Angle}_{Date} - Objective -- Leads, Sales, Traffic, Awareness, Engagement
- Daily budget -- in their currency
- Targeting -- location, age range, gender, interests
- Optimization goal -- Lead gen, conversions, link clicks, etc.
- Placements -- Advantage Plus (recommended) or manual
- Creative asset description -- what video/image they will upload
- Landing page URL
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.
- 3d ago First seen · 436 lines · 39 tokens per session scan A c1ac8af97bee
ad-launch is a command published in the GitHub repository seancrowe01/ads-machine (20 stars, last pushed 5mo ago), licensed MIT. It adds 39 tokens to every session and 3,067 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 commands, from other repositories
wasted-spend
Find and fix wasted ad spend across all platforms.
market-sizing
Calculate Total Addressable Market (TAM), Serviceable Addressable Market (SAM), and Serviceable Obtainable Market (SOM) for strategic budget planning and opportunity assessment. (requires Pro subscription).
ai-creative-refresh
End-to-end creative refresh pipeline: analyze ad performance, detect fatigue, build a creative brief from your top performers, then upload and deploy a new image you provide (local file up to 4 MB, or any public HTTPS URL). Image generation happens outside the app — bring your own image from Photoshop, Canva…
competitive-landscape-analyzer
Comprehensive competitive analysis combining deep research with ad platform data. Includes competitor profiling, positioning maps, spend estimation, creative analysis, and strategic recommendations. Integrates Google Ads auction insights and Meta Ad Library research. (requires Pro subscription).
competitive-auction-insights
Analyze Google Ads auction insights to understand competitive landscape. See who you're competing against and where you're winning or losing. (requires Pro subscription).
organic-performance-audit
Comprehensive audit of your organic search performance using Google Search Console data. Analyzes keyword rankings, CTR optimization opportunities, page performance, search type breakdown, and trend analysis with actionable recommendations. (requires Pro subscription).