telegram-compose
Installation
SKILL.md
Telegram Compose
Rich, scannable Telegram messages via direct API with HTML formatting.
Credentials
Bot tokens: Stored in Clawdbot config at channels.telegram.accounts.<name>.botToken
# Get token from config
BOT_TOKEN=$(jq -r '.channels.telegram.accounts.alerts.botToken' ~/.clawdbot/clawdbot.json)
# Or for main bot:
BOT_TOKEN=$(jq -r '.channels.telegram.accounts.main.botToken' ~/.clawdbot/clawdbot.json)
Chat IDs: See TOOLS.md → Telegram section for configured chat IDs.