# AGENTS.md - YesWeHack CLI

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

## What it is

yeswehack-pp-cli is an agent-native command line tool for YesWeHack. Every YesWeHack researcher feature, plus an offline SQLite-backed cockpit for scope cartography, drift detection,...
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 yeswehack

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/yeswehack

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/yeswehack
- Library page: https://printingpress.dev/library/developer-tools/yeswehack
- This file: https://printingpress.dev/documentation/yeswehack/agents.md
