Ask Council — Quick Headless Access
Get LLM Council's synthesized answer without leaving your chat.
Usage
CODEBLOCK0
Returns the Chairman's synthesized answer after all models have debated.
How It Works
- 1. 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.
Prerequisites
LLM Council backend must be running:
CODEBLOCK1
Two Ways to Use LLM Council
| Mode | Best For | Command |
|---|
| Quick answer (this skill) | Fast decisions, mobile, casual questions | INLINECODE0 |
| Full discussion (web UI) |
Deep research, exploring disagreements, seeing all model responses |
/install-llm-council then open browser |
Example
Input:
CODEBLOCK2
Output:
CODEBLOCK3
Agent Instructions
When user says /council <question> or "ask council":
CODEBLOCK4
The script handles:
- - Creating a conversation
- Starting the council run
- Polling until complete
- Extracting the chairman's answer
- Showing progress dots while waiting
Files
| File | Purpose |
|---|
| INLINECODE3 | Documentation |
| INLINECODE4 |
Main script — queries API and returns answer |
|
_meta.json | Skill metadata |
Notes
- - Timeout: 120 seconds
- If backend isn't running, suggests starting it
- Always includes link to full web UI for detailed exploration
- Creates a new conversation each time (no history)
咨询委员会 — 快速无界面访问
在不离开聊天界面的情况下获取LLM委员会的综合答案。
使用方法
/council 我现在应该投资特斯拉吗?
在所有模型辩论后返回主席的综合答案。
工作原理
- 1. 将您的问题发送至LLM委员会后端
- 等待第一阶段(所有模型回复)
- 等待第二阶段(模型互相评分)
- 返回第三阶段(主席最终综合意见)
耗时30-60秒 — 模型需要时间进行审议。
前置条件
LLM委员会后端必须正在运行:
/install-llm-council
使用LLM委员会的两种方式
| 模式 | 最佳用途 | 命令 |
|---|
| 快速回答(本技能) | 快速决策、移动端、日常问题 | /council 问题 |
| 完整讨论(网页界面) |
深度研究、探索分歧、查看所有模型回复 | /install-llm-council 然后打开浏览器 |
示例
输入:
/council 对于新的微服务,Python和Go哪个更好?
输出:
委员会正在审议中...(这可能需要30-60秒)
................
═══════════════════════════════════════════════════════════════
主席的答案
═══════════════════════════════════════════════════════════════
根据委员会的审议,Python推荐用于快速原型开发和团队效率,
而Go在性能关键的高吞吐量服务中表现更优...
═══════════════════════════════════════════════════════════════
查看完整讨论:http://10.0.1.184:5173
智能体指令
当用户说 /council <问题> 或 咨询委员会 时:
bash
bash ~/.openclaw/skills/ask-council/ask-council.sh <问题>
该脚本负责:
- - 创建对话
- 启动委员会运行
- 轮询直至完成
- 提取主席的答案
- 等待时显示进度点
文件
| 文件 | 用途 |
|---|
| SKILL.md | 文档 |
| ask-council.sh |
主脚本 — 查询API并返回答案 |
| _meta.json | 技能元数据 |
备注
- - 超时时间:120秒
- 如果后端未运行,会提示启动
- 始终包含完整网页界面的链接以便详细探索
- 每次创建新对话(无历史记录)