Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions skills/multi-agent-research/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# multi-agent-research

Multi Agent Research System using CrewAI: 创建3个Agent协作生成研究报告 - 研究员收集信息、分析师提取洞察、写作者生成报告。Use when Claude needs to: (1) 自动化研究报告生成, (2) 多步骤内容创作协作, or (3) 复杂任务分解成子任务并行处理。

## Installation

```bash
refly skill install skp-h0ubxqp2n8z1pt865rn0zr0q
```

## Triggers

- 多代理
- 协作研究
- multi-agent-research
- crewai

## Tags

_No tags_

## Author

beverleyvzvqo17

## Links

- [View on Refly](https://refly.ai/skill/skp-h0ubxqp2n8z1pt865rn0zr0q)
32 changes: 32 additions & 0 deletions skills/multi-agent-research/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: multi-agent-research
description: Multi Agent Research System using CrewAI: 创建3个Agent协作生成研究报告 - 研究员收集信息、分析师提取洞察、写作者生成报告。Use when Claude needs to: (1) 自动化研究报告生成, (2) 多步骤内容创作协作, or (3) 复杂任务分解成子任务并行处理。
skillId: skp-h0ubxqp2n8z1pt865rn0zr0q
workflowId: see-workflow-mapping
triggers:
- 多代理
- 协作研究
- multi-agent-research
- crewai
version: 1.0.0
---

# multi-agent-research

Multi Agent Research System using CrewAI: 创建3个Agent协作生成研究报告 - 研究员收集信息、分析师提取洞察、写作者生成报告。Use when Claude needs to: (1) 自动化研究报告生成, (2) 多步骤内容创作协作, or (3) 复杂任务分解成子任务并行处理。

## Installation

```bash
refly skill install skp-h0ubxqp2n8z1pt865rn0zr0q
```

## Usage

After installation, run the skill using your installation ID:

```bash
refly skill run <installationId> --input '{}'
```

The installation ID is returned when you run `refly skill install`.