What problem does it solve?
Setting up chat channels like Telegram or Discord requires handling sensitive tokens safely, writing correct config paths, and proving the channel actually works. This Skill enforces a non-interactive, secret-safe workflow that ends with a verified test message.
Core Features & Use Cases
- Secret-Safe Configuration: Tokens are wired as SecretRefs from environment variables or
0600 files, never passed via argv or written to disk in plaintext.
- Schema-Aware Writes: Inspects the config schema to confirm exact key names per channel before mutating configuration.
- End-to-End Prove Step: Sends a labeled test message and reports the observed delivery result, or explains exactly why delivery failed.
- Use Case: An operator needs to onboard a new Telegram bot for a team deployment. They list channels, set the bot token as a SecretRef, patch group policy, run doctor, and send a test message to confirm delivery.
Quick Start
Configure the Telegram channel using a SecretRef for the bot token and send a labeled test message to verify delivery.