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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/maverick-software/discord-connect-uiDiscord 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:
- Install Discord channel plugin if not present
- Add Discord tab to the Control dashboard
- Register RPC handlers for Discord management
- Set up navigation and routing
- 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
- Go to discord.com/developers/applications
- Create New Application → Enter name → Create
- Go to Bot tab → Reset Token → Copy token
- Enable Message Content Intent ✅
2. Bot Permissions
Go to OAuth2 → URL 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)
- Open Control Dashboard → Channels → Discord
- 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 dashboardinstall/rpc-handlers.js- Registers Discord RPC methodsinstall/ui-components.js- Installs UI views and templatesinstall/config-defaults.js- Sets up default configuration
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-maverick-software-discord-connect-ui": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Plugin Architecture
Skill by maverick-software
zapier-mcp
Connect 8,000+ apps via Zapier MCP. Includes full UI integration for Clawdbot Gateway dashboard. Use when setting up Zapier integration, connecting apps, or using Zapier tools via mcporter.
Agent Mode Upgrades
Skill by maverick-software
Multi Agent Tenant Upgrade
Skill by maverick-software
1password-ui
1Password UI tab for OpenClaw dashboard. Manage secrets, credential mappings, and auth state from the Control UI.