# Send Telegram Topic Rename to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "telegram-topic-rename",
    "name": "Telegram Topic Rename",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wwjjhh1995/telegram-topic-rename",
    "canonicalUrl": "https://clawhub.ai/wwjjhh1995/telegram-topic-rename",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/telegram-topic-rename",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram-topic-rename",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/icons.md",
      "scripts/rename-topic.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "telegram-topic-rename",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T21:04:43.866Z",
      "expiresAt": "2026-05-16T21:04:43.866Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram-topic-rename",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram-topic-rename",
        "contentDisposition": "attachment; filename=\"telegram-topic-rename-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "telegram-topic-rename"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/telegram-topic-rename"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/telegram-topic-rename",
    "downloadUrl": "https://openagent3.xyz/downloads/telegram-topic-rename",
    "agentUrl": "https://openagent3.xyz/skills/telegram-topic-rename/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegram-topic-rename/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegram-topic-rename/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wwjjhh1995
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T21:04:43.866Z
- Expires at: 2026-05-16T21:04:43.866Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/telegram-topic-rename)
- [Send to Agent page](https://openagent3.xyz/skills/telegram-topic-rename/agent)
- [JSON manifest](https://openagent3.xyz/skills/telegram-topic-rename/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/telegram-topic-rename/agent.md)
- [Download page](https://openagent3.xyz/downloads/telegram-topic-rename)