telegram-bot-managerManage and configure Telegram bots for OpenClaw. Use when setting up Telegram integrations, troubleshooting bot connectivity, configuring bot tokens, or managing Telegram channel/webhook settings. Handles bot registration, token validation, and network connectivity checks for api.telegram.org.
Install via ClawdBot CLI:
clawdbot install 362224222/telegram-bot-manager/newbot command1234567890:ABCdefGHIjklMNOpqrsTUVwxyz)# Test Telegram API connectivity
curl -I https://api.telegram.org
# Check bot token validity
curl -s "https://api.telegram.org/bot<YOUR_TOKEN>/getMe"
When api.telegram.org is unreachable:
curl -I -m 10 https://api.telegram.org
nslookup api.telegram.org
curl -I https://telegram.org
See OPENCLAW_CONFIG.md for detailed configuration steps.
Common Telegram bot commands for BotFather:
/newbot - Create a new bot/mybots - Manage your bots/setdescription - Set bot description/setabouttext - Set about text/setuserpic - Set bot profile picture/setcommands - Set bot commands/token - Generate new token/revoke - Revoke current token/setprivacy - Configure privacy modeSee WEBHOOK_SETUP.md for webhook configuration.
"Connection timed out"
"Invalid token"
"Bot not responding"
/startUse the test script in scripts/test_bot.py for automated validation.
Generated Mar 1, 2026
Businesses can deploy this skill to automate customer inquiries and support tickets via Telegram bots. It enables handling common questions, providing order updates, and routing complex issues to human agents, improving response times and reducing support costs.
Organizations can use this skill to set up Telegram bots for sending real-time alerts and updates to internal teams. It facilitates monitoring system statuses, sharing project milestones, and coordinating tasks, enhancing communication efficiency in remote or distributed work environments.
Event planners or educational institutions can leverage this skill to create bots that send event schedules, reminders, and registration confirmations. It helps manage attendee engagement, reduce no-shows, and streamline event logistics through automated messaging.
Media companies or marketers can utilize this skill to configure bots for broadcasting news updates, promotional offers, or curated content to subscribers. It supports targeted messaging, audience segmentation, and tracking engagement metrics to optimize marketing campaigns.
Industries like manufacturing or smart home services can implement this skill to integrate Telegram bots with IoT systems for monitoring device statuses. It enables sending alerts for anomalies, remote control commands, and data reports, improving operational oversight and maintenance.
Offer this skill as part of a subscription-based service where businesses pay monthly or annually for access to Telegram bot management features. Revenue is generated through tiered pricing plans based on usage limits, such as number of bots or messages sent, with additional fees for premium support.
Provide consulting services to help clients set up and customize Telegram bots using this skill. Revenue comes from one-time project fees or hourly rates for integration, troubleshooting, and training, targeting organizations needing tailored solutions for specific workflows.
Deploy a freemium model where basic bot management features are free, encouraging adoption. Revenue is generated by upselling premium features like advanced analytics, webhook support, or priority connectivity checks, appealing to growing businesses seeking scalability.
๐ฌ Integration Tip
Ensure your OpenClaw environment has stable internet access and properly configured firewall rules to connect with api.telegram.org, and always store bot tokens securely in environment variables to prevent exposure.
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).
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).