From sundial-org-awesome-openclaw-skills-4
Orchestrates Council Chamber sessions with multiple expert personas in single sessions for structured 3-turn deliberations, using Memory Bridge, SQLite DB, and bash tools.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Instead of spawning separate agent silos, create a **Council Chamber** where multiple expert personas deliberate in a single session with cross-pollination and unified transcript.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Instead of spawning separate agent silos, create a Council Chamber where multiple expert personas deliberate in a single session with cross-pollination and unified transcript.
Initialize council database:
bash command:"{baseDir}/init-db.sh"
Traditional Approach (Silos):
Chamber Approach (Meeting Room):
Start a Council Chamber session (recommended).
Usage:
bash command:"
TOPIC='YOUR_TOPIC'
MEMBERS='architect,analyst,security'
{baseDir}/references/chamber-orchestrator.sh \"\$TOPIC\" \"\$MEMBERS\"
"
What it does:
List all registered members.
Usage:
bash command:"sqlite3 -header -column ~/.clawdbot/council.db 'SELECT id, name, role FROM council_members'"
Register new member.
Usage:
bash command:"
sqlite3 ~/.clawdbot/council.db \"
INSERT INTO council_members (id, name, role, system_message, expertise)
VALUES ('MEMBER_ID', 'NAME', 'ROLE', 'SYSTEM_MESSAGE', 'EXPERTISE');
\""
3-Turn Deliberation:
Turn 1: Initial Analysis
Turn 2: Cross-Pollination
Turn 3: Synthesis
| ID | Name | Role |
|---|---|---|
| architect | System Architect | Technical Design |
| analyst | Technical Analyst | Research & Analysis |
| security | Security Officer | Risk Assessment |
| designer | UX Designer | User Experience |
| strategist | Business Strategist | ROI & Strategy |
# User: "Start council on Salesforce integration"
council_chamber topic:"Salesforce Integration" members:"architect,strategist"
# Output:
# ๐๏ธ Convening Council Chamber...
# ๐ง Memory Bridge: [Retrieved 10 facts about Salesforce]
# ๐ฅ Loaded 2 personas
# โ
Chamber Task ready for sessions_spawn
Benefits: