What problem does it solve?
This Skill automates adding Telegram as a messaging channel to a NanoClaw deployment, removing the manual, error-prone steps of wiring bot code, environment variables, service registration, and chat onboarding. It provides deterministic code changes, testable channel logic, and interactive setup so Telegram chats can be registered and used reliably by agents.
Core Features & Use Cases
- Adds a TelegramChannel implementation and unit tests, updates the channel barrel import, and records state so the codebase recognizes Telegram as a first-class channel.
- Guides users through creating or providing a Telegram bot token, syncing credentials into the container environment, adjusting group privacy, registering chats, and verifying message flow.
- Use case: enable a team Telegram group to receive notifications and interact with NanoClaw agents or run an Agent Swarm where subagents appear as distinct Telegram identities.
Quick Start
Use the add-telegram skill to install the Telegram channel, provide or create a bot token, sync TELEGRAM_BOT_TOKEN into the container environment, and register your chat.