ai-court

Configures a multi-agent collaboration system modeled on the Ming dynasty cabinet for OpenClaw.

2.7k|255|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/wanikua/danghuangshang --skill ai-court
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-court
Source: https://github.com/wanikua/danghuangshang/tree/main/skills/ai-court-skill
Command: npx skills add https://github.com/wanikua/danghuangshang --skill ai-court

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinating multiple AI agents across chat platforms like Discord and Feishu requires manual setup of roles, routing logic, and channel credentials, which is error-prone and time-consuming.

Core Features & Use Cases

  • Role-Based Agent Organization: Provides prebuilt agent personas (Silijian dispatcher, Neige prompt optimizer, six ministries, Hanlin Academy) with defined responsibilities and delegation rules.
  • Multi-Platform IM Integration: Ships configuration templates for Feishu and Discord, including permission scopes, event subscriptions, and access control policies.
  • Installation Verification: Includes a doctor script that validates OpenClaw installation, JSON config integrity, agent persona coverage, API keys, and channel enablement.
  • Use Case: A team lead wants AI agents to handle code review, DevOps, and content tasks in a Feishu group; they copy the provided configs, set credentials, and agents begin routing and executing tasks via @mentions.

Quick Start

Install the skill with clawdhub, copy the ming-neige and feishu config folders into ~/.openclaw, add your API key and Feishu credentials, then run the doctor script and start OpenClaw.

Frequently Asked Questions about ai-court

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a multi-agent AI system on Discord or Feishu?

Install the skill via clawdhub, copy the provided config templates into your ~/.openclaw directory, add your API key and bot credentials, then run the doctor script to verify and start OpenClaw. Agents respond when @mentioned in chat.

How do I configure a Feishu bot for OpenClaw?

Create an enterprise app on the Feishu open platform, copy the App ID and App Secret, grant the im:message permission scopes, enable the bot capability, and subscribe to the im.message.receive_v1 event using WebSocket long connection. Then enter the credentials in openclaw.json.

Feishu vs Discord for multi-agent chat bots, which should I use?

Feishu suits domestic China users and enterprise teams since it needs no VPN and supports WebSocket long connections. Discord suits international users and open-source communities with a richer bot ecosystem. The skill provides config templates for both.

Why is my Feishu bot not responding to messages?

Check that the event subscription includes im.message.receive_v1, that all required permission scopes are granted, and that the gateway is running via openclaw gateway status. For group chats, confirm the bot was @mentioned and groupPolicy allows the group.

How do I verify my OpenClaw multi-agent installation?

Run the bundled doctor.sh script, which checks that OpenClaw is installed, the openclaw.json config is valid JSON, all agents have personas configured, an API key is set, and Feishu or Discord channels are enabled.