# AGENTS.md - Domino's CLI

You are being asked to install or use the Domino's CLI from the Printing Press library.

## What it is

dominos-pp-cli is an agent-native command line tool for Domino's. Order pizza, browse menus, optimize deals, and track delivery from your terminal — with a local SQLite store that powers reorder, price comparison, and deal stacking no other Domino's tool offers.
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 dominos

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/dominos

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/dominos
- Library page: https://printingpress.dev/library/food-and-dining/dominos
- This file: https://printingpress.dev/documentation/dominos/agents.md
