openclaw/workspace/skills/discord-thread-cleanup/SKILL.md
Use when user wants to list or delete Discord threads/sub-channels in a channel. Triggers on /discord_thread_cleanup or requests like "清理子区", "删除 thread", "清理 Discord 子区".
npx skillsauth add dragonkid/dotfiles discord-thread-cleanupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
列出并删除指定 Discord 频道中的子区(thread)。
thread-list(含 includeArchived: true)列出所有子区channel-delete 逐条删除,报告进度thread-list:需要 guildId + channelId
includeArchived: true 时反而查不到 active threadsincludeArchived(或传 false)查 active;再传 includeArchived: true 查 archived;合并结果channel-delete:用子区自身的 channelId(即 threadId),加 reason: "thread cleanup"删除不可逆,必须先展示列表并获得用户明确确认,不得静默批量删除。
tools
Use when user wants to manage TODO items - adding tasks, listing pending items, marking done, removing, or searching. Triggers on /todo command or TODO-related requests.
tools
Use when creating a new skill, updating an existing skill, or troubleshooting skill frontmatter, gating, or slash command registration issues in OpenClaw.
tools
手动触发自我改进与记忆维护。分析近期 memory 文件,维护工作区文件,提出改进提案。触发方式:/self_improve 或用户说"自我改进"、"self improve"。
testing
测试 OpenClaw 配置中 LLM provider 的可用性。触发方式:/provider_check 或用户问"测试 provider 可用性"、"检查 provider 状态"、"provider 健康检查"。