# AGENTS.md - Google Ads CLI

You are being asked to install or use the Google Ads CLI from the Printing Press library.

## What it is

google-ads-pp-cli is an agent-native command line tool for Google Ads. Discover accounts, run GAQL reports, inspect field metadata, and manage Google Ads campaigns, budgets, assets, audiences, and billing.
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install google-ads

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-google-ads --force

OpenClaw:

    clawhub install printing-press-library/google-ads

## MCP server

This CLI ships an MCP server (google-ads-pp-mcp) with 162 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call google-ads-pp-cli from the shell, or use the /pp-google-ads skill inside an agent.
Run google-ads-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/google-ads
- Library page: https://printingpress.dev/library/marketing/google-ads
- This file: https://printingpress.dev/documentation/google-ads/agents.md
