Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计提醒

consiliumconsilium 开发

Agent Skill

consilium 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,670

周安装

759

GitHub Stars

2

下载量

6,193
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:consilium(consilium 开发)
来源仓库:https://github.com/morozsm/consilium
安装命令:
openclaw skills install consilium
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install consilium

简介

Consilium 作为个人 AI 顾问委员会,聚合多种模型优势提供综合解答。

  • 适合在 OpenClaw 中解决复杂难题,获得超越单一模型的决策参考。
  • 通过 clawhub 安装,采用真正异构模型而非角色扮演提升结果多样性。
  • 需合理设定问题范围,避免无限递归或资源争用影响其他任务。
  • 适用于战略分析、创新方案设计等高阶智力协作需求。

SKILL.md

name
council
description
Your personal board of AI advisors — the only skill that uses truly different AI models (not one model role-playing). Get better answers to hard questions by having 3-5 models from different providers analyze independently, then synthesizing consensus, disagreements, and action items. Each model brings genuinely different training and reasoning — catching blind spots that same-model approaches miss. Zero external dependencies: uses native OpenClaw sub-agents, no Python scripts, no API keys beyond your existing model config. Use when: user says /council, or asks for multi-model analysis of a decision, architecture, strategy, or any complex problem.

Consilium — True Multi-Model Deliberation

Ask a hard question → 3-5 AI models from different providers analyze it independently → you get a synthesis with consensus, disagreements, action items, and minority opinions.

Unlike other council skills: this uses genuinely different models (Anthropic + OpenAI + Google + others), not one model playing multiple roles. Different training data = different blind spots = better coverage.

Always respond in the same language as the user's question.

Examples

  • /council Should we migrate from monolith to microservices given our 4-person team?
  • /council --profile fast Evaluate the risks of this investment strategy
  • /council How to resolve a complex equity dispute with my co-founder?
  • After results: *"Tell me more about what Gemini said on point 3"* (follow-up with specific panelist)

Requirements

  • Minimum 3 models from different providers in agents.defaults.models allowlist
  • Tools: sessions_spawn, subagents, sessions_history (enabled by default)
  • Each council run = 3-5 API calls (one per model) + synthesis
  • No additional API keys, Python scripts, or external dependencies

Privacy & Data

  • Your question is sent to each model provider in your panel. Only use models/providers you trust.
  • council-panel.json (saved to workspace root) contains only model names and slot assignments, not queries or responses.
  • Panelist responses exist only in sub-agent session memory and are auto-archived per your OpenClaw settings.
  • No data is sent to external services beyond your configured model providers.

Panel

On first use, check available models and ask the user to confirm the panel. Save to workspace root as council-panel.json for reuse. User can re-run panel selection anytime with --models.

Slot roles (fill from available models)

SlotRoleGood candidates
Deep thinkerNuance, system thinkingClaude Opus, GPT-5, Gemini Pro
PragmatistConcise, actionableClaude Sonnet, GPT-mini, Gemini Flash
Broad analystWide knowledge, structureGPT-5, Gemini Pro, Claude Opus
TechnicalRigor, edge casesGemini Pro, Claude Sonnet, GLM
ContrarianChallenge assumptionsGLM, any model with contrarian lens

Rules: Each slot = different model. Prefer different providers. Min 3 models to run. If fewer than 3 available, inform user.

Example council-panel.json

{
  "panel": [
    { "slot": "deep_thinker", "model": "anthropic/claude-opus-4-6", "lens": "Deep analysis" },
    { "slot": "pragmatist", "model": "anthropic/claude-sonnet-4-5", "lens": "Pragmatic" },
    { "slot": "broad_analyst", "model": "github-copilot/gpt-5.2", "lens": "Broad knowledge" }
  ],
  "confirmed": "2026-02-24"
}

Profiles

  • thorough (default): All panel slots, quorum = max(slots - 2, 2)
  • balanced: 3 strongest slots, quorum 2
  • fast: 2 fastest slots, quorum 2

Workflow

  1. Dispatch — spawn panelists in parallel (sessions_spawn, mode=run, timeout 120s). Assign unique lens per slot. Detect question language, hardcode in prompt. Tell user: "Panel dispatched, ~60s. Send a follow-up when ready."
  2. Collect — on user's follow-up: subagents listsessions_history. Synthesize when quorum met.
  3. Debate (only if --rounds 2) — anonymized digest → rebuttals. See references/PROTOCOL.md.
  4. Synthesize — produce output below.

Output Format

## Council of Experts
**Question:** ... | **Panel:** ... | **Profile:** ...
---
### Positions
**{Model}** ({lens}) — {2-3 sentence summary}

### ✅ Consensus
### ⚡ Disagreements
### 🗣️ Minority opinions

### 🎯 Synthesis
Agreement: 🟢 strong (4-5) | 🟡 mixed (3) | 🔴 split

### 📋 Action Items
1. **{Highest priority}** — {effort/time estimate}
2. **{Next action}** — {estimate}
3. **{Next action}** — {estimate}

Randomize position order. Quote with attribution. Preserve minority views. Never fabricate consensus. Section headers and content in user's language.

Follow-up

After synthesis, the user can drill deeper with a specific panelist:

  • *"Tell me more about what GPT said on point 2"*
  • *"I want the contrarian's take on the action items"*

Use sessions_history to retrieve that panelist's full response, then expand on the specific point in that model's perspective.

Flags

--profile thorough|balanced|fast · --models <list> · --skip <model> · --rounds 2 · --quorum N · --timeout N · --lens "..." · --lenses "a,b,c"

Prompt templates, debate mechanics, error handling → references/PROTOCOL.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.47%
按下载量换算4,860

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install consilium 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills