Discord Task Center
v1.0.0Manage Discord task-center forums by creating task threads with tags, archiving tasks by updating tags, and following model tag settings per thread.
⭐ 0· 312·1 current·1 all-time
by@nannyu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the runtime instructions: the SKILL.md only tells the agent how to create threads, update tags, and interpret model tags in a Discord forum. It does not request unrelated credentials or binaries. The skill explicitly depends on a separate 'discord' tool/skill for actual API calls, which is coherent for this purpose.
Instruction Scope
SKILL.md stays within scope: create threads, edit applied_tags, create forum channels, and read channel/thread info to map model tags. It does instruct the agent to call the discord tool and to GET channel/thread info to determine tags (and thereby which model to use) — that is expected behavior, but it does rely on the external discord skill exposing the necessary APIs (applied_tags, threadCreate/channelEdit). The skill does not instruct reading unrelated files or secrets.
Install Mechanism
Instruction-only skill with no install spec and no embedded code — minimal filesystem footprint and low install risk.
Credentials
The skill itself declares no env vars or credentials, which is appropriate. However it explicitly expects the OpenClaw 'discord' skill and that configuration (channels.discord) to be present and configured with a bot token and appropriate permissions; those credentials will give the agent ability to act in Discord. Ensure the bot token and permissions are limited to what you intend (send messages, manage threads/channels if needed).
Persistence & Privilege
always:false and user-invocable:true — the skill does not request forced always-on presence or modify other skills. It will only act when the agent invokes it (or the agent is allowed to autonomously invoke skills by platform policy).
Assessment
This skill appears coherent and low-risk by itself, but it relies on a separate Discord skill that needs a bot token and permissions. Before installing: (1) verify and trust the referenced discord skill (steipete/discord or your provider) because that is the component that will hold your Discord bot token; (2) limit the bot's permissions to the minimum required (prefer testing in a sandbox server); grant MANAGE_THREADS / MANAGE_CHANNELS only if you want the bot to create/edit forum threads and tags; (3) if you do not want the agent to perform actions autonomously, keep platform autonomous-invocation controls restrictive; (4) confirm your discord tool supports forum applied_tags (or be prepared for the agent to request manual tagging); (5) consider gating this skill via SKILL.md frontmatter or platform config so it only loads when channels.discord is configured. If you want higher assurance, review the implementation of the referenced 'discord' skill (its code and install mechanism) before enabling this skill in a production environment.Like a lobster shell, security has layers — review code before you run it.
latestvk977nzmm3ddm0vvk8vr24wb8zh822akp
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
