← Back to Skills Marketplace
Ai Court Skill
by
jlkptom-prog
· GitHub ↗
· v1.0.0
· MIT-0
94
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-court-skill
Description
以明朝内阁制为蓝本的多 Agent 协作系统
README (SKILL.md)
AI Court | 当皇上
一行命令起王朝,三省六部皆 AI。
安装
clawdhub install ai-court
使用
1. 选择制度
明朝内阁制(推荐):
cd ~/.openclaw && cp -r clawd/skills/ai-court/configs/ming-neige/* .
唐朝三省制:
cd ~/.openclaw && cp -r clawd/skills/ai-court/configs/tang-sansheng/* .
现代企业制:
cd ~/.openclaw && cp -r clawd/skills/ai-court/configs/modern-ceo/* .
2. 选择 IM 平台
飞书(国内推荐)⭐
cd ~/.openclaw && cp -r clawd/skills/ai-court/configs/feishu/* .
配置飞书凭证:
- App ID 和 App Secret
- 详见
references/feishu-setup.md
Discord(国际推荐)
cd ~/.openclaw && cp -r clawd/skills/ai-court/configs/ming-neige/* .
配置 Discord Bot Token:
- 详见
references/discord-setup.md
3. 配置 API Key
{
"models": {
"providers": {
"dashscope": {
"apiKey": "sk-your-api-key"
}
}
}
}
4. 验证安装
bash clawd/skills/ai-court/scripts/doctor.sh
5. 启动
openclaw start
IM 平台对比
| 平台 | 适用场景 | 优势 |
|---|---|---|
| 飞书 | 国内用户、企业团队 | 无需翻墙、WebSocket 长连接 |
| Discord | 国际用户、开源社区 | 功能强大、机器人生态好 |
链接
Usage Guidance
This skill is generally coherent with its stated goal (a multi-agent IM-based workflow) but has some transparency and completeness problems you should resolve before installing: 1) The registry declares no required env vars or credentials, yet the docs instruct you to add Feishu App ID/App Secret (or Discord token) and a model API key into ~/.openclaw/openclaw.json — expect to provide these secrets. 2) The provided verification script (scripts/doctor.sh) expects openclaw and jq on your machine; ensure those binaries are installed and trustable. 3) Several referenced helper files are missing (e.g., discord-setup.md, scripts/task-store.js referenced in prompts); ask the author for the complete repo or check the linked GitHub repo before proceeding. 4) Backup your existing ~/.openclaw/openclaw.json before copying new configs and inspect the config files for any endpoints or webhook URLs you don't recognize. 5) When enabling Feishu/Discord bots, apply least-privilege scopes, restrict DM/group policies appropriately, and review audit logs after first run. If the author cannot justify why credentials are not declared in the package metadata or cannot provide the missing files, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: ai-court-skill
Version: 1.0.0
The 'ai-court-skill' is a multi-agent orchestration system modeled after historical Chinese administrative structures. The bundle consists of configuration files, agent personas (markdown), and a diagnostic shell script (scripts/doctor.sh) that performs legitimate environment checks. No evidence of data exfiltration, malicious execution, or prompt injection was found; the system uses standard OpenClaw mechanisms for task delegation and IM platform integration (Feishu/Discord).
Capability Assessment
Purpose & Capability
The skill is described as a multi-agent IM integration and the included config files and prompts match that purpose. However, the registry metadata declares no required credentials or env vars while SKILL.md and the configs explicitly instruct you to provide model API keys and platform credentials (Feishu App ID/Secret, Discord bot token). That mismatch (no declared secrets but instructions requiring them) is disproportionate and should be corrected or explained by the author.
Instruction Scope
SKILL.md tells the user to copy config files into ~/.openclaw, edit ~/.openclaw/openclaw.json to add API keys and channel settings, run the provided doctor.sh, start the gateway, and use commands that will send/receive messages via Feishu/Discord. The instructions also reference files and commands that are not present in the package (e.g., references/discord-setup.md is mentioned but missing; configs reference node scripts like scripts/task-store.js which are not included). The skill therefore asks the agent/user to read and modify persistent config files containing secrets and to enable long-lived connections—expected for an IM integration but the missing referenced files and lack of declared dependencies are scope concerns.
Install Mechanism
There is no formal install spec (instruction-only) which minimizes installer risk. The package does include a verification script (scripts/doctor.sh) which will be run manually. That script expects external binaries (openclaw, jq) but the manifest lists no required binaries; this omission is noteworthy but not inherently malicious.
Credentials
The skill does not declare any required environment variables or primary credential in the registry metadata, yet SKILL.md and references/feishu-setup.md instruct the user to provide FEISHU_APP_ID / FEISHU_APP_SECRET (or add them to openclaw.json) and a model API key (dashscope/sk-...). The doctor script reads ~/.openclaw/openclaw.json which will contain these secrets. Requesting long-lived bot credentials and model API keys is consistent with the functionality, but the fact they are not declared in metadata and the skill will instruct writes into your existing OpenClaw config is a proportionality and transparency concern.
Persistence & Privilege
always:false and user-invocable:true (normal). The instructions tell the user to copy configs into ~/.openclaw and to start openclaw/gateway, which results in persistent agents and long-lived connections (Feishu WebSocket / Discord bot). That persistence is expected for a chat-integration skill but increases potential blast radius—exercise usual caution when adding bots that have message-sending permissions and long-lived tokens.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-court-skill - After installation, invoke the skill by name or use
/ai-court-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ai-court-skill v1.0.0 – Initial release
- Multi-agent collaboration system inspired by the Ming Dynasty cabinet system.
- Supports quick setup with multiple governance models: Ming cabinet, Tang three-department, and modern corporate.
- Flexible integration with Feishu (recommended for China) and Discord (recommended internationally).
- API key configuration for model providers.
- Includes setup and troubleshooting scripts for easy installation and verification.
Metadata
Frequently Asked Questions
What is Ai Court Skill?
以明朝内阁制为蓝本的多 Agent 协作系统. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Ai Court Skill?
Run "/install ai-court-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Court Skill free?
Yes, Ai Court Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Court Skill support?
Ai Court Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Court Skill?
It is built and maintained by jlkptom-prog (@jlkptom-prog); the current version is v1.0.0.
More Skills