# AGENTS.md - Eventbrite CLI

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

## What it is

eventbrite-pp-cli is an agent-native command line tool for Eventbrite. Every Eventbrite organizer endpoint, plus a local SQLite mirror of your events, orders
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 eventbrite

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/eventbrite

## MCP server

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

## After install

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

## Links

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