A sophisticated reasoning protocol for Openclaw Skills that synthesizes perspectives from three different LLMs in parallel before the primary agent responds.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-multi-brain
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-multi-brain using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Multi-Brain Protocol is a technical framework designed to provide AI agents with immediate cognitive diversity. By leveraging a turn:before hook, the protocol executes parallel calls to secondary models like Kimi K2.5 and GPT 5.3 Codex. This integration ensures that the primary agent is never working in a vacuum; instead, it receives a rich context filled with varying perspectives and technical insights before formulating a response. Incorporating this into your collection of Openclaw Skills significantly reduces model bias and improves decision-making quality in complex coding and architecture tasks.
This system-enforced approach allows for seamless intelligence upgrades without requiring the agent to change its core behavior. The primary agent (such as Claude Opus 4.6) acts as a synthesizer, evaluating the outputs of the other brains to deliver a more refined and cross-verified answer. This makes it a premier choice for developers who demand high-fidelity reasoning from their automated workflows using Openclaw Skills.
To deploy the Multi-Brain Protocol within your Openclaw Skills setup, follow these steps:
mkdir -p hooks/turn-preflight
echo "your-moonshot-api-key" > .kimi-api-key
npm install -g @openai/codex
codex auth
The protocol manages data through context injection and configuration flags. The following table describes the data components utilized by these Openclaw Skills:
| Component | Source | Format |
|---|---|---|
| [KIMI K2.5 PERSPECTIVE] | Moonshot API | Injected Markdown Text |
| [CODEX 5.3 PERSPECTIVE] | Codex CLI | Injected Markdown Text |
| TRIGGER_MODE | handler.js | String (keyword, hybrid, or auto) |
| .kimi-api-key | Local Secret | Plaintext Key |
Loading
A local, fast, and private semantic memory layer that allows AI agents to store facts, decisions, and context with biological decay and relationship mapping.

An automated tool to generate comprehensive weather forecasts and alert summaries using real-time NOAA data.

A Python-powered automation tool that generates detailed weather briefings and alert monitoring reports using real-time NOAA/NWS data.

An AI-powered health assistant that provides personalized coaching by analyzing data from popular wearables and manual logs.

A secure, token-based interface for managing GitHub repositories, pull requests, and issues without the complexity of OAuth.

A secure, user-controlled bridge for AI agents to interact with GitHub repositories using Personal Access Tokens instead of OAuth.








































