# AGENTS.md - Google Ad Manager CLI

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

## What it is

google-ad-manager-pp-cli is an agent-native command line tool for Google Ad Manager. The only REST-native Google Ad Manager CLI: report, search, and manage publisher inventory from the terminal, backed by a local mirror the web console can't match.
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-ad-manager

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/google-ad-manager

## MCP server

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

## After install

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

## Links

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