LaunchKit · 2026
Back to Skills

telegram-ops

Telegram Bot API operations for forum management.

0
1.4k downloads
by @brennerspear

Setup & Installation

openclaw skills install @brennerspear/telegram-ops

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install telegram-ops

What This Skill Does

Manages Telegram forum topics via the Bot API within an OpenClaw environment. Covers the full lifecycle: creating topics, setting icons, registering them in OpenClaw config with system prompts, and archiving with session cleanup.

It encodes a multi-step creation and archival workflow so topics are consistently configured in both Telegram and OpenClaw config without missing steps like icon assignment or session registration.

When to use it

  • Creating a new forum topic for a project in a Telegram group
  • Archiving an inactive topic and exporting its conversation history
  • Setting a matching icon on a newly created topic
  • Registering a topic with a custom agent system prompt
  • Removing a closed topic from OpenClaw config and deleting its session

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Set up a new Telegram forum topic for our analytics team

AGENT
  1. 1Calls createForumTopic via Telegram Bot API and captures the returned message_thread_id
  2. 2Calls editForumTopic with the analytics icon emoji ID to set a matching icon
  3. 3Writes a system prompt describing the topic scope and agent context
  4. 4Patches OpenClaw config to register the topic under the group with the system prompt
OUTPUT

Topic created in Telegram with the analytics icon, registered in OpenClaw config with an isolated session and custom system prompt

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Telegram bot token configured in OpenClaw (created via BotFather)Bot added as admin with can_manage_topics permission in the target Telegram group