← 返回
开发者工具 Key 中文

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...
统一LLM议会技能——安装、查询、管理多模型共识应用。使用快捷CLI或完整网页UI,从多个LLM获取综合答案。
jeadland
开发者工具 clawhub v2.0.0 1 版本 99872.9 Key: 需要
★ 2
Stars
📥 746
下载
💾 9
安装
1
版本
#latest

概述

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-council and ask-council skills are merged here. One command handles everything.

Usage

CommandAction
-----------------
/council-brief installInstall deps and start backend + frontend
/council-brief ask Quick chairman's answer (headless)
/council-brief Shorthand — just ask directly
/council-brief statusCheck if services are running
/council-brief stopStop background services
/council-brief --helpShow 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

ModeBest ForCommand
-------------------------
Quick answerFast decisions, mobile, casual questions/council-brief "question"
Full discussionDeep research, exploring disagreements, seeing all model responses/council-brief install then open browser at :5173

How Ask Mode Works

  1. Sends your question to the LLM Council backend
  2. Waits for Stage 1 (all models respond)
  3. Waits for Stage 2 (models rank each other)
  4. Returns Stage 3 (Chairman's final synthesis)
  5. Takes 30-60 seconds — models need time to deliberate

How Install Mode Works

  1. Resolves credentials (env → workspace .env → OpenClaw gateway)
  2. Clones/updates https://github.com/jeadland/llm-council
  3. Installs Python backend (uv sync)
  4. Installs frontend (npm ci)
  5. Starts backend (FastAPI on :8001)
  6. Starts frontend (Vite dev on :5173)

Prerequisites

  • git, uv (Python), npm, jq
  • API credentials: OPENROUTER_API_KEY in env/workspace .env, OR OpenClaw gateway configured

Ports

ServicePort
---------------
Backend (FastAPI)8001
Frontend dev5173
Frontend preview4173

Files

FilePurpose
---------------
SKILL.mdThis documentation
council-brief.shMain router script (install/ask/status/stop)
ask-council.shQuery handler (chairman's answer)
install.shInstaller/launcher
stop.shService stopper
status.shService status checker
_meta.jsonSkill metadata

Agent Instructions

When user says /council-brief :

bash ~/.openclaw/skills/council-brief/council-brief.sh "$@"

The council-brief.sh script handles argument routing:

  • install → runs install.sh (setup + launch)
  • ask or any freeform text → runs ask-council.sh (query mode)
  • status → runs status.sh (check services)
  • stop → runs stop.sh (stop services)
  • --help or help → shows usage

Changelog

v2.0.0 — Unified skill merging:

  • install-llm-council (setup/launcher)
  • council-brief v1.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)

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-03-30 12:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 67 📥 180,060
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,777
communication-collaboration

Ask Council

jeadland
直接从Telegram/聊天中向LLM Council提问——无需打开网页界面,即可获得议长整合的回答。快速、无头访问多模...
★ 0 📥 963