Runs Kimi K2.5 and GPT 5.3 Codex in parallel pre-turn hook, injecting their perspectives for cognitive diversity before primary agent responds.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-multi-brain或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-multi-brain⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-multi-brain/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
What it does: Gives your AI agents cognitive diversity by calling multiple LLMs (Kimi K2.5 + GPT 5.3 Codex) in parallel before the primary agent responds. Three brains instead of one.
Multi-Brain is system-enforced via a turn:before hook. No manual steps needed.
When triggered (user types mb as first word), the hook:
Perspectives appear in your context as:
[KIMI K2.5 PERSPECTIVE]
<perspective text>
[CODEX 5.3 PERSPECTIVE]
<perspective text>
mkdir -p hooks/turn-preflight
# Copy HOOK.md and handler.js from this package
echo "your-moonshot-api-key" > .kimi-api-key
npm install -g @openai/codex
codex auth # OAuth login
{
"hooks": {
"internal": {
"enabled": true,
"entries": {
"turn-preflight": { "enabled": true }
}
}
}
}
Configure TRIGGER_MODE in handler.js:
| Mode | Behavior | |------|----------| | keyword (default) | Only fires when mb or multibrain is the first word | | hybrid | Keyword forces it, auto on messages >50 chars | | auto | Fires on every message (token-expensive) |
| LLM | Role | Provider | Latency | |-----|------|----------|---------| | Claude Opus 4.6 | Primary agent | OpenClaw (Anthropic) | n/a | | Kimi K2.5 | Second perspective | Moonshot API | ~5s | | GPT 5.3 Codex | Third perspective | codex exec CLI | ~4s |
User types: "mb should we change pricing?"
|
v
[turn:before hook detects "mb" keyword]
|
+---> Kimi K2.5 (Moonshot API, parallel)
+---> GPT 5.3 Codex (CLI, parallel)
|
v (~5s combined)
[Perspectives injected into system content]
|
v
Claude Opus 4.6 responds with all 3 viewpoints
---
Source:
安装 Multi-Brain Protocol 后,可以对 AI 说这些话来触发它
Help me get started with Multi-Brain Protocol
Explains what Multi-Brain Protocol does, walks through the setup, and runs a quick demo based on your current project
Use Multi-Brain Protocol to runs Kimi K2
Invokes Multi-Brain Protocol with the right parameters and returns the result directly in the conversation
What can I do with Multi-Brain Protocol in my ai agent & automation workflow?
Lists the top use cases for Multi-Brain Protocol, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-multi-brain/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-multi-brain/(项目级)。重启 AI 客户端后,用 /openclaw-multi-brain 主动调用,或让 AI 根据上下文自动发现并使用。
Multi-Brain Protocol 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Multi-Brain Protocol 可免费安装使用。请查阅仓库了解许可证信息。
Runs Kimi K2.5 and GPT 5.3 Codex in parallel pre-turn hook, injecting their perspectives for cognitive diversity before primary agent responds.
Multi-Brain Protocol 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Multi-Brain Protocol
Identifies repetitive steps in your workflow and sets up Multi-Brain Protocol to handle them automatically