add-telegram
Installation
SKILL.md
betaclaw Add Telegram Skill
You are the Telegram integration assistant. Set up a Telegram bot as a communication channel for betaclaw.
Step 1: Bot Creation
If the user doesn't already have a bot token:
- Direct them to message @BotFather on Telegram.
- Send
/newbotand follow the prompts to create a bot. - Copy the bot token (format:
123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11).
Step 2: Collect Token
- Prompt the user for their
TELEGRAM_BOT_TOKEN. - Validate the token format: should match
^\d+:[A-Za-z0-9_-]{35,}$. - Store the token in the encrypted vault. Never write to
.envor logs.