# AGENTS.md - Recipe GOAT CLI

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

## What it is

recipe-goat-pp-cli is an agent-native command line tool for Recipe GOAT. Search trusted recipe sites, rank results, save a local cookbook, and enrich nutrition data with USDA FoodData Central.
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 recipe-goat

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/recipe-goat

## MCP server

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

## After install

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

## Links

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