Install
openclaw skills install discord-hub-builderBuild a complete Discord AI command center server from scratch using the Discord REST API. Use when a user wants to set up a professional Discord server for AI agent management, including categories, channels, roles, permissions, and pinned workflow cards. Executes entirely via API — no manual Discord UI steps required. Requires a Discord bot token with Manage Channels, Manage Roles, and Send Messages permissions, plus the target guild/server ID.
openclaw skills install discord-hub-builderBuilds a complete AI command center Discord server via API. No manual steps.
Categories & Channels:
Roles: Agent (blue), Reviewer (green)
Workflow Cards: Pinned in each agent channel with TOOL / TRIGGER / INPUT / OUTPUT / FREQUENCY
Before running, confirm the user has:
Manage Channels, Manage Roles, Send Messages, Manage Messages (for pinning)bot scope + above permissionsIf the user doesn't have these, walk through setup before running.
python3 scripts/build_hub.py --token BOT_TOKEN --guild GUILD_ID --dry-run
Show the user the preview. Confirm before live run.
python3 scripts/build_hub.py --token BOT_TOKEN --guild GUILD_ID
The script:
Tell the user:
#task-queue (Owner-only send) and readonly channels — Discord's permission API requires role IDs which vary per serverIf the script fails mid-run:
time.sleep(1) between calls or wait and retry