gemini-deepresearch
Installation
SKILL.md
🔬 Deep Research — 统一深度研究工具
双模式研究流水线:Claude 规划 → Gemini 执行 → Claude 验证。
依赖
| 依赖 | 用途 | 安装 |
|---|---|---|
gemini CLI |
Lite 模式 | 见 github.com/google/gemini-cli |
google-genai |
Deep 模式 | pip install -r requirements.txt |
python-dotenv |
.env 加载 | 可选,但推荐安装 |
GEMINI_API_KEY |
API 认证 | 设置环境变量或写入 .env |