arcbaslow

Meta Audience — Development agent for Claude Code

Development community

Audience and targeting analyst.

How to install Meta Audience

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

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

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

What Meta Audience does


name: meta-audience description: Audience and targeting analyst. Evaluates targeting effectiveness, audience overlap, demographic performance, and expansion opportunities. model: sonnet maxTurns: 20 tools: Read, Bash, Write

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

  1. Fetch audience data: python scripts/meta_audiences.py --account --json
  2. Fetch demographic breakdowns: python scripts/meta_insights.py --account --breakdown age --days 30 --json
  3. F

Alternatives in Development

Full documentation available on GitHub

View Source Repository