by sickn33
手动研究耗时且往往不够全面。本技能使用Google Gemini深度研究代理自动执行多步骤研究,在几分钟内交付全面的引用报告。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 deep-research 技能" 开始使用
=== deep-research 技能 === 作者: sickn33 描述: 手动研究耗时且往往不够全面。本技能使用Google Gemini深度研究代理自动执行多步骤研究,在几分钟内交付全面的引用报告。 使用方法: 1. 调用技能: "使用 deep-research 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 deep-research 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
research
safe
Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.
Use this skill when:
pip install -r requirements.txtexport GEMINI_API_KEY=your-api-key-here
Or create a .env file in the skill directory.python3 scripts/research.py --query "Research the history of Kubernetes"
python3 scripts/research.py --query "Compare Python web frameworks" \
--format "1. Executive Summary\n2. Comparison Table\n3. Recommendations"
python3 scripts/research.py --query "Analyze EV battery market" --stream
python3 scripts/research.py --query "Research topic" --no-wait
python3 scripts/research.py --status <interaction_id>
python3 scripts/research.py --wait <interaction_id>
python3 scripts/research.py --query "Elaborate on point 2" --continue <interaction_id>
python3 scripts/research.py --list
--json): Structured data for programmatic use--raw): Unprocessed API response| Metric | Value |
|---|---|
| Time | 2-10 minutes per task |
| Cost | $2-5 per task (varies by complexity) |
| Token usage | ~250k-900k input, ~60k-80k output |
--query "..."--stream or poll with --status--continue for follow-up questionsView Count
0
Download Count
0
Favorite Count
0
Quality Score
71