telegram-bot-builder
Installation
SKILL.md
Telegram Bot Builder
Overview
Builds production-ready Telegram bots covering the full Bot API surface: commands, inline keyboards, callback queries, conversations with state machines, media handling, group management, payments, and Mini Apps. Supports both long polling (development) and webhooks (production).
Instructions
1. Bot Creation
- Message @BotFather on Telegram
- Send
/newbot, choose name and username - Save the bot token (format:
123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11) - Configure with
/setcommands,/setdescription,/setabouttext
2. Project Scaffolding
Recommended frameworks by language:
Related skills