telegram-topic-renameRename 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.
Install via ClawdBot CLI:
clawdbot install wwjjhh1995/telegram-topic-renameRename Telegram forum topics and optionally change their icons.
重命名 Telegram 论坛话题,可选更换图标。
Set TELEGRAM_BOT_TOKEN in your environment or OpenClaw config:
在环境变量或 OpenClaw 配置中设置 TELEGRAM_BOT_TOKEN:
export TELEGRAM_BOT_TOKEN="your-bot-token"
Extract from session context:
chat_id: User ID (private) or group IDthread_id: From message_thread_id or session key从会话上下文提取:
chat_id:用户 ID(私聊)或群组 IDthread_id:从 message_thread_id 或 session key 获取# 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
| Theme / 主题 | Icon |
|-------------|------|
| AI / 机器人 | 🤖 |
| Code / 编程 | 💻 |
| Science / 科学 | 🔬 |
| Work / 工作 | 💼 |
| Notes / 笔记 | 📝 |
| Chat / 闲聊 | 💬 |
| Games / 游戏 | 🎮 |
| Music / 音乐 | 🎵 |
| Ideas / 想法 | 💡 |
| Fire / 热门 | 🔥 |
Full list: See references/icons.md
完整列表:见 references/icons.md
AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
iMessage/SMS CLI for listing chats, history, watch, and sending.
Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Build or update the BlueBubbles external channel plugin for Clawdbot (extension package, REST send/probe, webhook inbound).
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).