What problem does it solve?
This Skill integrates Telegram as a first-class channel for NanoClaw so agents can communicate with users in Telegram groups and private chats without manual code edits or fragile ad-hoc routing.
Core Features & Use Cases
- Deterministic code package that adds a Telegram Channel implementation, routing updates, configuration keys, and unit tests so the change can be applied and reverted reliably.
- Handles mention-to-trigger translation, group vs private naming, media placeholders (photo, video, voice, document, sticker, location, contact), and typing indicators.
- Provides interactive setup guidance for creating a bot token, syncing environment variables to container runtime, registering chats (tg:<id>), and optional Agent Swarm support.
- Includes manifest and intent files to support three-way merges, automated tests, and a removal procedure for clean uninstallation.
Quick Start
Add Telegram channel to NanoClaw and walk me through creating a bot token, updating TELEGRAM_BOT_TOKEN and TELEGRAM_ONLY, and registering a chat so the bot can respond in Telegram.