Help us improve
Share bugs, ideas, or general feedback.
From claude-ads
Runs a full multi-platform paid advertising audit across Google, Meta, LinkedIn, TikTok, and Microsoft Ads using parallel subagents. Generates per-platform health scores and an aggregate score with prioritized action plan.
npx claudepluginhub hainrixz/claude-ads --plugin claude-adsHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-ads:ads-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Collect account data**: request exports, screenshots, or API access
Audits paid advertising accounts across Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads. Delegates to subagents, computes per-platform and aggregate health scores, generates prioritized action plans.
Conducts a full multi-platform paid advertising audit across Google Ads, Meta Ads, LinkedIn, TikTok, Microsoft, and Apple Ads using 6 parallel audit agents, generating a health score (0-100).
Audits advertising account performance across Meta, TikTok, Google, and Zalo Ads. Provides a Health Score (0-100), Quick Wins, Quality Gate violations, and prioritized action plans.
Share bugs, ideas, or general feedback.
audit-google: Conversion tracking, wasted spend, structure, keywords, ads, settings, PMax, AI Max, Demand Gen, CTV, YouTube video campaigns (G01-G74, G-PM*, G-AI*, G-DG*, G-CTV*)audit-meta: Pixel/CAPI health, creative fatigue, structure, audience, Andromeda, Advantage+ (M01-M40, M-AN*, M-AT*, M-CR*, M-ST*, M-IA*, M-TH*) — MCP-wiredaudit-tiktok: Pixel + Events API + ttclid, creative diversity, Smart+, GMV Max, Symphony, learning phase (T01-T25, T-SR*)Ask the user for available data. Accept any combination:
If no exports available, audit from screenshots or manual data entry.
Read ads/references/scoring-system.md for full algorithm.
| Platform | Category Weights |
|---|---|
| Conversion 25%, Waste 20%, Structure 15%, Keywords 15%, Ads 15%, Settings 10% | |
| Meta | Pixel/CAPI 30%, Creative 30%, Structure 20%, Audience 20% |
| Tech 25%, Audience 25%, Creative 20%, Lead Gen 15%, Budget 15% | |
| TikTok | Creative 30%, Tech 25%, Bidding 20%, Structure 15%, Performance 10% |
| Microsoft | Tech 25%, Syndication 20%, Structure 20%, Creative 20%, Settings 15% |
Aggregate = Sum(Platform_Score x Platform_Budget_Share)
Grade: A (90-100), B (75-89), C (60-74), D (40-59), F (<40)
ADS-AUDIT-REPORT.md: Comprehensive multi-platform findingsADS-ACTION-PLAN.md: Prioritized recommendations (Critical > High > Medium > Low)ADS-QUICK-WINS.md: Items fixable in <15 minutes with high impactEach platform section includes:
IF severity == "Critical" OR severity == "High"
AND estimated_fix_time < 15 minutes
THEN flag as Quick Win
SORT BY (severity_multiplier x estimated_impact) DESC