# AGENTS.md - Allrecipes CLI

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

## What it is

allrecipes-pp-cli is an agent-native command line tool for Allrecipes. Search and fetch Allrecipes recipes as structured data, scale ingredients, build grocery lists, rank by Bayesian-smoothed popularity, and clear Cloudflare with a Chrome session cookie.
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 allrecipes

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/allrecipes

## MCP server

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

## After install

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

## Links

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