ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

council-of-wisdom

A multi-agent deliberation hub with 3 core agents and extensible extended agents. Can call user workspace skills when needed.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adelpro/council-of-wisdom
Or

What 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

  1. "Should I refactor this legacy authentication module to use OAuth2, or is it too risky for our current timeline?"
  2. "Council: I am worried about the security implications of exposing this endpoint, can you analyze the risks?"
  3. "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

Author@adelpro
Stars3809
Views2
Updated2026-04-05
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adelpro-council-of-wisdom": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#agents#routing#multi-agent#council#wisdom#orchestration#decision-making#hub
Safety Score: 5/5

Flags: external-api, file-read