# AGENTS.md - Jobber CLI

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

## What it is

jobber-pp-cli is an agent-native command line tool for Jobber. Jobber API surface as a read-only CLI and MCP peer (printing-press generated).
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 jobber

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/jobber

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/jobber
- Library page: https://printingpress.dev/library/sales-and-crm/jobber
- This file: https://printingpress.dev/documentation/jobber/agents.md
