/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deer-flow - After installation, invoke the skill by name or use
/deer-flow - Provide required inputs per the skill's parameter spec and get structured output
What is DeerFlow?
Open-source super agent harness orchestrating sub-agents, memory & sandboxes for deep research & extended tasks with extensible skills. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install DeerFlow?
Run "/install deer-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DeerFlow free?
Yes, DeerFlow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DeerFlow support?
DeerFlow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DeerFlow?
It is built and maintained by Harryhihi (@harryhihi); the current version is v1.0.0.