/install council-brief
Council Brief v2.0.0 (Unified)
One skill to rule them all — install, query, and manage LLM Council.
LLM Council is a multi-model consensus app: ask one question to many models, let them critique each other, get a synthesized chairman answer.
v2.0.0 Upgrade: Now unified! Previously separate
install-llm-councilandask-councilskills are merged here. One command handles everything.
Usage
| Command | Action |
|---|---|
/council-brief install |
Install deps and start backend + frontend |
/council-brief ask \x3Cquestion> |
Quick chairman's answer (headless) |
/council-brief \x3Cquestion> |
Shorthand — just ask directly |
/council-brief status |
Check if services are running |
/council-brief stop |
Stop background services |
/council-brief --help |
Show usage help |
Examples
Install and run:
/council-brief install
Quick question (no browser needed):
/council-brief ask "Should I invest in Tesla right now?"
/council-brief "Is Python or Go better for microservices?"
/council-brief What are the tradeoffs of Rust vs Zig?
Check status:
/council-brief status
Stop services:
/council-brief stop
Two Ways to Use
| Mode | Best For | Command |
|---|---|---|
| Quick answer | Fast decisions, mobile, casual questions | /council-brief "question" |
| Full discussion | Deep research, exploring disagreements, seeing all model responses | /council-brief install then open browser at :5173 |
How Ask Mode Works
- Sends your question to the LLM Council backend
- Waits for Stage 1 (all models respond)
- Waits for Stage 2 (models rank each other)
- Returns Stage 3 (Chairman's final synthesis)
- Takes 30-60 seconds — models need time to deliberate
How Install Mode Works
- Resolves credentials (env → workspace
.env→ OpenClaw gateway) - Clones/updates
https://github.com/jeadland/llm-council - Installs Python backend (
uv sync) - Installs frontend (
npm ci) - Starts backend (FastAPI on
:8001) - Starts frontend (Vite dev on
:5173)
Prerequisites
git,uv(Python),npm,jq- API credentials:
OPENROUTER_API_KEYin env/workspace.env, OR OpenClaw gateway configured
Ports
| Service | Port |
|---|---|
| Backend (FastAPI) | 8001 |
| Frontend dev | 5173 |
| Frontend preview | 4173 |
Files
| File | Purpose |
|---|---|
SKILL.md |
This documentation |
council-brief.sh |
Main router script (install/ask/status/stop) |
ask-council.sh |
Query handler (chairman's answer) |
install.sh |
Installer/launcher |
stop.sh |
Service stopper |
status.sh |
Service status checker |
_meta.json |
Skill metadata |
Agent Instructions
When user says /council-brief \x3Cargs>:
bash ~/.openclaw/skills/council-brief/council-brief.sh "$@"
The council-brief.sh script handles argument routing:
install→ runsinstall.sh(setup + launch)ask \x3Cquestion>or any freeform text → runsask-council.sh(query mode)status→ runsstatus.sh(check services)stop→ runsstop.sh(stop services)--helporhelp→ shows usage
Changelog
v2.0.0 — Unified skill merging:
install-llm-council(setup/launcher)council-briefv1.x (quick answers only)ask-council(deprecated duplicate)
Now one skill handles everything: install, query, status, stop.
v1.0.5 — Previous version (query-only mode, required manual install)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install council-brief - 安装完成后,直接呼叫该 Skill 的名称或使用
/council-brief触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Council Brief 是什么?
Unified LLM Council skill — install, query, and manage the multi-model consensus app. Get synthesized answers from multiple LLMs via quick CLI or full web UI... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 399 次。
如何安装 Council Brief?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install council-brief」即可一键安装,无需额外配置。
Council Brief 是免费的吗?
是的,Council Brief 完全免费(开源免费),可自由下载、安装和使用。
Council Brief 支持哪些平台?
Council Brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Council Brief?
由 jeadland(@jeadland)开发并维护,当前版本 v2.0.0。