What problem does it solve?
Configuring an agent-deck watcher requires knowing adapter-specific settings, correct clients.json sender key formats, and the exact CLI syntax, which is error-prone when done by hand. This Skill walks you through the setup conversationally and produces ready-to-use configuration files and commands.
Core Features & Use Cases
- Five adapter types supported: webhook, ntfy, github, slack, and gmail, each with documented required and optional settings.
- Guided configuration generation: Produces a watcher.toml block, a correctly keyed clients.json entry, and the exact
agent-deck watcher create command for your chosen adapter.
- Validation checklist: Verifies name format, port availability, conductor session existence, and sender key formatting before emitting commands.
- Use Case: You want GitHub pull request events routed to your conductor session. The Skill asks for a name, port, webhook secret, conductor, and group, then outputs the TOML config, the clients.json entry keyed by your GitHub username, and the create/start commands to run.
Quick Start
Ask the assistant to help you set up a new agent-deck watcher for your chosen source, such as GitHub webhooks or an ntfy topic, and answer its questions about name, conductor, and adapter settings.