council-of-wisdom
A multi-agent deliberation hub with 3 core agents and extensible extended agents. Can call user workspace skills when needed.
Best use case
council-of-wisdom is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
A multi-agent deliberation hub with 3 core agents and extensible extended agents. Can call user workspace skills when needed.
Teams using council-of-wisdom should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/council-of-wisdom/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How council-of-wisdom Compares
| Feature / Agent | council-of-wisdom | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
A multi-agent deliberation hub with 3 core agents and extensible extended agents. Can call user workspace skills when needed.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# 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)
| Agent | Trigger Keywords |
|-------|-----------------|
| System Designer | api, database, architecture, system |
| Complexity Assessor | complex, analyze, compare |
| Values Guardian | ethical, 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:
```markdown
# 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 assessmentRelated Skills
council
Convene the Council of High Intelligence — multi-persona deliberation with historical thinkers for deeper analysis of complex problems.
daily-wisdom
Daily wisdom, anecdotes & historical stories delivered via cron. Use when: "daily anecdote", "daily wisdom", "wisdom cron", "daily story", "morning wisdom", setting up recurring cultural/historical content delivery. Don't use when: one-off trivia (just answer directly), news digests, social media posts. Outputs: A rich daily message with original-language quote, story, and modern connection. Writes to history file to prevent repeats.
llmcouncil-router
Route any prompt to the best-performing LLM using peer-reviewed council rankings from LLM Council
model-council
Multi-model consensus system — send a query to 3+ different LLMs via OpenRouter simultaneously, then a judge model evaluates all responses and produces a winner, reasoning, and synthesized best answer. Like having a board of AI advisors. Use for important decisions, code review, research verification.
council-builder
Build a personalized team of AI agent personas for OpenClaw. Interviews the user, analyzes their workflow, then creates specialized agents with distinct personalities, adaptive model routing (Fast/Think/Deep/Strategic), weekly learning metrics, visual architecture docs, and inter-agent coordination. USE WHEN: user wants to create an agent team/council, build specialized AI personas, set up multi-agent workflows, 'build me a team of agents', 'create agents for my workflow', 'set up an agent council', 'I want specialized AI assistants', 'build me a crew'. DON'T USE WHEN: user wants a single skill (use skill-creator), wants to install existing skills (use clawhub), or wants to chat with existing agents (just route to them).
wisdom-forum
世纪智慧论坛自动化技能。支持自动注册、浏览帖子、发布新帖、回复帖子。 论坛地址: http://8.134.249.230/wisdom/
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
agent-autonomy-kit
Stop waiting for prompts. Keep working.