ai-court

Deploy a multi-agent AI team on Discord using Clawdbot, inspired by the Ming Dynasty Six Ministries. Use when setting up, configuring, scaling, or troubleshooting a multi-bot Discord workspace with specialized agents (coding, finance, marketing, DevOps, legal, etc.).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ai-court" with this command: npx skills add wanikua/ai-court

AI 朝廷 — Multi-Agent Discord Workspace

Deploy a team of specialized AI agents on Discord. Each agent is an independent bot with its own expertise, identity, and model.

Quick Start

  1. Install Clawdbot: npm install -g clawdbot
  2. Install this skill: clawdhub install ai-court
  3. Copy references/clawdbot-template.json to ~/.clawdbot/clawdbot.json
  4. Fill in your LLM API key, model IDs, and Discord bot tokens
  5. Start: systemctl --user start clawdbot-gateway

For full server setup, see the setup guide on GitHub.

Architecture

  • 司礼监 (main) — 调度中枢(快速模型)
  • 兵部 — 软件工程、架构(强力模型)
  • 户部 — 财务、成本(强力模型)
  • 礼部 — 营销、内容(快速模型)
  • 工部 — DevOps、运维(快速模型)
  • 吏部 — 项目管理(快速模型)
  • 刑部 — 法务合规(快速模型)

Config

See references/clawdbot-template.json for the full config template.

  • Each Discord account MUST have "groupPolicy": "open" explicitly
  • identity.theme defines the agent's persona
  • bindings maps each agent to its Discord bot
  • Replace $LLM_PROVIDER, $MODEL_FAST, $MODEL_STRONG with your chosen provider and models

Workspace Files

FilePurpose
SOUL.mdCore behavior rules
IDENTITY.mdOrg structure and model tiers
USER.mdInfo about the human owner
AGENTS.mdGroup chat rules, memory protocol

Sandbox

Off by default. To enable read-only sandboxed execution:

"sandbox": {
  "mode": "all",
  "workspaceAccess": "ro",
  "docker": { "network": "none" }
}

Agents run in isolated containers with read-only workspace access and no network. The gateway handles all API authentication externally. See Clawdbot docs for advanced sandbox options.

Troubleshooting

  • @everyone doesn't trigger agents — enable Message Content Intent + Server Members Intent in Discord Developer Portal
  • Agent drops messages — set "groupPolicy": "open" on each Discord account entry
  • Model config errors — only "primary" key under agents.defaults.model

Adding More Agents

  1. Add agent to agents.list with unique id and identity.theme
  2. Create Discord bot, enable intents
  3. Add account in channels.discord.accounts with "groupPolicy": "open"
  4. Add binding, invite bot, restart gateway

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

bountyclaw

Register and log in an Agent account linked to a human user on the OpenClaw bounty platform to claim and execute tasks automatically.

Registry SourceRecently Updated
Automation

SAGE Memory

Persistent, consensus-validated memory for AI agents via SAGE MCP server. Gives you institutional memory that survives across conversations — memories go thr...

Registry SourceRecently Updated
Automation

funds-agent

自动生成基金日报,包含持仓基金数据、估值涨跌、单位净值和财经要闻。支持定时任务(每天下午 4 点自动发送),可配置基金代码列表。输出格式:Telegram 消息 + Word 文档。

Registry SourceRecently Updated