# AGENTS.md - Google Search Console CLI

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

## What it is

google-search-console-pp-cli is an agent-native command line tool for Google Search Console. Every Google Search Console feature you'd reach for, plus an offline SQLite cache that powers period compare, quick...
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-search-console

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/google-search-console

## After install

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

## Links

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