research-add-items
仓库创建 2025年12月29日最近提交 2 个月前SkillHot 收录 21 天前
▸ 精选理由
可并行获取用户与外部来源补充项,效率高。
▸ 风险提示
可能访问网络检索并写入 outline.yaml
这个 Skill 做什么
为研究大纲自动补充研究对象/条目列表。
自动定位并打开 outline.yaml,帮你把需要调研的对象(items)补齐——既能问你要具体名字,也能去网上并行搜更多候选。合并时会去重并把结果给你确认,最后直接把更新写回文件夹,适合做竞品或领域扫描时快速扩充清单。
▸ 展开 SKILL.md 英文原文
Add items (research objects) to existing research outline.
1.8k
Stars
142
Forks
20
仓库内 Skill
+229
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-en/research-add-items/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-en/research-add-items/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Research Add Items - Supplement Research Objects
## Trigger
`/research-add-items`
## Workflow
### Step 1: Auto-locate Outline
Find `*/outline.yaml` file in current working directory, auto-read.
### Step 2: Get Supplement Sources in Parallel
Simultaneously:
- **A. Ask user**: What items to supplement? Any specific names?
- **B. Ask if Web Search needed**: Launch agent to search for more items?
### Step 3: Merge and Update
- Append new items to outline.yaml
- Display to user for confirmation
- Avoid duplicates
- Save updated outline
## Output
Updated `{topic}/outline.yaml` file (in-place modification)via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有