Agent skill · software engineering · mvanhorn
pp-amazon-seller
Printing Press CLI for Amazon Seller. Read FBA inventory, orders, sales reports, listings, and catalog data for an Amazon seller account.
Why this skill is useful
Provides specific commands and workflows for interacting with the Amazon Seller API that the AI wouldn't reliably generate on its own.
What it needs
Requires amazon-seller-pp-cli installed locally. About 8k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Amazon Seller — Printing Press CLI Prerequisites: Install the CLI This skill drives the amazon-seller-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: amazon-seller-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer): If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Command Reference catalog — Read Catalog Items API item data. amazon-seller-pp-cli catalog get — Get one catalog item by ASIN. amazon-seller-pp-cli catalog search — Search catalog items. Provide marketplaceIds plus one valid search mode such as keywords or identifiers with... fba-inventory — Inspect Fulfillment by Amazon inventory summaries. amazon-seller-pp-cli fba-inventory — List FBA inventory summaries. For North America marketplace-level inventory, pass granularityType=Marketplace,... listings — Read Listings Items API data for seller SKUs. amazon-seller-pp-cli listings get — Get one listing item by seller ID and SKU. amazon-seller-pp-cli listings search — Search listing items for a seller. orders — Search and inspect Orders API v2026-01-01 order records. amazon-seller-pp-cli orders get — Get one Orders API v2026-01-01 order. amazon-seller-pp-cli orders search — Search orders. Provide exactly one of createdAfter or lastUpdatedAfter; Amazon returns 400 for invalid combinations. reports — Create reports, poll report status, and inspect report document metadata. amazon-seller-pp-cli reports create — Create a report request. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/amazon-seller