research-deep
仓库创建 2025年12月29日最近提交 2 个月前SkillHot 收录 21 天前
▸ 精选理由
适合批量、可恢复的调研流水线,方便分工与并行采集。
▸ 风险提示
会读写工作目录文件并可能启动网络搜索请求,存在外部数据访问风险。
这个 Skill 做什么
从 outline 为每个 item 启动独立 agent 并行执行深度调研,禁用任务输出。
在当前目录自动定位 outline.yaml,把 items 按配置拆成多份并为每个 item 启动独立 agent 并行调研。会自动检查输出目录跳过已完成项,支持分批执行(每批需用户确认)和 items_per_agent 的并发分配。全程禁用 task output,并可后台启动 web-search-agent,适合大规模、可恢复的深度调研流水线。
▸ 展开 SKILL.md 英文原文
Read research outline, launch independent agent for each item for deep research. Disable task output.
1.8k
Stars
142
Forks
20
仓库内 Skill
+229
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-en/research-deep/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-en/research-deep/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Research Deep - Deep Research
## Trigger
`/research-deep`
## Workflow
### Step 1: Auto-locate Outline
Find `*/outline.yaml` file in current working directory, read items list, execution config (including items_per_agent).
### Step 2: Resume Check
- Check completed JSON files in output_dir
- Skip completed items
### Step 3: Batch Execution
- Batch by batch_size (need user approval before next batch)
- Each agent handles items_per_agent items
- Launch web-search-agent (background parallel, disable task output)
**Parameter Retrieval**:
- `{topic}`: topic field from outline.yaml
- `{item_name}`: item's name field
- `{item_related_info}`: item's complete yaml content (name + category + devia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有