---
name: Research Add Fields
slug: research-add-fields-2
category: Data
description: "Research Add Fields adds new field definitions to an existing research outline's fields.yaml. Use it when you need to expand the structure of a research topic with user-provided or web-searched fields."
github: "https://github.com/Weizhena/Deep-Research-skills/tree/master/skills/research-zh/research-add-fields"
language: Python
stars: 1965
forks: 161
install: "npx degit https://github.com/Weizhena/Deep-Research-skills/tree/master/skills/research-zh/research-add-fields ~/.claude/skills/research-add-fields"
installs_to: ~/.claude/skills/research-add-fields
source_path: skills/research-zh/research-add-fields/SKILL.md
collection_size: 13
category_size: 668
collection_url: "https://dirskills.com/collections/Weizhena/Deep-Research-skills"
added: 2026-08-18T06:58:56.618Z
last_synced: 2026-08-18T06:58:56.618Z
canonical_url: "https://dirskills.com/skills/research-add-fields-2"
---

# Research Add Fields

Research Add Fields adds new field definitions to an existing research outline's fields.yaml. Use it when you need to expand the structure of a research topic with user-provided or web-searched fields.

**Install:**

```bash
npx degit https://github.com/Weizhena/Deep-Research-skills/tree/master/skills/research-zh/research-add-fields ~/.claude/skills/research-add-fields
```

## README

# Research Add Fields - 补充调研字段

## 触发方式
`/research-add-fields`

## 执行流程

### Step 1: 自动定位Fields文件
在当前工作目录查找 `*/fields.yaml` 文件，自动读取现有fields定义。

### Step 2: 获取补充来源
询问用户选择：
- **A. 用户直接输入**：用户提供字段名称和描述
- **B. Web Search搜索**：启动web-search-agent搜索该领域常用字段

### Step 3: 展示并确认
- 展示建议的新字段列表
- 用户确认哪些字段需要添加
- 用户指定字段分类和detail_level

### Step 4: 保存更新
将确认的字段追加到fields.yaml，保存文件。

## 输出
更新后的 `{topic}/fields.yaml` 文件（原地修改，需用户确认）
