# Send Council of Wisdom to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "council-of-wisdom",
    "name": "Council of Wisdom",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/adelpro/council-of-wisdom",
    "canonicalUrl": "https://clawhub.ai/adelpro/council-of-wisdom",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/council-of-wisdom",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=council-of-wisdom",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "agents/complexity-assessor.md",
      "agents/intent-decoder.md",
      "agents/risk-checker.md",
      "agents/system-designer.md",
      "agents/tone-designer.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/council-of-wisdom"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/council-of-wisdom",
    "downloadUrl": "https://openagent3.xyz/downloads/council-of-wisdom",
    "agentUrl": "https://openagent3.xyz/skills/council-of-wisdom/agent",
    "manifestUrl": "https://openagent3.xyz/skills/council-of-wisdom/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/council-of-wisdom/agent.md"
  }
}
```
## Documentation

### Council of Wisdom

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

### 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

### Intent Decoder

What does the user actually want?

### Risk Checker

What could go wrong?

### Tone Designer

How should this feel?

### Extended Agents (Included)

AgentTrigger KeywordsSystem Designerapi, database, architecture, systemComplexity Assessorcomplex, analyze, compareValues 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:

Skills go in workspace/skills/
Agents go in workspace/agents/
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...

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: adelpro
- Version: 1.3.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/council-of-wisdom)
- [Send to Agent page](https://openagent3.xyz/skills/council-of-wisdom/agent)
- [JSON manifest](https://openagent3.xyz/skills/council-of-wisdom/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/council-of-wisdom/agent.md)
- [Download page](https://openagent3.xyz/downloads/council-of-wisdom)