← All skills
Tencent SkillHub · Developer Tools

Telegram Topic Rename

Rename Telegram forum topics and change icons via Bot API. Use when user asks to name/rename a topic, change topic title, update topic icon, or says "命名这个topic", "给话题起个名", "换个图标". Requires TELEGRAM_BOT_TOKEN environment variable.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Rename Telegram forum topics and change icons via Bot API. Use when user asks to name/rename a topic, change topic title, update topic icon, or says "命名这个topic", "给话题起个名", "换个图标". Requires TELEGRAM_BOT_TOKEN environment variable.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/icons.md, scripts/rename-topic.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Telegram Topic Rename / Telegram 话题命名

Rename Telegram forum topics and optionally change their icons. 重命名 Telegram 论坛话题,可选更换图标。

Setup / 配置

Set TELEGRAM_BOT_TOKEN in your environment or OpenClaw config: 在环境变量或 OpenClaw 配置中设置 TELEGRAM_BOT_TOKEN: export TELEGRAM_BOT_TOKEN="your-bot-token"

Get topic info / 获取话题信息

Extract from session context: chat_id: User ID (private) or group ID thread_id: From message_thread_id or session key 从会话上下文提取: chat_id:用户 ID(私聊)或群组 ID thread_id:从 message_thread_id 或 session key 获取

Run the script / 运行脚本

# Rename only / 仅改名 scripts/rename-topic.sh <chat_id> <thread_id> "新名称" # Rename + change icon (emoji shortcut) / 改名 + 换图标(emoji 快捷方式) scripts/rename-topic.sh <chat_id> <thread_id> "新名称" 🤖 # Rename + change icon (full ID) / 改名 + 换图标(完整 ID) scripts/rename-topic.sh <chat_id> <thread_id> "新名称" 5309832892262654231 # List available icons / 列出可用图标 scripts/rename-topic.sh --icons

Naming rules / 命名规则

Length / 长度: ≤10 characters / 字符 Style / 风格: Concise, capture the core theme / 简洁,抓住核心主题 Auto-icon / 自动选图标: Match icon to topic theme (see references/icons.md)

Icon quick reference / 图标速查

Theme / 主题IconAI / 机器人🤖Code / 编程💻Science / 科学🔬Work / 工作💼Notes / 笔记📝Chat / 闲聊💬Games / 游戏🎮Music / 音乐🎵Ideas / 想法💡Fire / 热门🔥 Full list: See references/icons.md 完整列表:见 references/icons.md

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/icons.md Docs
  • scripts/rename-topic.sh Scripts