# AGENTS.md - Lunch Money CLI

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

## What it is

lunch-money-pp-cli is an agent-native command line tool for Lunch Money. A Go CLI for Lunch Money's official v2 OpenAPI — offline SQLite store, subscription detection, and bulk smart...
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 lunch-money

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/lunch-money

## MCP server

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

## After install

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

## Links

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