budget-optimizer
Budget Optimizer — Put Money Where It Works
Most ad accounts have the same problem: budget spread evenly across campaigns when performance isn't even close to even. This skill finds where your money works hardest and recommends shifts.
Reports
Efficiency Analysis
Rank campaigns/adsets by cost efficiency (CPA, ROAS, or CPC depending on objectives).
Tell me: "Where's my money working best?"
Or: "Analyze spend efficiency"
Budget Shift Recommendations
Compare performance across campaigns, recommend moving budget from losers to winners.
Tell me: "How should I shift my budget?"
Or: "Optimize my ad spend"
Spend Pacing
Check if campaigns are on pace for their daily/lifetime budgets.
Tell me: "Am I overspending or underspending?"
Or: "Check spend pacing"
Scripts
# Efficiency ranking
./scripts/budget-optimizer.sh efficiency [--account act_123] [--preset last_7d]
# Budget recommendations
./scripts/budget-optimizer.sh recommend [--account act_123]
# Spend pacing check
./scripts/budget-optimizer.sh pacing [--account act_123]
Invocation
- Pull campaign and adset level insights
- Calculate efficiency metrics (CPA, ROAS, CPC relative to spend)
- Compare against benchmarks in
ad-config.json - Identify top and bottom performers
- Calculate recommended budget shifts (% based)
- Present recommendations with clear reasoning
- Never adjust budget without explicit approval
- Log decisions to
workspace/brand/learnings.md
Safety
Budget changes are high-risk actions. This skill:
- Always shows current vs. recommended budget
- Explains the reasoning (data-backed)
- Waits for explicit "yes" before executing
- Logs every budget change for audit trail
More from themattberman/meta-ads-kit
meta-ads
Meta Ads management and reporting — daily checks, campaign performance, creative fatigue, bleeders, winners. Wraps social-cli for Facebook/Instagram ads. The '5 Daily Questions' that replace Ads Manager.
3pixel-capi
Meta Pixel + Conversions API (CAPI) setup, audit, testing, and EMQ optimization. Covers browser pixel installation, server-side CAPI implementation, deduplication, advanced matching, and Event Match Quality scoring across all major platforms.
3ad-upload
Push ad copy and images to Meta via Graph API — no Ads Manager required. Uploads images, builds asset_feed_spec creatives, and creates or refreshes ads in existing ad sets. Downstream of ad-copy-generator.
3ad-copy-generator
Generate high-converting Meta ad copy matched to specific image creatives. Analyzes visuals, writes copy that reinforces the image, cross-references account performance data, and outputs asset_feed_spec-ready variants.
3ad-creative-monitor
Track creative performance over time and detect fatigue before it kills ROAS. Monitors CTR decay, frequency creep, and CPC inflation at the ad level.
3