From telegram
Remove a forum thread/topic mapping so messages in that thread are no longer routed to a subsession. Use when the user wants to disconnect a Telegram forum topic from a project.
npx claudepluginhub hexpy-games/butler-plugins-marketplace --plugin telegramThis skill is limited to using the following tools:
Deletes a thread-to-project mapping from the plugin's `config.json`.
Deletes one or multiple Telegram messages from a chat by ID, for everyone or self-only. Use read command to find IDs; requires tg-cli.py and Telethon session.
Deletes one or multiple messages from Telegram chats for everyone (default) or self only. Find message IDs first with read command, then delete by comma-separated IDs.
Manages persistent context threads for cross-session work: lists all/open/resolved, closes or checks status by slug, creates new or resumes existing.
Share bugs, ideas, or general feedback.
Deletes a thread-to-project mapping from the plugin's config.json.
Arguments passed: $ARGUMENTS
config.json (located two directories up from this
SKILL.md, alongside server.ts).topicRouting.topics with their project names.<thread_id>config.json.topicRouting.topics[<thread_id>]. If not found, tell the user
it doesn't exist and list current mappings. Stop.topicRouting.topics[<thread_id>].<thread_id> (was: <project_name>)."