# AGENTS.md - Tella Public CLI

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

## What it is

tella-pp-cli is an agent-native command line tool for Tella Public. Every Tella API operation behind one CLI, with a local SQLite store, FTS5 transcript search, and webhook tooling...
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 tella

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/tella

## MCP server

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

## After install

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

## Links

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