agora
Multi-agent debate council — spawns 3 specialized sub-agents in parallel (Scholar, Engineer, Muse) to tackle complex problems from different angles. Configurable models per role. Inspired by Grok 4.20's multi-agent architecture.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/robbyczgw-cla/agora-councilAgora 🏛️ — Multi-Agent Debate Council
Spawn 3 specialized sub-agents in parallel to tackle complex problems. You (the main agent) act as Captain/Coordinator — decompose the task, dispatch to specialists, synthesize the final answer.
When to Use
Activate when the user says any of:
/agora <question>or/council <question>- "ask the council", "multi-agent", "get multiple perspectives"
- Or when facing complex, multi-faceted problems that benefit from diverse expertise
DO NOT use for: Simple questions, quick lookups, casual chat.
Architecture
User Query
│
▼
┌─────────────────────────────────┐
│ CAPTAIN (Main Agent Session) │
│ Model: user's current model │
│ Decomposes & Assigns │
└────┬──────────┬─────────────────┘
│ │ │
▼ ▼ ▼
┌─────────┐┌─────────┐┌─────────┐
│ SCHOLAR ││ENGINEER ││ MUSE │
│ Research││ Logic ││Creative │
│ & Facts ││ & Code ││ & Style │
│ (model) ││ (model) ││ (model) │
└────┬────┘└────┬────┘└────┬────┘
│ │ │
▼ ▼ ▼
┌─────────────────────────────────┐
│ CAPTAIN synthesizes │
│ Final consensus answer │
└─────────────────────────────────┘
Model Configuration
Users can specify models per role. Parse from the command or use defaults.
Syntax
/agora <question>
/agora <question> --scholar=codex --engineer=codex --muse=sonnet
/agora <question> --all=haiku
Defaults (if no model specified)
| Role | Default Model | Why |
|---|---|---|
| 🎖️ Captain | User's current session model | Coordinates & synthesizes |
| 🔍 Scholar | codex | Cheap, fast, good at web search |
| 🧮 Engineer | codex | Strong at logic & code |
| 🎨 Muse | sonnet | Creative, nuanced writing |
Model Aliases (use in --flags)
opus→ Claude Opus 4.6sonnet→ Claude Sonnet 4.5haiku→ Claude Haiku 4.5codex→ GPT-5.3 Codexgrok→ Grok 4.1kimi→ Kimi K2.5minimax→ MiniMax M2.5- Or any full model string (e.g.
anthropic/claude-opus-4-6)
Presets
--preset=cheap→ all haiku (fast, minimal cost)--preset=balanced→ scholar=codex, engineer=codex, muse=sonnet (default)--preset=premium→ all opus (max quality, high cost)--preset=diverse→ scholar=codex, engineer=sonnet, muse=opus (different perspectives)
The Council
🔍 Scholar (Research & Facts)
- Role: Real-time web search, fact verification, evidence gathering, source citations
- Must use:
web_searchtool extensively (or web-search-plus skill if available) - Prompt prefix: "You are SCHOLAR, a research specialist. Your job is to find accurate, up-to-date facts and evidence. Search the web extensively. Cite sources with URLs. Flag anything uncertain. Be thorough but concise. Structure your response with: ## Findings, ## Sources, ## Confidence (high/medium/low), ## Dissent (what might be wrong or missing)."
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-robbyczgw-cla-agora-council": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
answer-framework
智能回答框架,自动适配问题类型,提供有据可依的自然回答。 / Smart answering framework that adapts to question types and delivers evidence-based, natural responses.
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
source-trace-builder
为分析稿建立引用索引和原始出处映射,区分一手与二手来源。;use for sources, citations, research workflows;do not use for 编造文献出处, 替代正式文献管理软件.
verify-before-done
Prevent premature completion claims, repeated same-pattern retries, and weak handoffs. Use this skill to improve verification, strategy switching, and blocked-task reporting without changing personality or tone.
evidence-gap-mapper
在报告、方案或演示稿中定位结论先行但证据不足的位置,并给出补证优先级。;use for evidence, gap-analysis, research workflows;do not use for 伪造数据支撑结论, 忽略高风险假设.