Skip to content

nowork-studio/adsagent-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdsAgent Plugin for Claude Code

Google Ads management plugin for Claude 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

claude plugin install nowork-studio/adsagent-plugin

Manual Installation

  1. Clone this repo into your Claude Code skills directory:
git clone https://github.com/nowork-studio/adsagent-plugin.git ~/.claude/skills/adsagent-plugin
  1. Get a free API key at adsagent.org

  2. Set the environment variable:

export ADSAGENT_API_KEY=your_key
  1. 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 CLI, desktop app, or IDE extension
  • A Google Ads account connected at adsagent.org
  • ADSAGENT_API_KEY environment variable set

License

MIT

About

Google Ads management plugin for Claude Code — manage campaigns, audit accounts, and generate ad copy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors