# AGENTS.md - Bento CLI

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

## What it is

bento-pp-cli is an agent-native command line tool for Bento. Every Bento feature, plus the ones their own CLI does not have
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 bento

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/bento

## MCP server

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

## After install

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

## Links

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