# AGENTS.md - Stripe CLI

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

## What it is

stripe-pp-cli is an agent-native command line tool for Stripe. Every Stripe feature, plus a local SQLite mirror with FTS, cross-entity SQL, and analytics no other Stripe tool ships.
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 stripe

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/stripe

## MCP server

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

## After install

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

## Links

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