What problem does it solve? Setting up a Telegram bot integration requires juggling BotFather tokens, webhook URLs, secret tokens, and command registration across multiple APIs. This Skill walks through the entire connection process step by step, storing credentials securely and verifying the webhook actually works before declaring success. ## Core Features & Use Cases - Secure Credential Collection: Prompts for the BotFather token through a secure credential prompt instead of plaintext chat, and stores the webhook secret separately. - Automated Webhook Registration: Registers a callback URL via the assistant webhooks CLI, calls the Telegram setWebhook API, and verifies the result with getWebhookInfo before reporting success. - Bot Command Registration: Configures /new and /help commands through the Telegram setMyCommands API. - Use Case: A user wants their personal assistant reachable from Telegram. The Skill collects the bot token, validates it against the Telegram getMe API, wires up the webhook, and hands off to identity verification so the user can start chatting. ## Quick Start Ask the assistant to connect your Telegram bot by saying you have a BotFather token and want to set up Telegram messaging.