# AGENTS.md - EmailOctopus CLI

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

## What it is

emailoctopus-pp-cli is an agent-native command line tool for EmailOctopus. Manage EmailOctopus lists, contacts, campaigns, automations, reports, and cross-list cleanup workflows from the terminal.
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 emailoctopus

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/emailoctopus

## MCP server

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

## After install

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

## Links

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