# AGENTS.md - Amazon Seller CLI

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

## What it is

amazon-seller-pp-cli is an agent-native command line tool for Amazon Seller. Run Amazon seller workflows from the terminal: FBA inventory, orders, sales reports, listings, catalog lookup, and account operations.
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-seller

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/amazon-seller

## MCP server

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

## After install

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

## Links

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