# AGENTS.md - eBay CLI

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

## What it is

ebay-pp-cli is an agent-native command line tool for eBay. Buyer-power-user CLI for eBay. Sold-comp intelligence, true sniper bidding, watchlist intelligence, saved-search feeds, and a local SQLite store for cross-listing analytics.
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 ebay

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/ebay

## MCP server

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

## After install

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

## Links

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