A specialized tool for registering, configuring, and maintaining Telegram bot integrations within the OpenClaw ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram-bot-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install telegram-bot-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Telegram Bot Manager is a comprehensive skill designed to streamline the lifecycle of Telegram bots. It acts as a bridge between the Telegram Bot API and your local environment, ensuring that bots are correctly registered via BotFather and properly integrated into your workflows. This skill focuses on maintaining robust connectivity and secure token management.
By utilizing this component of Openclaw Skills, developers can easily validate bot tokens, manage network connectivity to api.telegram.org, and switch between webhook and polling modes. It simplifies the technical overhead of bot administration, allowing you to focus on building features rather than debugging integration hurdles.
To begin using this skill within the ecosystem of Openclaw Skills, follow these steps:
/newbot command.curl -s "https://api.telegram.org/bot<YOUR_TOKEN>/getMe"
curl -I https://api.telegram.org
The Telegram Bot Manager manages configuration data through environment variables and local configuration files. Below is the primary data structure for bot configuration:
| Attribute | Type | Description |
|---|---|---|
| BOT_TOKEN | String | The unique API token provided by BotFather |
| MODE | String | Defines interaction type: polling or webhook |
| WEBHOOK_URL | String | The public HTTPS endpoint for webhook delivery |
| PAIRING_MODE | Boolean | Enables or disables direct message pairing |
All sensitive tokens should be managed through secure configuration layers within the Openclaw Skills framework.
Loading
A sophisticated technical analysis tool that identifies key support and resistance levels for major cryptocurrency pairs.

An autonomous web learning skill that empowers AI agents to search, browse, and extract real-time knowledge from the internet.

A specialized skill for conducting quick on-page SEO audits and Generative Engine Optimization assessments using the Fennec SEO Auditor extension.

An automated utility for Openclaw Skills that retrieves recent unread Gmail messages and generates a concise, summarized digest.

A specialized content engine designed to generate viral-ready Xiaohongshu posts optimized for the platform's CES engagement algorithm.

An AI agent skill designed to manage Google Ads campaigns, budgets, and reporting via the Google Ads API.








































