openclaw-inter-instance
Installation
SKILL.md
OpenClaw 实例间通信
- Author: Daniel Li
- Copyright © Daniel Li. All rights reserved.
当使用此技能
- 需要给另一个 OpenClaw 实例发消息
- 跨机器远程执行命令
- 多 agent 协作任务
- 同步仓库/文件到远程实例
通信方式优先级
按可靠性和实时性排序,依次尝试:
1. sessions_send(最优,需配置)
直接 agent-to-agent 消息,实时双向。