Automates Telegram bot operations through Composio's Rube MCP server. You can send messages and media, manage chats, forward content, edit or delete messages, and handle bot commands. The workflows are thorough about prerequisites like verifying bot identity with TELEGRAM_GET_ME before sending, and the docs call out real pitfalls like MarkdownV2 escaping requirements and the 48-hour deletion window. Rate limits are strict (30 messages per second to groups), so bulk operations need deliberate pacing. The critical risk rating makes sense given you're controlling a bot with write access to chats. Best for building automated notifications, chat management tools, or anything that needs programmatic Telegram interaction without manual API wrangling.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill telegram-automation