โ† All skills
Tencent SkillHub ยท Developer Tools

Telegram Bot Manager

Manage 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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage 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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
QUICKSTART.md, README.md, RELEASE_NOTES.md, SKILL.md, metadata.json, references/OPENCLAW_CONFIG.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Setup a new Telegram bot

Create bot via BotFather Message @BotFather on Telegram Use /newbot command Follow prompts for bot name and username Copy the bot token (format: 1234567890:ABCdefGHIjklMNOpqrsTUVwxyz) Configure in OpenClaw Add token to OpenClaw config Enable Telegram plugin Set up pairing mode for DM access

Validate bot configuration

# Test Telegram API connectivity curl -I https://api.telegram.org # Check bot token validity curl -s "https://api.telegram.org/bot<YOUR_TOKEN>/getMe"

Troubleshooting connectivity issues

When api.telegram.org is unreachable: Check network access curl -I -m 10 https://api.telegram.org Verify DNS resolution nslookup api.telegram.org Test alternative endpoints curl -I https://telegram.org

Configuring OpenClaw Telegram integration

See OPENCLAW_CONFIG.md for detailed configuration steps.

Bot token security

Never commit bot tokens to version control Store tokens in environment variables or secure config files Rotate tokens if compromised Use different tokens for different environments (dev/prod)

Bot Commands Reference

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 mode

Webhook (Recommended for production)

Bot receives updates via HTTP POST Requires public HTTPS endpoint More efficient for high-volume bots

Polling (Good for development)

Bot continuously checks for updates Simpler setup, no public endpoint needed Easier to debug locally See WEBHOOK_SETUP.md for webhook configuration.

Common errors and solutions

"Connection timed out" Check firewall rules Verify proxy configuration Test with different network "Invalid token" Verify token format (should contain colon) Check for extra spaces or characters Regenerate token if needed "Bot not responding" Verify bot is not blocked Check bot privacy settings Ensure bot has proper permissions

Manual testing

Search for your bot username on Telegram Start a conversation with /start Test basic commands

Automated testing

Use the test script in scripts/test_bot.py for automated validation.

References

Telegram Bot API Documentation BotFather Documentation OpenClaw Configuration Guide

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Config
  • SKILL.md Primary doc
  • QUICKSTART.md Docs
  • README.md Docs
  • references/OPENCLAW_CONFIG.md Docs
  • RELEASE_NOTES.md Docs
  • metadata.json Config