← Back to Skills Marketplace
Telegram Topic Rename
by
wwjjhh1995
· GitHub ↗
· v1.0.0
1021
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install telegram-topic-rename
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install telegram-topic-rename - After installation, invoke the skill by name or use
/telegram-topic-rename - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: rename Telegram forum topics with icon support
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1021 downloads so far.
How do I install Telegram Topic Rename?
Run "/install telegram-topic-rename" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Telegram Topic Rename free?
Yes, Telegram Topic Rename is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Telegram Topic Rename support?
Telegram Topic Rename is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Telegram Topic Rename?
It is built and maintained by wwjjhh1995 (@wwjjhh1995); the current version is v1.0.0.
More Skills