by AgriciDaniel
Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation.
# Add to your Claude Code skills
git clone https://github.com/AgriciDaniel/claude-adsGuides for using ai agents skills like claude-ads.
Last scanned: 4/22/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-22T06:01:53.377Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": false
}A manual audit of a single Google Ads account takes 4-6 hours of senior PPC time. Claude Ads runs the same audit in 10-15 minutes, scores it on a 0-100 weighted scale, and outputs a prioritized action plan across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, and Amazon Ads. Built for PPC agencies, in-house marketers, and freelance ad consultants. Local, deterministic, MIT-licensed.
Last updated: 2026-05-18 · Version: v1.7.1 · CHANGELOG · Blog: full ad audit breakdown
Two versions of this skill.
- 🌐 Public open-source →
AgriciDaniel/claude-ads: MIT, public releases, no membership. Best if you want stable + downloadable.- 🔒 Community private mirror →
AI-Marketing-Hub/claude-ads: early access to upcoming features and direct collaboration with the AI Marketing Hub Pro community. Requires membership.
/ads amazon (Sponsored Products/Brands/Display, ACOS/TACOS), /ads attribution (AdAttributionKit + GA4 + Consent Mode V2), /ads tracking (sGTM + CAPI Gateway + dedup + hashing).tests/: routing snapshots, bidirectional 209-check catalog coverage, scoring math determinism, SSRF regression. Runs in CI on every commit.install.sh / install.ps1 --target=<host> with whitelist validation for Claude Code, Codex CLI, Cursor, Windsurf, Gemini CLI, Goose./ads google for the AI Max era (ai_max_setting.enable_ai_max, AI Brief, FUE, brand exclusions). /ads meta for the Andromeda + GEM + Lattice era with Entity-ID clustering detection.ads/references/thinking-framework.md.Full release notes: CHANGELOG.md.
What /ads audit actually returns (truncated for brevity):
{
"ads_health_score": 73,
"grade": "C",
"audit_date": "2026-05-18",
"platforms": {
"google_ads": { "score": 78, "grade": "B", "checks_run": 80, "critical": 2, "high": 5 },
"meta_ads": { "score": 64, "grade": "C", "checks_run": 50, "critical": 4, "high": 7 },
"linkedin": { "score": 81, "grade": "B", "checks_run": 27, "critical": 0, "high": 3 }
},
"top_findings": [
{
"id": "M-AND-01",
"severity": "critical",
"platform": "meta",
"title": "Andromeda creative similarity > 60%: retrieval suppression risk",
"impact": "Estimated 20-35% reach loss; 4 ad sets affected",
"action": "Replace 7 near-duplicate creatives with concept-diverse variants",
"owner": "creative",
"eta_days": 7
},
{
"id": "G-AIM-03",
"severity": "high",
"platform": "google",
"title": "AI Max enabled without negative keyword discipline",
"impact": "Wasted spend ~$1,400/mo on irrelevant queries",
"action": "Build negative list from 30d search term report",
"owner": "search",
"eta_days": 2
}
],
"quick_wins": [
"Enable Consent Mode V2 (Privacy Sandbox compatible, ~1 hr)",
"Pause 3 ad groups failing 3x Kill Rule (saves ~$420/mo)"
]
}
Plus a PDF version (/ads report) with health score gauge, platform comparison charts, and zero-overlap layout for client delivery.
ℹ️ Two install paths — pick the one that matches your access.
The commands below default to the community private mirror at
AI-Marketing-Hub/claude-ads(early access for Pro members). To use the public release atAgriciDaniel/claude-ads(MIT, no membership), swapAI-Marketing-Hub/claude-adsforAgriciDaniel/claude-adsand the plugin slugclaude-ads@ai-marketing-hub-claude-adsforclaude-ads@agricidaniel-claude-adsin every command.Pro members: requires
gh auth login(or PAT) with access to theAI-Marketing-Huborg. If/plugin marketplace add404s, DM in the Skool community to get added.
/plugin marketplace add AI-Marketing-Hub/claude-ads
/plugin install claude-ads@ai-marketing-hub-claude-ads
Registers claude-ads as a native plugin with auto-updates, namespace isolation, and version tracking.
curl -fsSL https://raw.githubusercontent.com/AI-Marketing-Hub/claude-ads/main/install.sh | bash
irm https://raw.githubusercontent.com/AI-Marketing-Hub/claude-ads/main/install.ps1 | iex
# Unix/macOS/Linux
bash install.sh --target=codex # OpenAI Codex CLI (experimental)
bash install.sh --target=cursor # Cursor IDE (experimental)
bash install.sh --target=windsurf # Windsurf IDE (experimental)
bash install.sh --target=gemini # Gemini CLI (experimental)
bash install.sh --target=goose # Goose CLI (experimental)
# Windows PowerShell
.\install.ps1 -Target codex
.\install.ps1 -Target cursor
.\install.ps1 -Target windsurf
.\install.ps1 -Target gemini
.\install.ps1 -Target goose
Per-host install path table:
| Target | Skills root | Agents root | Python deps |
|---|---|---|---|
claude |
~/.claude/skills |
~/.claude/agents |
✓ |
codex |
~/.codex/skills |
~/.codex/agents |
✓ |
cursor |
~/.cursor/extensions/claude-ads/skills |
~/.cursor/extensions/claude-ads/agents |
skipped |
windsurf |
~/.windsurf/skills |
~/.windsurf/agents |
skipped |
gemini |
~/.gemini/extensions/claude-ads/skills |
~/.gemini/extensions/claude-ads/agents |
skipped |
goose |
~/.config/goose/skills |
~/.config/goose/agents |
skipped |
Path overrides:
bash install.sh --target=claude --skill-dir=~/custom/skills --agent-dir=~/custom/agents
Targets and override paths are strictly whitelist-validated: no shell injection, no flag confusion
claude-ads is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by AgriciDaniel. Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation. It has 6,852 GitHub stars.
Yes. claude-ads passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/AgriciDaniel/claude-ads" and add it to your Claude Code skills directory (see the Installation section above).
claude-ads is primarily written in Python. It is open-source under AgriciDaniel on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-ads against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill