← 返回 Skills 市场
Telegram Topic Rename
作者
wwjjhh1995
· GitHub ↗
· v1.0.0
1021
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
What to check before installing:
- Confirm the owner/source: the skill claims to require TELEGRAM_BOT_TOKEN but the registry metadata omitted it — prefer skills whose manifest correctly lists required credentials.
- Inspect the included script yourself: scripts/rename-topic.sh is bundled and performs curl to https://api.telegram.org/bot<token>/editForumTopic. Review it to ensure it matches your expectations.
- Note required local tools: the script uses curl and jq but the manifest didn't declare them. Make sure these binaries exist or run in a controlled environment.
- Treat TELEGRAM_BOT_TOKEN as a sensitive secret: only provide a bot token with minimal scopes and only if you trust the skill/owner. Consider creating a bot with restricted permissions for this purpose.
- Investigate the unicode-control-chars finding in SKILL.md: open the file in a hex-aware editor or view raw bytes to confirm there are no hidden control characters or injected prompts.
- If unsure, run the script manually from a safe environment (or container) rather than granting the skill broad autonomous execution rights; request the publisher to fix manifest inconsistencies before use.
功能分析
Type: OpenClaw Skill
Name: telegram-topic-rename
Version: 1.0.0
The skill is designed to rename Telegram forum topics and change their icons using the Telegram Bot API. It requires the `TELEGRAM_BOT_TOKEN` environment variable, which is necessary for its stated purpose. The `SKILL.md` instructions are clear and do not contain any prompt injection attempts. The `scripts/rename-topic.sh` script safely uses `curl` to interact with the official Telegram API endpoint, handling user input securely with `--data-urlencode` and does not exhibit any signs of data exfiltration beyond the necessary bot token, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The skill's code and SKILL.md implement Telegram topic renaming and icon changes and legitimately require a TELEGRAM_BOT_TOKEN. However the registry metadata listed under 'Requirements' does not declare the TELEGRAM_BOT_TOKEN (and lists no required env vars), which is inconsistent with the stated purpose and included script.
Instruction Scope
Instructions are narrowly scoped to extracting chat/thread IDs from session context and calling the included shell script which calls the official Telegram Bot API. That's expected. Concerns: SKILL.md contains a detected 'unicode-control-chars' prompt-injection signal, and the runtime instructions/scripts assume local binaries (curl and jq) which the metadata does not declare.
Install Mechanism
No external install/downloads — the skill is instruction-plus-included script only, so nothing is fetched from arbitrary URLs. This is lower risk than remote installers.
Credentials
The only needed secret is TELEGRAM_BOT_TOKEN (appropriate for this function). But the skill metadata failed to declare this required environment variable or a primary credential, so the manifest and runtime requirements are inconsistent. The script does not request unrelated credentials.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill does not request persistent elevated privileges or modify other skills/configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-topic-rename - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-topic-rename触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: rename Telegram forum topics with icon support
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1021 次。
如何安装 Telegram Topic Rename?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-topic-rename」即可一键安装,无需额外配置。
Telegram Topic Rename 是免费的吗?
是的,Telegram Topic Rename 完全免费(开源免费),可自由下载、安装和使用。
Telegram Topic Rename 支持哪些平台?
Telegram Topic Rename 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram Topic Rename?
由 wwjjhh1995(@wwjjhh1995)开发并维护,当前版本 v1.0.0。
推荐 Skills