# AGENTS.md - Copper CLI

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

## What it is

copper-pp-cli is an agent-native command line tool for Copper. The Copper CRM command line no one else built: full CRUD plus a local database, weighted pipeline forecasting, stale-deal detection, and the bulk operations Copper's own API refuses to provide.
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 copper

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/copper

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/copper
- Library page: https://printingpress.dev/library/sales-and-crm/copper
- This file: https://printingpress.dev/documentation/copper/agents.md
