# AGENTS.md - Google Play CLI

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

## What it is

google-play-pp-cli is an agent-native command line tool for Google Play. Every public Google Play surface in one Go binary, plus a local SQLite mirror for rank history and listing change detection that no other Play tool keeps.
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-play

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/google-play

## MCP server

This CLI ships an MCP server (google-play-pp-mcp) with 1 tool. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

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