# AGENTS.md - Paul Graham Essays CLI

You are being asked to install or use the Paul Graham Essays CLI from the Printing Press library.

## What it is

paul-graham-pp-cli is an agent-native command line tool for Paul Graham Essays. Static public essay index for paulgraham.com.
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 paul-graham

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/paul-graham

## MCP server

This CLI ships an MCP server (paul-graham-pp-mcp) with 1 tool. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/paul-graham
- Library page: https://printingpress.dev/library/media-and-entertainment/paul-graham
- This file: https://printingpress.dev/documentation/paul-graham/agents.md
