Resources
20Install
npx skillscat add nonaammme/openclaw-council Install via the SkillsCat registry.
SKILL.md
openclaw-council
Purpose
Run a multi-role council workflow with pluggable providers and synthesize one final answer.
Run
cd /Users/stefan/.openclaw/workspace/dist/openclaw-council
cp examples/council.config.example.json council.config.json
python3 council.py run --query "<your query>" --config council.config.json --out run.json
python3 render_report.py --infile run.json --out report.mdAdd role
- Create
roles/<name>.md - Add the role object to
roles[]in config.
Add provider
Add a provider under providers{} with base_url, api_key_env, and model.
Output
run.json— raw council protocolreport.md— human-readable summary