ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

mee6

Mee6 operations via Discord message tool (channel=discord).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ilmn25/mee6
Or

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 the discord skill; 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 discord skill for everything else.

Metadata

Author@ilmn25
Stars2287
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ilmn25-mee6": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.