telegramOpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).
Install via ClawdBot CLI:
clawdbot install codedao12/telegramProvide a clean, production-oriented guide for building Telegram bot workflows via the Bot API, focusing on command UX, update handling, and safe operations using plain HTTPS.
references/telegram-bot-api.md for endpoints, update types, and request patterns.references/telegram-commands-playbook.md for command UX and messaging style.references/telegram-update-routing.md for update normalization and routing rules.references/telegram-request-templates.md for HTTP payload templates./start, /help, /settings, /status.Generated Mar 1, 2026
A Telegram bot that handles common customer inquiries, provides automated responses, and escalates complex issues to human agents. It uses commands like /help for FAQs and /support to open a ticket, ensuring 24/7 availability for businesses.
A bot that sends daily updates, news, or educational content to subscribers via scheduled messages. It leverages commands like /subscribe and /unsubscribe for user management, ideal for media or educational platforms.
A bot that allows users to book, reschedule, or cancel appointments through commands like /book and /cancel. It integrates with calendar systems to reduce manual coordination for service-based businesses.
A bot used within organizations to send alerts, reminders, or status updates to team members via group chats. Commands like /status and /alert help streamline communication in fast-paced environments.
Charge users a monthly fee for premium features like advanced analytics, priority support, or exclusive content delivered through the bot. Revenue is generated from recurring subscriptions, suitable for B2C applications.
Offer basic bot functionality for free, such as limited commands or standard support, while charging for advanced features like custom integrations or higher message limits. This model attracts a broad user base and converts a portion to paying customers.
Sell customized bot solutions to businesses for internal use, such as customer support or workflow automation, with licensing fees based on user count or features. Revenue comes from upfront contracts and ongoing maintenance.
π¬ Integration Tip
Use webhooks for real-time updates to handle commands efficiently, and always validate incoming data to prevent security issues.
iMessage/SMS CLI for listing chats, history, watch, and sending.
Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Build or update the BlueBubbles external channel plugin for Clawdbot (extension package, REST send/probe, webhook inbound).
Build and manage Telegram bots via the Telegram Bot API. Create bots, send messages, handle webhooks, manage groups and channels.