ads-agent
AdsAgent turns Claude into your always-on Google Ads analyst. Audit account health, set up new campaigns from scratch, analyze Quality Score
Open source Repository Open in the app JSON README (API)
About
AdsAgent turns Claude into your always-on Google Ads analyst. Audit account health, set up new campaigns from scratch, analyze Quality Score and Ad Rank, manage keywords and bids, mine search terms for negatives, generate A/B-tested ad copy, configure tracking, and run bulk operations across hundreds of keywords — all through conversation. No dashboards, no spreadsheets, no clicking through the Google Ads UI. Under the hood: 40+ MCP tools with full read/write access to your Google Ads data, plus three built-in skills — /ads for campaign management, /ads-audit for account health scoring, and /ads-copy for ad copywriting.
Details
- Kind
- Plugins
- Topic
- Marketing & analytics
- Publisher
- nowork-studio
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 1
- Forks
- 1
- Last push
- 2026-04-07T07:06:48Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
nowork-studio/adsagent-plugin/ads-agent
README
# AdsAgent Plugin for Claude Code Google Ads management plugin for [Claude Code](https://claude.ai/code) and Claude Coworker. Manage campaigns, audit accounts, and generate ad copy — all through natural language. ## What's Included ### Skills | Skill | Command | Description | |-------|---------|-------------| | **ads** | `/ads` | Manage campaigns, keywords, bids, budgets, search terms, and more | | **ads-audit** | `/ads-audit` | Full account health audit with scoring, personas, and business context | | **ads-copy** | `/ads-copy` | Generate and A/B test RSA (Responsive Search Ad) copy | ### MCP Server The plugin includes the **AdsAgent MCP server** configuration, which provides 40+ tools for reading and writing Google Ads data. ## Installation ### Claude Code CLI ```bash claude plugin install nowork-studio/adsagent-plugin ``` ### Manual Installation 1. Clone this repo into your Claude Code skills directory: ```bash git clone https://github.com/nowork-studio/adsagent-plugin.git ~/.claude/skills/adsagent-plugin ``` 2. Get a free API key at [adsagent.org](https://www.adsagent.org) 3. Set the environment variable: ```bash export ADSAGENT_API_KEY=your_key ``` 4. Restart Claude Code ## Setup On first use, the plugin will: 1. Detect the AdsAgent MCP server 2. Ask for your API key (if not set via environment variable) 3. List your connected Google Ads accounts and let you pick one 4. Save the configuration for future sessions ## Usage ``` # Audit your account /ads-audit # Check campaign performance /ads show performance # Pause wasteful keywords /ads pause keywords with 0 conversions # Generate ad copy /ads-copy write ads for boarding # Adjust bids /ads increase bids on converting keywords by 15% ``` ## Requirements - [Claude Code](https://claude.ai/code) CLI, desktop app, or IDE extension - A Google Ads account connected at [adsagent.org](https://www.adsagent.org) - `ADSAGENT_API_KEY` environment variable set ## License MIT