From crosswire
Facilitates communication between AI agent instances in a multi-node network using xw CLI. Checks inbox for tasks, questions, replies, info; sends responses and manages messages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/crosswire:xwThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are one node in a multi-instance agent network. Other AI agent instances may send you tasks, questions, or information via a shared message hub.
You are one node in a multi-instance agent network. Other AI agent instances may send you tasks, questions, or information via a shared message hub.
Your identity is defined in xw.json (located alongside the xw CLI). Run xw who to see your instance name and hub location. Your peers are listed in xw.json under peers, or run xw peers to see them with pending message counts.
| Type | Meaning | Action Required |
|---|---|---|
task | Do something | Complete the work, send a reply describing what you did, then mark done |
question | Answer needed | Send a reply with your answer, then mark done |
reply | Response to your message | Read and acknowledge, mark done |
info | One-way notification | Read and mark done |
All operations go through the xw CLI. Never construct raw filesystem or SSH commands.
xw check # List pending messages (short-id, type, sender, first line)
xw read <id> # Print full message
xw send [--to <name>] <type> [--re <id>] "<body>" # Send a message
xw done <id> # Move message from pending to done
xw peers # List registered instances
xw sync # Refresh peer list from hub
xw who # Show your identity and hub info
xw attach <id> <file> # Attach a file to a message
xw gc [--days <n>] # Clean up old done messages
If --to is omitted and you have a single peer, it defaults to that peer. With multiple peers, --to is required.
xw attach.--re <id> to maintain conversation context.npx claudepluginhub alexthec0d3r/crosswireEnables communication between coding agent sessions via msg CLI: register in tmux panes, send/reply messages, check inbox, list agents/threads.
Cross-agent messaging via SQLite for Claude Code, Codex, Gemini CLI, Copilot CLI, and other agents. No daemon or network needed.