# AGENTS.md - ShipsGo CLI

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

## What it is

shipsgo-pp-cli is an agent-native command line tool for ShipsGo. Every ShipsGo endpoint, plus an RFQ workspace, lane analytics, and an offline shipment book no other tool offers.
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 shipsgo

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/shipsgo

## MCP server

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

## After install

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

## Links

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