# AGENTS.md - Amazon Orders CLI

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

## What it is

amazon-orders-pp-cli is an agent-native command line tool for Amazon Orders. Walk your Amazon order history offline — every order, item, shipment, and dollar in a local SQLite store no other...
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 amazon-orders

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/amazon-orders

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/amazon-orders
- Library page: https://printingpress.dev/library/commerce/amazon-orders
- This file: https://printingpress.dev/documentation/amazon-orders/agents.md
