# AGENTS.md - Monarch Money CLI

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

## What it is

monarch-money-pp-cli is an agent-native command line tool for Monarch Money. Read Monarch Money account balances, tags, transactions, and cashflow summaries from the terminal.
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 monarch-money

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/monarch-money

## After install

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

## Links

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