A production-focused skill for designing command-driven Telegram Bot API workflows using direct HTTPS requests.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram
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 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 skill within the Openclaw Skills ecosystem is designed for developers who need to build robust, command-first bots without the overhead of external SDKs. It provides a standardized framework for handling updates, routing commands, and managing HTTPS payloads directly, ensuring lightweight and high-performance bot operations.\n\nBy focusing on direct Bot API interactions, this skill empowers agents to handle complex conversation flows, validate incoming data, and implement professional-grade error handling. It is particularly effective for those looking to maintain full control over their request templates and operational posture while leveraging the scalability of Openclaw Skills.
To get started with this skill in the context of Openclaw Skills, ensure you have your Bot Token from BotFather ready. Follow these configuration steps:\n\nbash\n# Define your environment variables\nexport TELEGRAM_BOT_TOKEN='your_token_here'\nexport UPDATE_STRATEGY='webhook' # or 'polling'\n\n# Configure your routing rules based on the provided references\n# Ensure your webhook endpoint is secured with a secret token\n
| Data Component | Description |\n| :--- | :--- |\n| Bot Token | Secure API credential for authentication |\n| Update Strategy | Webhook or Long Polling configuration |\n| Command List | UX definitions for bot interaction commands |\n| Routing Rules | Logic for mapping update types to bot actions |\n| Request Templates | Pre-defined HTTPS payloads for API endpoints |
Loading
A specialized AI agent that analyzes Home Assistant data to propose safe, read-only energy-saving automation drafts and efficiency insights.

A secure, read-only price monitoring and coupon discovery tool for tracking product discounts across retailers.

A specialized tool for identifying recurring charges and subscriptions from receipts or email exports to produce clean spending audits.

Automatically generate structured chapters, highlight timestamps, and professional show notes from your podcast audio or transcripts.

A read-only travel assistant for monitoring price fluctuations and managing essential visa or document renewal timelines.

A production-oriented skill for managing global communications through Twilio APIs using direct HTTPS requests and robust webhook handling.








































