Plugins
The official marketplace: capabilities hosted agent products rent out as features, maintained here, running on your box.
The hotline repo is a Claude Code plugin marketplace. Add it once, then install what you want:
claude plugin marketplace add 1broseidon/hotline
claude plugin install mission-control@hotline # or hotline@hotline, email-sentry@hotline
hotline
The channel itself, packaged as a plugin. Installing it wires the hotline MCP server into your sessions, so Claude gets the reply, react, edit_message, and download_attachment tools plus the inbound message relay, without you editing .mcp.json by hand.
Prerequisites: the hotline binary on your PATH (brew install 1broseidon/tap/hotline, or go install github.com/1broseidon/hotline/cmd/hotline@latest) and a configured bot token. The quickstart covers both.
mission-control
Our take on what makes a good texting agent, as a one-command scaffold. Install it, then run /mission-control:init inside the project you want to text with. It creates:
- a filing system the agent keeps on disk:
INDEX.mdas the master registry,threads/,inbox/,archive/ - an operating playbook (
CLAUDE.md) that teaches the agent to work the system - a starter texting voice (
HOTLINE.md)
It never overwrites existing files: conflicts are reported and skipped, only missing pieces are created. The same content lives as a copyable folder at templates/mission-control if you'd rather skip the plugin.
email-sentry
A headless inbox gatekeeper. A watcher polls Gmail, an LLM judge decides "should this notify the user right now?", and only mail that matters buzzes your hotline channel: a human asking you something, money moving, real deadlines, security events. Everything else stays quiet.
Install it, then run /email-sentry:init. The skill checks prerequisites, scaffolds the watcher, the judge prompt, the config, and a systemd service, and walks you through enabling it.
Prerequisites:
- the gog CLI on PATH, authenticated for at least one Gmail account
- a running hotline channel: token saved and at least one paired sender (that chat is where notifications go)
- the
claudeCLI on PATH (the judge runs through it), pluspython3andflock
Add your own
Built your own setup around hotline? Open a PR with your template. The interesting ones come from real daily use.
next: Access & permissions →