# AGENTS.md - Lemon Squeezy CLI

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

## What it is

lemonsqueezy-pp-cli is an agent-native command line tool for Lemon Squeezy. Every Lemon Squeezy resource, plus a local SQLite mirror that surfaces MRR, churn, license seats
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 lemonsqueezy

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/lemonsqueezy

## MCP server

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

## After install

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

## Links

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