council-of-wisdom

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "council-of-wisdom" with this command: npx skills add adelpro/council-of-wisdom

Council of Wisdom

A multi-agent deliberation hub with 3 core agents and extensible extended agents.

When to Activate

Auto-Trigger

  • Decision words: should I, should we, better to, which option
  • Risk signals: dangerous, risk, worried, concerned, scared
  • Complex words: analyze, compare, think, help me
  • Explicit: council:, ask the council

Auto-Skip

hello, hi, hey, thanks, thank you
what time, weather, temperature
yes, no, ok, sure
define, what is

Architecture

Query → Check Skip List
           │
           ▼ (if not skipped)
    ┌──────────────────┐
    │  CORE AGENTS    │ (always run)
    │ - Intent Decoder│
    │ - Risk Checker  │
    │ - Tone Designer │
    └──────────────────┘
           │
           ▼ (if extended triggered)
    ┌──────────────────┐
    │ EXTENDED AGENTS │ (included)
    └──────────────────┘
           │
           ▼
    ┌──────────────────┐
    │ WORKSPACE SKILLS │ (if needed)
    └──────────────────┘
           │
           ▼
    Enriched Response

Core Agents (Always Run)

Intent Decoder

What does the user actually want?

Risk Checker

What could go wrong?

Tone Designer

How should this feel?

Extended Agents (Included)

AgentTrigger Keywords
System Designerapi, database, architecture, system
Complexity Assessorcomplex, analyze, compare
Values Guardianethical, moral, values, fair

Calling Workspace Skills

The council can call skills from your workspace when specialized knowledge is needed.

Example:

  • Query about Quran → call quran-search-engine-mcp
  • Query about GitHub → call github-mcp
  • Query about security → call penetration-tester agent

To add workspace skills:

  1. Skills go in workspace/skills/
  2. Agents go in workspace/agents/
  3. The council detects keywords and calls them when needed

Adding Custom Extended Agents

Create a new .md file in agents/ folder:

# Your Agent Name

Trigger: keyword1, keyword2

Your analysis...

Output

Implicit Mode (Default)

Skill runs silently. Apply analysis to shape response.

Explicit Mode (When Asked)

Use council: prefix to see full analysis.

Simple Rules (80% of Value)

IF query contains: dangerous, risk, worried, scared
THEN: Risk Checker flag = high

IF query contains: frustrated, angry, upset
THEN: Tone = empathetic

SEO

Keywords: multi-agent, AI router, agent council, decision support, AI deliberation, extensible hub, workspace skills

Use cases: personal AI assistant, decision making, risk assessment

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Multi-Agent Orchestrator

Production-grade multi-agent orchestration patterns. Decompose complex tasks into parallel subtasks, coordinate agent swarms, build sequential pipelines, and...

Registry SourceRecently Updated
1000Profile unavailable
Automation

Council Builder

Build a personalized team of AI agent personas for OpenClaw. Interviews the user, analyzes their workflow, then creates specialized agents with distinct pers...

Registry SourceRecently Updated
4250Profile unavailable
Security

JARVIS Mission Control — Free AI Agent Coordination Hub

Set up JARVIS Mission Control v2.0.7 — a free, open-source AI agent coordination hub by MissionDeck.ai. Kanban board, real-time WebSocket updates, team chat,...

Registry SourceRecently Updated
1K4Profile unavailable
Automation

OpenClaw 集中配置管理系统

为 OpenClaw 构建集中化配置管理系统,告别硬编码和配置分散,实现"改一处,生效全局"的现代化运维体验。包含配置加载器、主配置融合、记忆同步、AGENTS.md 模板、memoryFlush、memorySearch、多 Agent 配置、ClawRouter 成本优化等核心功能。

Registry SourceRecently Updated
1651Profile unavailable