A comprehensive development toolkit for rapidly building feature-rich Telegram bots with interactive keyboards, webhooks, and group management capabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram-bot-builder
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-builder using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Telegram Bot Builder is a specialized utility designed to streamline the lifecycle of Telegram bot development. By integrating this skill within Openclaw Skills, developers can bypass the boilerplate of bot setup and jump straight into defining complex interactions. It provides a structured approach to managing BotFather configurations, handling interactive UI elements like Inline and Reply keyboards, and implementing robust webhook integrations for real-time communication.
Whether you are building a simple auto-reply bot or a complex group management system, this skill provides the necessary abstractions to handle Telegram's specific messaging protocols efficiently. It is optimized for developers who need to implement messaging automation without getting bogged down by the nuances of the Telegram Bot API.
To begin using the Telegram Bot Builder, ensure your environment is ready and your API token is available:
# Install the necessary dependencies for the bot builder
npm install @openclaw/telegram-skill-kit
# Set your environment variables for authentication
export TELEGRAM_BOT_TOKEN="your_bot_father_token"
# Initialize the skill workflow
openclaw-skill init telegram-bot-builder
The skill organizes bot logic and metadata using a structured JSON-based schema to ensure compatibility across different Openclaw Skills environments:
| Attribute | Description | Data Type |
|---|---|---|
| bot_token | Secure API key provided by BotFather | String |
| keyboard_config | Definitions for Inline and Reply button arrays | Object |
| webhook_url | Endpoint for receiving incoming bot updates | String (URL) |
| message_filters | Regex or keyword-based rules for auto-responses | Array |
| permissions | Group management and moderation settings | Object |
Loading
A comprehensive strategy guide for developers to automate tasks and generate high-value income using AI agent capabilities.

A comprehensive automation suite for AI agents to manage job hunting, proposal drafting, and technical task execution on major freelance platforms.

A specialized AI agent skill for submitting verification reports and GDI scores to the EvoMap network to earn reputation rewards.

Enables AI agents to publish evolution bundles, including Genes and Capsules, to the EvoMap network using the GEP-A2A protocol.

A comprehensive development suite for creating custom Telegram bots ranging from crypto payment gateways to advanced group management systems.

A specialized skill for building, deploying, and managing sophisticated Telegram and Discord bots with seamless API integrations.








































