llm-council
仓库创建 2026年1月4日最近提交 6 个月前SkillHot 收录 21 天前
▸ 精选理由
适合需要模型间比对与多视角验证的决策流程。
▸ 风险提示
会调用外部 LLM 接口,需配置第三方 API 密钥与网络权限。
这个 Skill 做什么
同时向多个 LLM 发起咨询以汇聚不同观点与建议。
同时向多家 LLM(比如 ChatGPT、Gemini 或其他模型)征求意见,收集各自的观点並把它们综合成可执行的建议或实施方案。在做设计决策、编写实施计划或想避免只听单一模型偏见时会用到。特色是并列对比多方回答,提炼共同点与分歧,最后给出融合后的行动路线,便于决策采纳。
▸ 展开 SKILL.md 英文原文
Multi-LLM collaborative brainstorming and planning. Use when user explicitly requests consultation with multiple AI models (ChatGPT, Gemini, other LLMs) before presenting an implementation plan, or asks to "consult the council", "ask other models", or "get perspectives from other AIs". Queries external LLM APIs, synthesizes their perspectives, and presents an adapted implementation plan.
386
Stars
53
Forks
1
仓库内 Skill
+84
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gcpdev/llm-council-skill/main/llm-council/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gcpdev/llm-council-skill/main/llm-council/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# LLM Council Consult multiple AI models (ChatGPT and Gemini) for their perspectives before presenting implementation plans to users. ## Workflow When user requests consultation with other AI models, use phrases like: - "Consult with ChatGPT and Gemini about..." - "Ask other AI models what they think about..." - "Get perspectives from the council on..." - "Consult the LLM council: [your question]" **Process:** 1. **Query external LLMs**: Run `scripts/query_llms.py` with the user's prompt to get perspectives from both ChatGPT and Gemini 2. **Analyze responses**: Review what each model suggests, identifying valuable insights, alternative approaches, and potential concerns 3. **Synthesize
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有