What problem does it solve? NanoClaw does not ship messaging channels in its trunk branch, so connecting a Telegram bot requires manually copying adapter files, registering setup steps, installing the pinned package, and configuring credentials. This Skill automates that entire integration workflow with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Copies the Telegram adapter, pairing and markdown-sanitize helpers, their tests, and the pair-telegram setup step from the channels branch, then registers the self-import and setup step. - Build Validation: Runs the build and a registration integration test to confirm the channel barrel, dependency, and core API consumption are wired correctly. - Credential & Pairing Flow: Guides bot creation via @BotFather, TELEGRAM_BOT_TOKEN configuration, and a 4-digit pairing-code flow to register chats or groups. - Use Case: A developer self-hosting NanoClaw wants their assistant reachable from a Telegram group; this Skill installs the channel, validates the build, and walks them through pairing the group chat. ## Quick Start Ask the assistant to add the Telegram channel to NanoClaw and follow the prompts to provide your bot token and pair your chat.