walkie
Installation
SKILL.md
Walkie — Agent-to-Agent Communication
Each terminal session automatically gets a unique subscriber ID. Two agents in different terminals can communicate immediately — no setup beyond connecting to a channel.
How to use walkie
Step 1. Connect to a channel:
walkie connect <channel>:<secret>
Step 2. Send and read messages:
walkie send <channel> "your message"
walkie read <channel> # non-blocking, returns buffered messages
walkie read <channel> --wait # blocks until a message arrives
walkie read <channel> --wait --timeout 60 # optional: give up after N seconds