A comprehensive toolkit for automating Telegram forum topic management and group administration through the Bot API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram-ops
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-ops using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Telegram Ops is a specialized utility designed to bridge the gap between Telegram forum structures and the Openclaw Skills ecosystem. It enables developers to programmatically create, configure, and archive forum topics while synchronizing them with specific AI agent behaviors and system prompts.
By leveraging the Telegram Bot API, this skill allows for granular control over topic aesthetics, such as custom emoji icons, and operational lifecycles. This ensures that every discussion thread is properly registered and managed within the broader agent framework, providing isolated conversation histories for different project threads.
First, ensure your bot is an administrator in the group with the can_manage_topics permission enabled. Retrieve your bot token from the configuration to verify access:
gateway action=config.get | jq -r '.result.parsed.channels.telegram.botToken'
To register a topic with specific system instructions and link it to your Openclaw Skills setup, use the config patch command:
gateway action=config.patch raw='{"channels":{"telegram":{"groups":{"<GROUP_ID>":{"topics":{"<TOPIC_ID>":{"systemPrompt":"Topic-specific instructions"}}}}}}}'
The skill manages data across Telegram's API and the Openclaw Skills local storage directory using the following structure:
| Component | Type | Description |
|---|---|---|
| Session Key | String | agent:main:telegram:group:<GID>:topic:<TID> - unique ID for isolated history. |
| Config Path | JSON Object | .channels.telegram.groups[GID].topics[TID] - stores topic-specific overrides. |
| Archives | File (.md) | Stored in ~/.openclaw/agents/main/sessions/archive/ as formatted transcripts. |
| Icon IDs | Numeric String | Unique Telegram identifiers for custom topic emojis (e.g., 5312016608254762256 for Ops). |
Loading
An advanced research agent for Openclaw Skills that builds living markdown documentation through interactive exploration and deep asynchronous investigation.

A streamlined utility for converting local Markdown documents into professionally formatted Google Docs with preserved styles and hierarchies.

A high-performance flight search tool that retrieves real-time schedules, pricing, and booking links directly from Google Flights.

A comprehensive toolkit for checking domain availability, pricing, and managing purchases directly via Vercel and Openclaw Skills.

A powerful skill for managing interactive TTY sessions, allowing AI agents to send keystrokes and scrape terminal output via tmux.

A specialized skill for remote-controlling tmux sessions to manage interactive CLI tools through keystroke injection and pane scraping.








































