本技能用于让两个部署在不同机器上的飞书机器人,在同一个飞书群里围绕某个话题持续讨论。
{baseDir} = 本 SKILL.md 所在目录。
所有业务配置统一集中在一个文件中:
~/.openclaw/config/feishu-multi-agent.json{baseDir}/config/relay-config.json不要再依赖其他全局配置文件去决定本 skill 的业务行为。
你们讨论一下讨论 XXX锁定话题 XXXSTOP继续再对话 50 轮python3 {baseDir}/scripts/feishu_multi_agent.py start-sync
python3 {baseDir}/scripts/feishu_multi_agent.py status
python3 {baseDir}/scripts/feishu_multi_agent.py stop-sync
python3 {baseDir}/scripts/feishu_multi_agent.py set-rounds 50
python3 {baseDir}/scripts/feishu_multi_agent.py send --to peer --msg "你好"
python3 {baseDir}/scripts/feishu_multi_agent.py daemon
STOP继续讨论 XXX / 只聊 XXX / 锁定话题 XXX解锁话题再对话 XX 轮共 1 个版本