meta-adslisted
Install: claude install-skill arcbaslow/meta-ads-agents
# Meta Ads: Campaign Analysis Skill
**Invocation:** `/meta-ads $1 $2` where `$1` is the command and `$2` is the account ID or argument.
**Scripts:** Located at the plugin root `scripts/` directory.
Multi-agent Meta Ads analysis covering campaign performance, creative fatigue,
audience targeting, Pixel/CAPI events, budget optimization, and attribution modeling.
Supports multiple ad accounts.
## Quick Reference
| Command | What it does |
|---------|-------------|
| `/meta-ads audit <account-id>` | Full account audit with parallel agent delegation |
| `/meta-ads performance <account-id>` | Campaign performance analysis (spend, ROAS, CPA, CTR) |
| `/meta-ads creative <account-id>` | Creative analysis with fatigue detection |
| `/meta-ads audience <account-id>` | Audience targeting and demographic insights |
| `/meta-ads events <account-id>` | Pixel/CAPI health and conversion funnel |
| `/meta-ads budget <account-id>` | Budget utilization and scaling opportunities |
| `/meta-ads report <account-id>` | Generate PDF/HTML report |
| `/meta-ads auth` | Set up authentication (OAuth or manual token) |
| `/meta-ads accounts` | List accessible ad accounts |
## Command Routing
When the user invokes `/meta-ads`:
| Input | Route to |
|-------|----------|
| `audit <id>` | meta-ads-audit skill |
| `performance <id>` | meta-ads-performance skill |
| `creative <id>` | meta-ads-creative skill |
| `audience <id>` | meta-ads-audience skill |
| `events <id>` | meta-ads-events skill |
| `budg