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


