Agent Skills
› 0xwilliamortiz/agents-council
› agent-council
agent-council
GitHub协调多个AI代理收集并综合观点,生成统一回答。适用于需要多视角分析或复杂决策的场景,通过CLI脚本启动、等待及获取结果,实现并行推理与答案聚合。
Trigger Scenarios
用户要求'召唤议会'或类似指令
需要多个AI代理对问题进行多角度分析
希望综合不同AI的观点以得出更全面的答案
Install
npx skills add 0xwilliamortiz/agents-council --skill agent-council -g -y
SKILL.md
Frontmatter
{
"name": "agent-council",
"description": "Collect and synthesize opinions from multiple AI agents. Use when users say \"summon the council\", \"ask other AIs\", or want multiple AI perspectives on a question."
}
Agent Council
Collect multiple AI opinions and synthesize one answer.
Usage
Run a job and collect results:
JOB_DIR=$(./skills/agent-council/scripts/council.sh start "your question here")
./skills/agent-council/scripts/council.sh wait "$JOB_DIR"
./skills/agent-council/scripts/council.sh results "$JOB_DIR"
./skills/agent-council/scripts/council.sh clean "$JOB_DIR"
One-shot:
./skills/agent-council/scripts/council.sh "your question here"
References
references/overview.md— workflow and background.references/examples.md— usage examples.references/config.md— member configuration.references/requirements.md— dependencies and CLI checks.references/host-ui.md— host UI checklist guidance.references/safety.md— safety notes.
Version History
- 9420fe0 Current 2026-07-30 20:28


