Agent Skills: deep-research

When a topic needs thorough investigation from multiple sources → multi-source search + evidence assembly + structured report.

UncategorizedID: cklxx/elephant.ai/deep-research

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cklxx/elephant.ai/tree/HEAD/skills/deep-research

Skill Files

Browse the full folder contents for deep-research.

Download Skill

Loading file tree…

skills/deep-research/SKILL.md

Skill Metadata

Name
deep-research
Description
When a topic needs thorough investigation from multiple sources → multi-source search + evidence assembly + structured report.

deep-research

多源检索 + 证据汇编 + 结构化报告。

调用

python3 skills/deep-research/run.py --topic '研究主题' --queries '["关键词1","关键词2"]' --max_results 5 --depth basic

参数

| 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | topic | string | 是 | 研究主题 | | queries | string[] | 否 | 搜索关键词,默认自动生成 3 条 | | max_results | int | 否 | 每条 query 结果数,默认 5 | | depth | string | 否 | "basic" 或 "advanced" | | fetch_urls | string[] | 否 | 额外抓取全文的 URL |

输出

返回 JSON,包含 searches(搜索结果)、fetched_pages(抓取页面)、summary_prompt(综合提示)。

LLM 拿到结果后,按「问题→发现/证据→置信度→影响/建议」结构化整理。