# AGENTS.md - Worten Reverse Engineered CLI

You are being asked to install or use the Worten Reverse Engineered CLI from the Printing Press library.

## What it is

worten-pp-cli is an agent-native command line tool for Worten Reverse Engineered. Local OpenAPI seed extracted from the working housebuy Worten CLI.
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 worten

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/worten

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/worten
- Library page: https://printingpress.dev/library/commerce/worten
- This file: https://printingpress.dev/documentation/worten/agents.md
