ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

discord-connect-hub

Complete Discord integration for Clawdbot with automatic UI installation. Provides Discord bot connectivity, dashboard tab, setup wizard, credential management, server monitoring, and plugin architecture hooks. Use when setting up Discord channel integration or adding Discord tab to the Control dashboard. Includes automatic installation of UI components, RPC handlers, and navigation updates.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/maverick-software/discord-connect-ui
Or

Discord Connect Hub

Complete Discord integration for Clawdbot with automatic UI installation. This skill provides everything needed for Discord bot connectivity including:

  • Discord Channel Plugin - Full Discord bot integration for messaging
  • Dashboard UI Tab - Web interface for setup and monitoring
  • Setup Wizard - Step-by-step bot creation and configuration
  • Credential Management - Secure token storage (OpenBao support)
  • Server Monitoring - Health checks and guild management
  • Plugin Architecture Hooks - Automatic installation of UI components

Installation

This skill automatically installs all necessary components:

# Install via agent
Install the discord-connect-hub skill from ClawHub

The skill will automatically:

  1. Install Discord channel plugin if not present
  2. Add Discord tab to the Control dashboard
  3. Register RPC handlers for Discord management
  4. Set up navigation and routing
  5. Install UI components and views

Features

Discord Bot Integration

  • Full Discord.js bot implementation
  • Message sending/receiving with formatting preservation
  • Reaction handling and emoji support
  • File attachment support
  • Slash command integration
  • Member and guild management

Dashboard UI

  • Connection Status - Real-time bot status and health
  • Setup Wizard - Interactive bot creation guide
  • Server Management - View guilds, channels, and permissions
  • Invite Generator - Create bot invite URLs
  • Health Diagnostics - Automatic troubleshooting
  • Token Management - Secure credential storage

Plugin Architecture Integration

  • Automatic UI tab installation
  • Dynamic navigation updates
  • RPC method registration
  • Configuration management
  • Restart orchestration

Quick Setup

1. Discord Application Setup

  1. Go to discord.com/developers/applications
  2. Create New Application → Enter name → Create
  3. Go to Bot tab → Reset TokenCopy token
  4. Enable Message Content Intent

2. Bot Permissions

Go to OAuth2URL Generator:

  • Scopes: bot + applications.commands
  • Permissions: Send Messages, Read History, Reactions, Embeds, Files, Slash Commands
  • Copy invite URL → Open in browser → Authorize

3. Configure in Clawdbot

Option A: Dashboard (Recommended)

  1. Open Control Dashboard → ChannelsDiscord
  2. Paste bot token → Save & Connect

Option B: Config File

channels:
  discord:
    botToken: "YOUR_BOT_TOKEN"
    # Or with OpenBao:
    # botToken: "bao:channels/discord#bot_token"

Plugin Architecture Hooks

This skill includes hooks for the Clawdbot plugin architecture:

Installation Hooks

  • install/navigation.js - Adds Discord tab to dashboard
  • install/rpc-handlers.js - Registers Discord RPC methods
  • install/ui-components.js - Installs UI views and templates
  • install/config-defaults.js - Sets up default configuration

Metadata

Stars1401
Views0
Updated2026-02-24
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-maverick-software-discord-connect-ui": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.