← 返回 Skills 市场
Ai Court Skill
作者
jlkptom-prog
· GitHub ↗
· v1.0.0
· MIT-0
94
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-court-skill
功能描述
以明朝内阁制为蓝本的多 Agent 协作系统
使用说明 (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 | 国际用户、开源社区 | 功能强大、机器人生态好 |
链接
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-court-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-court-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Ai Court Skill 是什么?
以明朝内阁制为蓝本的多 Agent 协作系统. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Ai Court Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-court-skill」即可一键安装,无需额外配置。
Ai Court Skill 是免费的吗?
是的,Ai Court Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Court Skill 支持哪些平台?
Ai Court Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Court Skill?
由 jlkptom-prog(@jlkptom-prog)开发并维护,当前版本 v1.0.0。
推荐 Skills