Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Enables real-time text messaging and broadcasting between multiple OpenClaw nodes across machines for coordinated fleet operations.
Enables real-time text messaging and broadcasting between multiple OpenClaw nodes across machines for coordinated fleet operations.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Multi-agent communication system for OpenClaw fleets. Enables real-time messaging between multiple OpenClaw instances running on different machines.
User asks agents to communicate with each other Multi-machine OpenClaw setups need coordination Task delegation between fleet nodes Broadcasting announcements to all nodes
The skill runs a lightweight HTTP message bus on the coordinator node (default port 18800).
node fleet-comm/fleet_bus.js
FLEET_NODE_ID โ This node's ID (default: 00) FLEET_BUS_URL โ URL of the message bus (default: http://127.0.0.1:18800) FLEET_BUS_PORT โ Port to run bus on (default: 18800)
node fleet-comm/fleet_cli.js send <target_node> <message> # Example: node fleet-comm/fleet_cli.js send 01 "start bounty scan"
node fleet-comm/fleet_cli.js broadcast <message>
node fleet-comm/fleet_cli.js read
node fleet-comm/fleet_cli.js status
00 (Mac Mini) 01 (WSL2) 02 (Windows) โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ โ Fleet Bus โโโโโโโโโโโ CLI/Poll โ โ CLI/Poll โ โ :18800 โโโโโโโโโโโบโ โ โ โ โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ โฒ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Tailscale Network
{ "from": "00", "to": "01", // or "all" for broadcast "msg": "message text", "type": "task|info|alert|result", "ts": 1234567890 }
Free: basic messaging, broadcast, status Pro: encrypted messages, web dashboard, task queue, auto-discovery, message persistence
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.