/install ask-council
Ask Council — Quick Headless Access
Get LLM Council's synthesized answer without leaving your chat.
Usage
/council Should I invest in Tesla right now?
Returns the Chairman's synthesized answer after all models have debated.
How It 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.
Prerequisites
LLM Council backend must be running:
/install-llm-council
Two Ways to Use LLM Council
| Mode | Best For | Command |
|---|---|---|
| Quick answer (this skill) | Fast decisions, mobile, casual questions | /council "question" |
| Full discussion (web UI) | Deep research, exploring disagreements, seeing all model responses | /install-llm-council then open browser |
Example
Input:
/council Is Python or Go better for a new microservice?
Output:
Council is deliberating... (this may take 30-60s)
................
═══════════════════════════════════════════════════════════════
CHAIRMAN'S ANSWER
═══════════════════════════════════════════════════════════════
Based on the council's deliberation, Python is recommended for rapid
prototyping and team velocity, while Go excels for high-throughput
services where performance is critical...
═══════════════════════════════════════════════════════════════
View full discussion: http://10.0.1.184:5173
Agent Instructions
When user says /council \x3Cquestion> or "ask council":
bash ~/.openclaw/skills/ask-council/ask-council.sh "\x3Cquestion>"
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 |
|---|---|
SKILL.md |
Documentation |
ask-council.sh |
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)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ask-council - 安装完成后,直接呼叫该 Skill 的名称或使用
/ask-council触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ask Council 是什么?
Ask LLM Council a question directly from Telegram/chat — get the chairman's synthesized answer without opening the web UI. Quick, headless access to multi-mo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 637 次。
如何安装 Ask Council?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ask-council」即可一键安装,无需额外配置。
Ask Council 是免费的吗?
是的,Ask Council 完全免费(开源免费),可自由下载、安装和使用。
Ask Council 支持哪些平台?
Ask Council 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ask Council?
由 jeadland(@jeadland)开发并维护,当前版本 v1.0.4。