/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)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ask-council - After installation, invoke the skill by name or use
/ask-council - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 637 downloads so far.
How do I install Ask Council?
Run "/install ask-council" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ask Council free?
Yes, Ask Council is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ask Council support?
Ask Council is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ask Council?
It is built and maintained by jeadland (@jeadland); the current version is v1.0.4.