mee6
Mee6 operations via Discord message tool (channel=discord).
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 225 · 0 current installs · 0 all-time installs
byillu k@ilmn25
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the runtime instructions: the skill is a thin documentation layer for sending Mee6-specific Discord messages. Requesting channels.discord.token (a Discord messaging credential) is consistent with posting commands to Mee6.
Instruction Scope
SKILL.md only instructs the agent to use the platform's message tool with channel: "discord" to send Mee6 commands and to follow Mee6-specific syntax and gating. It does not request unrelated files, environment variables, or external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares a required config path channels.discord.token which is appropriate for sending Discord messages. This token is sensitive — ensure it is scoped to only the permissions needed (prefer channel-limited webhook or bot token with minimal scope) and that the platform's gating controls are applied.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration changes. Agent autonomous invocation is allowed (platform default) but not a special privilege here.
Assessment
This appears to be a harmless, documentation-style skill that tells the agent how to format Mee6 commands and to use your existing Discord messaging credential. Before installing: 1) Verify the channels.discord.token stored in your system is scoped with least privilege (prefer a channel webhook or a bot token limited to the needed server/channel and actions). 2) Confirm the platform gating (channels.discord.actions.*) is configured so the agent cannot send Mee6 commands except when you explicitly request them. 3) Because the skill's source is 'unknown' and there's no homepage, prefer installing only if you trust the registry owner or after reviewing the skill text (it's short and readable). 4) Rotate the token if you suspect it was exposed and monitor Discord audit logs for unexpected Mee6 commands.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🤖 Clawdis
Configchannels.discord.token
SKILL.md
Mee6 (Discord bot)
Use the message tool exactly like the discord skill, but target the Mee6
bot when issuing commands. This skill exists purely to give the agent a
reference for common Mee6 actions and any bot-specific quirks.
- Always set
channel: "discord". - Start messages with the server's prefix (usually
!). - Mention Mee6 by ID or @Mee6 when required.
- Gating is handled via the same
channels.discord.actions.*config as thediscordskill; no additional permissions are needed.
Common commands
- Check level –
!level @user - 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>
The agent should only emit Mee6 commands when the user explicitly requests interaction with the Mee6 bot. Avoid sending raw commands for unrelated Discord actions; use the generic
discordskill for everything else.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
