# AGENTS.md - Food52 CLI

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

## What it is

food52-pp-cli is an agent-native command line tool for Food52. Search, browse, and read Food52 from your terminal — with offline FTS, pantry matching, recipe scaling, and the editorial signals other tools throw away.
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 food52

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/food52

## MCP server

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

## After install

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

## Links

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