通过 SOUL.md 配置将 OpenClaw 机器人升级为多智能体协调者
编码实现📅 2026/03/09
#开发者#GitHub#低风险#手动触发#可复用#半自动#代码#代码仓库
openclaw tip most people miss: add this to your SOUL.md: "you are the orchestrator. never do work yourself. spawn subagents for every task. your job is to think, plan & coordinate. subagents execute." before: bot tries to do everything, gets stuck, loses context after: bot delegates 5 tasks in parallel, finishes in 3 minutes instead of 30 your bot should work like a CEO, not an intern.
