Skip to content
💬

Discord Bot

Security Approved
v1.0.0

Full Discord integration with slash commands, message handling, and server moderation capabilities.

Communicationcloudflarevpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add discord-bot

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  discord-bot:
    enabled: true
    # Prerequisites: Discord Bot Token
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.0.0active
  • - Initial curated release

Prerequisites

Before using this skill, make sure you have:

  • !Discord Bot Token

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run discord-bot

# Or use in automation
openclaw workflow --skill=discord-bot