# Send Council 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "council-of-the-wise",
    "name": "Council",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jeffaf/council-of-the-wise",
    "canonicalUrl": "https://clawhub.ai/jeffaf/council-of-the-wise",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/council-of-the-wise",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=council-of-the-wise",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "agents/Analyst.md",
      "agents/Architect.md",
      "agents/Artist.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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-the-wise"
    },
    "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-the-wise",
    "downloadUrl": "https://openagent3.xyz/downloads/council-of-the-wise",
    "agentUrl": "https://openagent3.xyz/skills/council-of-the-wise/agent",
    "manifestUrl": "https://openagent3.xyz/skills/council-of-the-wise/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/council-of-the-wise/agent.md"
  }
}
```
## Documentation

### Council of the Wise

Get multi-perspective feedback on your ideas from a panel of AI experts. Perfect for stress-testing business plans, project designs, content strategies, or major decisions.

### Usage

"Send this to the council: [idea/plan/document]"
"Council of the wise: [topic]"
"Get the council's feedback on [thing]"

### Council Members

The skill auto-discovers agent personas from {skill_folder}/agents/. Any .md file in that folder (except README.md and synthesis.md) becomes a council member. The synthesis persona is used for the moderator voice.

Each agent file includes YAML frontmatter with name, emoji, and domain (general/technical/creative/analytical).

Default members:

DevilsAdvocate.md — Challenges assumptions, finds weaknesses, stress-tests
Architect.md — High-level strategy, systems thinking, structure, tradeoffs
Engineer.md — Implementation details, time estimates, concrete build steps
Artist.md — Voice, style, presentation, user experience
Analyst.md — ROI analysis, opportunity cost, quantitative rigor

Synthesis voice:

synthesis.md — Moderator who synthesizes all perspectives, surfaces conflicts, gives a verdict

### Adding New Council Members

Simply add a new .md file to the agents/ folder with YAML frontmatter:

---
name: Pentester
emoji: 🔓
domain: technical
---

# Pentester

You analyze security implications...

The skill will automatically include any agents it finds. No config file needed.

### Process

Receive the idea/topic from the user
Discover available agents (scan agents/ folder for .md files with frontmatter)
Send a loading message to the user:

🏛️ *The Council convenes...*
*Five perspectives. One question. No consensus guaranteed.*
*This takes 2-5 minutes — they're thorough.*

Spawn a sub-agent with 5-minute timeout using this task template:

Analyze this idea/plan from multiple expert perspectives.

**The Idea:**
[user's idea here]

**Your Task:**
Read and apply these agent perspectives from [AGENT_PATH]:
[List all discovered agents dynamically]

For each perspective:
1. Key insights (2-3 bullets)
2. Concerns or questions
3. Recommendations

Also read synthesis.md for the moderator voice.

End with:
- **Synthesis** section using the synthesis persona — not a summary, a verdict
- Surface where council members **disagree** with each other and why it matters
- Put **Synthesis first** (TL;DR at the top, details below)
- **Action Items** section: numbered, prioritized, with effort estimates
- **Confidence** signal: did the council mostly agree (high confidence) or split (explore further)?

Use the voice and personality defined in each agent file. Don't just list points — embody the perspective.

Return the consolidated feedback to the user

### Output Format

## 🏛️ Council of the Wise — [Topic]

### ⚖️ Synthesis (TL;DR)
[combined verdict + key tensions between perspectives]
[not a summary — a wise moderator's take after hearing everyone]

---

### 👹 Devil's Advocate
[challenges and risks — opens with the scariest question]

### 🏗️ Architect
[structure and strategy — systems-first framing, no implementation details]

### 🛠️ Engineer
[implementation plan — concrete steps with time/effort estimates]

### 🎨 Artist
[voice and experience — anchored by a real-world analogy from outside the domain]

### 📊 Analyst
[quantitative analysis — at least one number or calculation]

---

## 🎯 Action Items
1. **[Highest priority action]** — [effort estimate]
2. **[Next action]** — [effort estimate]
3. **[Next action]** — [effort estimate]

## Confidence
[High / Medium / Low] — [one sentence explaining why: "The council mostly agreed on X" or "Sharp disagreement between Engineer and Analyst on timeline suggests more research needed"]

---
*Found this useful? ⭐ [Council of the Wise on ClawdHub](https://clawhub.com)*

### Follow-Up

If the user wants to dig deeper with one council member, spawn a follow-up sub-agent with just that agent's persona file. Example: "I want to hear more from the Engineer on point 3."

### Configuration

No config file needed. The skill auto-discovers agents and uses sensible defaults:

Timeout: 5 minutes (enforced via sub-agent spawn)
Agents: All .md files in agents/ folder
Output: Markdown with synthesis and token usage
Model: Uses session default (can override via Clawdbot)

### Notes

Council review takes 2-5 minutes depending on complexity
Timeout: 5 minutes enforced; on timeout returns partial results if available
Use for: business ideas, content plans, project designs, major decisions
Don't use for: quick questions, simple tasks, time-sensitive requests
The sub-agent consolidates all perspectives into a single response with Synthesis first
Add specialized agents for domain-specific analysis (security, legal, etc.)

### Agent Implementation Notes

Trigger phrases: "send this to the council", "council of the wise", "get the council's feedback on"

When triggered:

Send loading message (see Process section above)
Spawn sub-agent with 5-minute timeout using the task template in Process section
Return synthesized council report to user

Don't invoke for: Quick questions, time-sensitive tasks, simple decisions.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jeffaf
- Version: 1.4.0
## 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-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/council-of-the-wise)
- [Send to Agent page](https://openagent3.xyz/skills/council-of-the-wise/agent)
- [JSON manifest](https://openagent3.xyz/skills/council-of-the-wise/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/council-of-the-wise/agent.md)
- [Download page](https://openagent3.xyz/downloads/council-of-the-wise)