agent-ads
v0.9.1
Published
CLI launcher for the multi-provider agent-ads Rust binary
Downloads
1,406
Readme
agent-ads
CLI for querying ad platform APIs from the terminal. Meta, Google Ads, TikTok, Pinterest, LinkedIn, and X supported. Read-only. Built in Rust, shipped as prebuilt native binaries.
Install
npm install -g agent-adsQuick Start
# Store your Meta access token once
agent-ads meta auth set
# Verify your setup
agent-ads meta doctor
# Pull a performance report
agent-ads meta insights query \
--account act_1234567890 \
--level campaign \
--fields campaign_id,campaign_name,impressions,clicks,spend \
--date-preset last_7dGoogle, TikTok, Pinterest, LinkedIn, and X follow the same pattern: agent-ads google ..., agent-ads tiktok ..., agent-ads pinterest ..., agent-ads linkedin ..., agent-ads x ....
Claude Code Skill
agent-ads ships as a skill for Claude Code. Install the CLI, then add the skill:
npx skills add https://github.com/bengoism/agent-ads --skill agent-adsYour agent can now query any supported ad platform using plain English.
Documentation
Full docs, all providers, examples, and configuration: agent-ads.dev
License
MIT
