# AGENTS.md - Judge Me CLI

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

## What it is

judge-me-pp-cli is an agent-native command line tool for Judge Me. Our REST API lets you access to resources and perform actions on behalf of a store.
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 judge-me

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/judge-me

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/judge-me
- Library page: https://printingpress.dev/library/marketing/judge-me
- This file: https://printingpress.dev/documentation/judge-me/agents.md
