What problem does it solve?
This Skill streamlines adding Telegram as a communication channel for NanoClaw so you can receive notifications and accept chat-based commands without manually wiring code, environment variables, and registrations.
Core Features & Use Cases
- Channel Integration: Merges a Telegram channel implementation into the codebase and registers the channel with NanoClaw.
- Flexible Modes: Supports a main chat that responds to all messages or a trigger-only control channel for notifications and command triggers.
- Operational Setup: Guides through creating a Telegram bot token, configuring TELEGRAM_BOT_TOKEN in the environment, syncing to the container, disabling group privacy for group visibility, and registering chat IDs.
- Use Case: Replace or augment WhatsApp with Telegram to receive real-time alerts, accept administrator commands via mentions, or run passive notification channels for system events.
Quick Start
Add Telegram as a channel and walk me through creating a bot token, updating TELEGRAM_BOT_TOKEN in the environment, merging the telegram channel code, and registering a chat ID.