What problem does it solve? NanoClaw does not ship messaging channels in its trunk, so connecting an agent to Telegram requires manually copying adapter code, registering setup steps, installing packages, and configuring bot credentials. This Skill automates that entire integration workflow with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Copies the Telegram adapter, pairing helpers, markdown sanitization utilities, and their tests from the channels branch into the source tree. - Setup Registration: Registers the pair-telegram step in the setup STEPS map and appends the self-registration import to the channel barrel. - Pairing-Based Registration: Guides bot creation via BotFather, configures TELEGRAM_BOT_TOKEN, and uses a 4-digit pairing code flow to register chats without asking users for chat IDs. - Use Case: You want your NanoClaw agent to answer messages in a Telegram group. Run this Skill to install the adapter, create a bot with BotFather, disable Group Privacy, and pair the group chat using the issued code. ## Quick Start Ask the assistant to add the Telegram channel to NanoClaw and follow the prompts to create a bot and pair your chat.