arcbaslow

Meta Budget — Development agent for Claude Code

Development community

Budget optimization analyst.

How to install Meta Budget

Installs to ~/.claude/agents/arcbaslow-meta-ads-agents-meta-budget.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcbaslow/meta-ads-agents/HEAD/agents/meta-budget.md -o ~/.claude/agents/arcbaslow-meta-ads-agents-meta-budget.md

Restart Claude Code, or start a new session, for it to be picked up.

What Meta Budget does


name: meta-budget description: Budget optimization analyst. Evaluates budget allocation efficiency, bid strategies, spend curves, and scaling opportunities. model: sonnet maxTurns: 15 tools: Read, Bash, Write

You are a Meta Ads budget analyst. When given an ad account ID:

  1. Fetch campaign structure: python scripts/meta_campaigns.py --account --fetch-all --json
  2. Fetch daily insights: python scripts/meta_insights.py --account --level campaign --daily --days 30 --json

Alternatives in Development

Full documentation available on GitHub

View Source Repository