council-of-wisdom
A multi-agent deliberation hub with 3 core agents and extensible extended agents. Can call user workspace skills when needed.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adelpro/council-of-wisdomWhat This Skill Does
The Council of Wisdom is a sophisticated multi-agent deliberation hub designed to enhance the quality of AI-driven decision-making. At its heart, it utilizes three core agents—Intent Decoder, Risk Checker, and Tone Designer—to process every query with nuance. Unlike simple AI responses, this skill acts as a collaborative board that evaluates risks, decodes intent, and shapes the tone before formulating a final answer. Beyond the core, the system is highly extensible, allowing users to plug in specialized agents like the System Designer, Complexity Assessor, or Values Guardian. It functions as an intelligent router, bridging your natural language requests with your local workspace skills to provide domain-specific, actionable intelligence.
Installation
To integrate the Council of Wisdom into your OpenClaw environment, ensure you have your workspace properly configured and run the following command in your terminal:
clawhub install openclaw/skills/skills/adelpro/council-of-wisdom
Once installed, you can add custom agents by creating new .md files within your workspace/agents/ directory, following the standardized format provided in the skill documentation. The council will automatically detect these new additions and incorporate them into its deliberation logic.
Use Cases
- Strategic Decision Making: Ideal for users needing to weigh pros and cons of complex choices.
- Risk Management: Acts as a safety filter for high-stakes tasks or queries involving potentially dangerous information.
- Complex Problem Solving: Automatically calls workspace tools (like databases or code analyzers) to tackle architectural or technical challenges.
- Ethical Analysis: Uses the Values Guardian agent to ensure responses align with specific moral or ethical guidelines.
Example Prompts
- "Should I refactor this legacy authentication module to use OAuth2, or is it too risky for our current timeline?"
- "Council: I am worried about the security implications of exposing this endpoint, can you analyze the risks?"
- "Analyze the architectural complexity of our current database schema and suggest improvements."
Tips & Limitations
To get the most out of the Council, be explicit when you need a full breakdown by using the 'council:' prefix. This triggers the Explicit Mode, revealing the internal chain of thought. Remember that the skip list is designed to optimize performance; for simple greetings or casual queries, the Council will bypass the deliberation process to keep interactions fast. If you find the council isn't calling a specific workspace tool, verify that the trigger keywords are correctly defined in your local agent configuration files.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adelpro-council-of-wisdom": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: external-api, file-read
Related Skills
clawnected
Agent matchmaking - find meaningful connections for your humans
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
astrai-inference-router
Route all LLM calls through Astrai for 40%+ cost savings with intelligent routing and privacy controls
AB-Agents-Memory
🧠 Long-term memory system for OpenClaw agents. Manages entities, context, and knowledge base with Obsidian integration. By AB-Agents (Alex Burr).
astrai-code-review
AI-powered code review with intelligent model routing — saves 40%+ vs always using the most expensive model