mee6
ReviewAudited by ClawScan on May 1, 2026.
Overview
This is a small instruction-only Discord/Mee6 helper that is coherent with its purpose, but users should notice it can send bot commands that may change Discord server or Mee6 settings.
This skill appears safe to install if you want an agent to help with Mee6 commands, but configure Discord permissions carefully and require confirmation before commands that change roles, plugins, XP, or server bot settings.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the agent sends these commands with sufficient Discord/Mee6 permissions, it could change server bot configuration, roles, or user XP.
These documented Mee6 commands can mutate Discord/Mee6 state. This is aligned with the skill purpose, but users should understand the operational impact before allowing the agent to send them.
- **Give xp** – `!give-xp @user <amount>` - **Create role** – `!role create <rolename>` - **Enable plugin** – `!plugins enable <plugin-name>` - **Disable plugin** – `!plugins disable <plugin-name>` - **Set prefix** – `!prefix <new-prefix>`
Use this skill only in intended servers/channels, keep Discord action gating enabled, and require explicit user confirmation before role, plugin, prefix, or bulk-impact changes.
The skill can act through the configured Discord identity, so its real power depends on that identity's channel, server, and Mee6 permissions.
The skill requires a Discord token/config so the agent can send Discord messages. This is expected for the stated purpose, but it delegates whatever Discord permissions that token has.
metadata:
{ "openclaw": { "emoji": "🤖", "requires": { "config": ["channels.discord.token"] } } }Use the least-privileged Discord token or bot/account configuration practical, and restrict it to the servers and channels where Mee6 operations should be allowed.
