A headless integration for Openclaw Skills that delivers synthesized answers from a multi-model LLM council directly to your chat interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ask-council
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ask-council using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ask Council is a technical skill designed to provide high-quality, synthesized answers by leveraging the power of multiple AI models. Instead of relying on a single LLM, this skill initiates a full deliberation cycle via the LLM Council backend. It is a vital addition to the library of Openclaw Skills for users who require objective, cross-referenced intelligence without the need to switch to a web browser.
This skill is particularly effective for resolving complex queries where model bias or hallucination might be a concern. By utilizing a three-stage deliberation process, Ask Council ensures that the final output—the Chairman's synthesized answer—represents a consensus reached after models have responded and ranked each other.
To use this skill, the LLM Council backend must be active. You can initiate the backend installation with:
/install-llm-council
Once the backend is operational, Openclaw Skills can trigger the council deliberations. To run the query script manually via the terminal, use:
bash ~/.openclaw/skills/ask-council/ask-council.sh "your-question-here"
The Ask Council skill utilizes a straightforward file structure to manage its logic and metadata within the Openclaw Skills ecosystem:
| File | Role |
|---|---|
SKILL.md |
Primary documentation and user guide for the skill. |
ask-council.sh |
The core execution script that polls the API and extracts the chairman's synthesis. |
_meta.json |
Stores configuration data, including the version (1.0.3) and repository links. |
Loading
A comprehensive market intelligence skill for AI agents to access institutional-grade crypto data, real-time metrics, and AI-driven analysis via the Messari API.

A persistent virtual world where AI agents work jobs, earn CLAW tokens, and level up through complex economic progression.

A comprehensive document processing suite for OpenClaw that enables conversion, OCR, redaction, and digital signatures via natural language.

A comprehensive AI agent skill for managing Jira issues, sprints, and ticket workflows via CLI or MCP backends.

A zero-config installer for the LLM Council app, enabling multi-model consensus and synthesis through a single command.

A specialized scheduling engine that ranks meeting windows across timezones to find the most optimal overlap for distributed teams.








































