Telegram Auto Topic

v0.1.8

Add `/topic` to the start of any message in a Telegram forum group to auto-create a new topic from it. A title is generated automatically from the message content. Github: https://github.com/itstauq/telegram-auto-topic

3· 3k·7 current·8 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the delivered assets: SKILL.md describes creating forum topics and the included shell script implements calls to the Telegram Bot API to create a topic, post/forward the original message, and return topic info. Required tools (curl, jq) and the OpenClaw config path are expected for this functionality.
Instruction Scope
SKILL.md stays on-scope: it instructs generating a title, calling the provided script with message context, replying with the returned link, and posting into the new thread. The instructions reference only the OpenClaw group configuration and the Telegram forum/topic API; they do not ask the agent to read or transmit unrelated files or secrets.
Install Mechanism
No install spec is provided (instruction-only + included script). No downloads or external installers are used. The only runtime requirements are standard CLI tools (curl, jq) already declared.
Credentials
The script reads the bot token from the declared OpenClaw config file (OPENCLAW_CONFIG or default ~/.openclaw/openclaw.json). That is proportionate to the task, but note: the primary credential field in the registry is empty — the actual secret (telegram bot token) lives inside the config file the skill requires. Users should be aware that providing access to that config gives the skill the bot token.
Persistence & Privilege
Skill does not request always:true, does not persist itself or modify other skills, and has no special system-wide privileges. It runs only when invoked according to platform defaults.
Assessment
This skill appears to do what it claims: it calls the Telegram Bot API to create a forum topic and quote/forward the original message. Before installing, confirm that your OpenClaw config (OPENCLAW_CONFIG or ~/.openclaw/openclaw.json) contains the correct botToken and that you trust that file — the script reads the bot token from that config and will use it to act as your bot. Ensure the bot has Manage Topics admin rights in the target group. If you want extra caution, inspect the included scripts (they are plain bash) and test in a non-production group or with a throwaway bot first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dad3e1etc8mqvx5pvvvtn2s811z3p

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binscurl, jq
EnvOPENCLAW_CONFIG
Config~/.openclaw/openclaw.json

Comments