# AGENTS.md - xero CLI

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

## What it is

xero-pp-cli is an agent-native command line tool for xero. Fixture-first, read-only Xero CLI for agents.
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 xero

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/xero

## After install

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

## Links

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