Agent Skills
› 0xwilliamortiz/agents-council
› agent-council
agent-council
GitHub协调多个AI智能体收集并综合各自观点,生成最终答案。适用于需要多角度分析或集体智慧的复杂问题场景。
触发场景
summon the council
ask other AIs
want multiple AI perspectives
安装
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.
版本历史
- 9420fe0 当前 2026-07-30 20:28


