A powerful skill that leverages Mixture of Agents (MoA) to synthesize high-quality responses from multiple LLM providers in parallel.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install multi-llm
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 multi-llm 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-LLM skill is designed for developers who need higher reliability and reasoning depth than a single model can provide. By utilizing the Mixture of Agents (MoA) pattern, it coordinates multiple proposer models like Claude, GPT-4o, and Gemini to generate initial responses, which are then refined by a synthesizer model. This approach ensures that Openclaw Skills can deliver superior results for complex tasks by aggregating the unique strengths of various top-tier language models.
The system is built for efficiency, querying all providers in parallel to minimize latency. It intelligently auto-detects available providers based on your environment variables, making it a seamless addition to any AI-driven workflow that requires the highest possible output quality.
To get started with this skill within the Openclaw Skills ecosystem, ensure you have the uv package manager installed and set up your API keys.
# Set your provider API keys
export ANTHROPIC_API_KEY="your_key"
export OPENAI_API_KEY="your_key"
export GEMINI_API_KEY="your_key"
# Run a multi-model query
uv run scripts/ensemble.py --prompt "Analyze the security implications of this code snippet"
The Multi-LLM skill organizes its execution data based on the selected output format. It can produce simple text strings or detailed metadata objects.
| Data Type | Description |
|---|---|
text |
A clean string containing only the final synthesized response. |
json |
A structured object containing the final answer plus a list of responses from each individual proposer model. |
output_file |
An optional file (e.g., .txt or .json) where the synthesis results are persisted for later audit. |
--rounds 2) to prioritize extreme response quality over speed.Loading
A specialized skill for creating Feishu bots and binding them to independent OpenClaw agents for role-based automation.

A specialized AI assistant designed to coach non-profits, researchers, and artists through every stage of the grant writing and funding acquisition process.

A senior-level AI audit tool that diagnoses Shopify store performance, conversion leaks, and technical debt to produce prioritized growth roadmaps.

A sophisticated self-repair engine for AI agents that automatically detects, diagnoses, and fixes workflow failures using pattern recognition.

A powerful utility for monitoring, comparing, and optimizing AI API expenditure across multiple model providers.

A specialized skill for building web3 applications that query indexed blockchain data and contract state across 100+ EVM chains via the Blockscout PRO API.








































