Install
openclaw skills install deer-flowOpen-source super agent harness orchestrating sub-agents, memory & sandboxes for deep research & extended tasks with extensible skills
openclaw skills install deer-flowDeerFlow (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 修改與封裝。
DeerFlow 2.0 is a ground-up rewrite by ByteDance Volcengine for orchestrating complex AI agent workflows:
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
When the user asks about deep research agents, multi-step agent workflows, or sub-agent orchestration:
docs/ for architecture and deploymentcd C:\Users\Harry\Downloads\deer-flow
make install # or follow Install.md