← Back to Skills Marketplace
Council of Wisdom - Multi-Agent Debate
by
miknasbh-stack
· GitHub ↗
· v1.0.0
· MIT-0
235
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install miknas-council-of-wisdom
Description
Facilitates structured multi-agent debates with opposing expert views, a referee moderator, and 9 specialized AI council votes for balanced decision-making.
Usage Guidance
This package appears to be what it says: a multi-agent debate orchestrator for OpenClaw/ACP. Before installing or running it, consider: (1) Debate transcripts and logs are written to your workspace and will be forwarded to whatever LLM providers your OpenClaw runtime is configured with — review provider credentials and privacy/security policies. (2) The scripts may call gh and jq for GitHub integration and JSON processing; ensure those tools are available and authorized. (3) Cleanup logic kills subagents named council-*; on shared hosts this could affect other users' sessions if naming collides. (4) Review the prompt templates and any sample prompts to avoid embedding sensitive or proprietary data you don't want sent to third-party LLMs. (5) If you intend to use this in production, run it in a controlled/trusted OpenClaw environment, verify provider credentials and auditing, and confirm required CLI tools (gh, jq, git) are present. Overall the skill is internally consistent (benign) but operational/privacy considerations above should be addressed before use.
Capability Analysis
Type: OpenClaw Skill
Name: miknas-council-of-wisdom
Version: 1.0.0
The Council of Wisdom skill bundle is a comprehensive multi-agent orchestration framework designed for structured AI debates. It utilizes shell scripts (council-of-wisdom.sh) to manage a local workspace, initialize git repositories, and interact with the GitHub CLI (gh) for issue tracking. The implementation details in IMPLEMENTATION.md and the agent prompts in the templates directory correctly leverage OpenClaw's ACP (Agent Control Panel) features, such as sessions_spawn and subagents action=kill, for lifecycle management and cleanup. No evidence of data exfiltration, malicious execution, or deceptive prompt injection was found; the high-privilege operations (file management and agent control) are well-documented and strictly aligned with the system's stated purpose.
Capability Assessment
Purpose & Capability
The skill claims a multi-agent debate framework and its files (SKILL.md, IMPLEMENTATION.md, scripts, templates) and examples consistently show usage of OpenClaw/ACP primitives (sessions_spawn, subagents, sessions_send). Declared dependency on OpenClaw and optional gh aligns with the documented GitHub integration. There are no unexpected environment variables or binaries requested that don't match the stated purpose.
Instruction Scope
Runtime instructions legitimately cover spawning referee/debater/council agents, collecting transcripts, tallying votes, generating reports, and cleanup. However, the flow routes debate transcripts to external LLM providers (OpenAI, Anthropic, Google, Zai) via the ACP runtime — meaning debate data will be sent to whatever providers the agent runtime is configured to use. The scripts also write under ~/.openclaw/workspace and create GitHub repos via gh if used. No instructions read unrelated system secrets, but users should note that transcripts and logs are written to disk and forwarded to external models.
Install Mechanism
There is no remote download/install step — this is instruction + script based and installs into the user's OpenClaw workspace. No external URLs or archive extraction are used by the skill metadata. The CLI and helper scripts are included locally. This is lower-risk than arbitrary remote installers.
Credentials
The skill declares no required env vars or credentials, which matches provided files. That said, it implicitly depends on OpenClaw/ACP being configured with provider credentials (for provider models like openai/gpt-4, google/gemini-pro, etc.) and on optional tools like gh and jq for some features; those credentials live outside the skill. Users should be aware provider credentials configured in OpenClaw will be used to send transcripts and prompts to third-party LLMs.
Persistence & Privilege
The skill does not request always:true and uses normal autonomous invocation patterns (spawning sessions via the ACP runtime). Cleanup routines kill subagents matching council-*; on a multi-tenant or shared OpenClaw host that could terminate other sessions named similarly. Otherwise, no unusual privilege escalation or modification of other skills' configurations is present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install miknas-council-of-wisdom - After installation, invoke the skill by name or use
/miknas-council-of-wisdom - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Multi-agent debate system with 12 expert agents, structured decision making, enterprise-grade monitoring
Metadata
Frequently Asked Questions
What is Council of Wisdom - Multi-Agent Debate?
Facilitates structured multi-agent debates with opposing expert views, a referee moderator, and 9 specialized AI council votes for balanced decision-making. It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.
How do I install Council of Wisdom - Multi-Agent Debate?
Run "/install miknas-council-of-wisdom" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Council of Wisdom - Multi-Agent Debate free?
Yes, Council of Wisdom - Multi-Agent Debate is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Council of Wisdom - Multi-Agent Debate support?
Council of Wisdom - Multi-Agent Debate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Council of Wisdom - Multi-Agent Debate?
It is built and maintained by miknasbh-stack (@miknasbh-stack); the current version is v1.0.0.
More Skills