Multi-model consensus system — send a query to 3+ different LLMs via OpenRouter simultaneously, then a judge model evaluates all responses and produces a win...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install model-council-pro或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install model-council-pro⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/model-council-pro/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: model-council description: Multi-model consensus system — send a query to 3+ different LLMs via OpenRouter simultaneously, then a judge model evaluates all responses and produces a winner, reasoning, and synthesized best answer. Like having a board of AI advisors. Use for important decisions, code review, research verification. homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+, OpenRouter API key metadata: {"openclaw": {"emoji": "\ud83c\udfdb\ufe0f", "requires": {"env": ["OPENROUTER_API_KEY"]}, "primaryEnv": "OPENROUTER_API_KEY", "homepage": "https://www.agxntsix.ai"}} ---
Get consensus from multiple AI models on any question.
Send your query to 3+ different LLMs simultaneously via OpenRouter. A judge model evaluates all responses and produces a winner, reasoning, and synthesized best answer.
Your Question
├──→ Claude Sonnet 4 ──→ Response A
├──→ GPT-4o ──→ Response B
└──→ Gemini 2.0 Flash ──→ Response C
│
Judge (Opus) evaluates all
│
├── Winner + Reasoning
├── Synthesized Best Answer
└── Cost Breakdown
# Basic usage
python3 {baseDir}/scripts/model_council.py "What's the best database for a real-time analytics dashboard?"
# Custom models
python3 {baseDir}/scripts/model_council.py --models "anthropic/claude-sonnet-4,openai/gpt-4o,google/gemini-2.5-pro" "Your question"
# Custom judge
python3 {baseDir}/scripts/model_council.py --judge "openai/gpt-4o" "Your question"
# JSON output
python3 {baseDir}/scripts/model_council.py --json "Your question"
# Set max tokens per response
python3 {baseDir}/scripts/model_council.py --max-tokens 2000 "Your question"
| Flag | Default | Description | |------|---------|-------------| | --models | claude-sonnet-4, gpt-4o, gemini-2.0-flash | Comma-separated model list | | --judge | anthropic/claude-opus-4-6 | Judge model | | --max-tokens | 1024 | Max tokens per council member | | --json | false | Output as JSON | | --timeout | 60 | Timeout per model (seconds) |
Requires OPENROUTER_API_KEY environment variable.
═══ MODEL COUNCIL RESULTS ═══
Question: What's the best way to handle auth in a microservices architecture?
── Council Member Responses ──
🤖 anthropic/claude-sonnet-4 ($0.0043)
Use a centralized auth service with JWT tokens...
🤖 openai/gpt-4o ($0.0038)
Implement OAuth 2.0 with an API gateway...
🤖 google/gemini-2.0-flash-001 ($0.0012)
Consider using service mesh with mTLS...
── Judge Verdict (anthropic/claude-opus-4-6, $0.0125) ──
🏆 Winner: anthropic/claude-sonnet-4
Reasoning: Most comprehensive and practical approach...
📝 Synthesized Answer:
The best approach combines elements from all three...
💰 Total Cost: $0.0218
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
安装 Model Council Pro 后,可以对 AI 说这些话来触发它
Help me get started with Model Council Pro
Explains what Model Council Pro does, walks through the setup, and runs a quick demo based on your current project
Use Model Council Pro to multi-model consensus system — send a query to 3+ different LLMs vi...
Invokes Model Council Pro with the right parameters and returns the result directly in the conversation
What can I do with Model Council Pro in my data & analytics workflow?
Lists the top use cases for Model Council Pro, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/model-council-pro/ 目录(个人级,所有项目可用),或 .claude/skills/model-council-pro/(项目级)。重启 AI 客户端后,用 /model-council-pro 主动调用,或让 AI 根据上下文自动发现并使用。
Model Council Pro 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Model Council Pro 可免费安装使用。请查阅仓库了解许可证信息。
Multi-model consensus system — send a query to 3+ different LLMs via OpenRouter simultaneously, then a judge model evaluates all responses and produces a win...
Model Council Pro 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Model Council Pro
Identifies repetitive steps in your workflow and sets up Model Council Pro to handle them automatically