From d87a27b8710d6fcfb1d8b9847c5f43e029d7b64c Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 08:42:43 +0000 Subject: [PATCH] Add skill: multi-agent-research --- skills/multi-agent-research/README.md | 28 +++++++++++++++++++++++ skills/multi-agent-research/SKILL.md | 32 +++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 skills/multi-agent-research/README.md create mode 100644 skills/multi-agent-research/SKILL.md diff --git a/skills/multi-agent-research/README.md b/skills/multi-agent-research/README.md new file mode 100644 index 0000000..9f9c42d --- /dev/null +++ b/skills/multi-agent-research/README.md @@ -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) diff --git a/skills/multi-agent-research/SKILL.md b/skills/multi-agent-research/SKILL.md new file mode 100644 index 0000000..4228733 --- /dev/null +++ b/skills/multi-agent-research/SKILL.md @@ -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 --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.