Share:

Control Discord from Clawdbot - send messages, react.

What is Discord?

A powerful skill for discord that enhances your AI assistant's capabilities in agents tasks.

How to use Discord?

Simply invoke this skill by asking your AI to perform a task related to discord.

Key features of Discord

  • Discord core logic
  • Advanced agents patterns
  • Error prevention and recovery

Use cases of Discord

  1. 1Automating discord workflows
  2. 2Improving agents performance
  3. 3Standardizing discord outputs

Installation

RecommendedOne-line install
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills && mkdir -p ~/.agent/skills && cp -r /tmp/ag-skills/skills/discord-skill ~/.agent/skills/ && rm -rf /tmp/ag-skills
Step-by-step install
Step 1: Create skills directory
mkdir -p ~/.agent/skills
Step 2: Clone the skills repository
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills
Step 3: Copy this skill
cp -r /tmp/ag-skills/skills/discord-skill ~/.agent/skills/
Step 4: Clean up temporary files
rm -rf /tmp/ag-skills

Supported Platforms

antigravityclaudecursor

Server Config

config.json
{
  "mcpServers": {
    "discord-skill": {
      "command": "npx",
      "args": [
        "-y",
        "discord-skill"
      ]
    }
  }
}
View on GitHub