What problem does it solve?
CLI-driven orchestration of autonomous agent triggers to wake Claude sessions on cron, webhook, or manual events, enabling predictable, event-driven execution without polling.
Core Features & Use Cases
- Trigger lifecycle management: create, update, enable/disable, delete triggers via simple CLI commands.
- Multi-channel support: define triggers that work across cron, webhooks, manual triggers, and channel-backed prompts (Signal, WhatsApp, Telegram, Email).
- Prompt and wiring: per-trigger prompt.md files and optional scripts for filtering, plus optional background services for persistent listeners.
- Deployment and operations: scaffold triggers in ~/triggers/, configure webhook relay, and manage crontab and supervisor integrations.
- Use Case: orchestrate a daily status report by a cron trigger that prompts an agent to summarize system health.
Quick Start
Create a cron trigger named daily-report and place its prompt at ~/triggers/daily-report/prompt.md.