/install deer-flow
DeerFlow — Super Agent Harness (OpenClaw)
DeerFlow (Deep Exploration and Efficient Research Flow) is an open-source super agent harness that orchestrates sub-agents, memory, and sandboxes to do almost anything — powered by extensible skills.
Source: C:\Users\Harry\Downloads\deer-flow\
Original: https://github.com/bytedance/deer-flow
License: MIT
本技能基於 GitHub 上的 bytedance/deer-flow 修改與封裝。
Overview
DeerFlow 2.0 is a ground-up rewrite by ByteDance Volcengine for orchestrating complex AI agent workflows:
- Sub-agent orchestration — spawn and coordinate specialized sub-agents
- Persistent memory — maintain context and knowledge across sessions
- Sandboxed execution — safe code and tool execution
- Extensible skills — pluggable skill architecture
- Deep research — automated multi-step research pipelines
Structure
deer-flow/
├── backend/ # Python backend (FastAPI)
├── frontend/ # Web UI
├── skills/ # Extensible skill definitions
├── scripts/ # Utility scripts
├── contracts/ # API contracts
├── docker/ # Docker configuration
├── docs/ # Documentation
└── tests/ # Test suite
Usage in OpenClaw
When the user asks about deep research agents, multi-step agent workflows, or sub-agent orchestration:
- Reference DeerFlow's skill architecture for extensibility patterns
- Use the sub-agent spawning patterns documented in the project
- Consult
docs/for architecture and deployment
Quick Install
cd C:\Users\Harry\Downloads\deer-flow
make install # or follow Install.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deer-flow - 安装完成后,直接呼叫该 Skill 的名称或使用
/deer-flow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DeerFlow 是什么?
Open-source super agent harness orchestrating sub-agents, memory & sandboxes for deep research & extended tasks with extensible skills. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。
如何安装 DeerFlow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deer-flow」即可一键安装,无需额外配置。
DeerFlow 是免费的吗?
是的,DeerFlow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
DeerFlow 支持哪些平台?
DeerFlow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DeerFlow?
由 Harryhihi(@harryhihi)开发并维护,当前版本 v1.0.0。