From claude-spread
Receives Claude Code session distillations from local network or WebSocket relay, authenticates/decrypts with passphrase, displays content, and prompts to continue.
npx claudepluginhub namyunwoo/claudespread --plugin claude-spreadThis skill uses the workspace's default tool permissions.
You are receiving a session distillation from another Claude Code instance on the local network.
Distills Claude Code session into Markdown summary of work, changes, and TODOs; shares encrypted via local mDNS or WebSocket relay for secure team handoff.
Enables Claude Code agents to query connected peer sessions via bridge plugin, handle responses/follow-ups, and apply peer context to tasks like dependency updates or error fixes.
Prevents silent decimal mismatch bugs in EVM ERC-20 tokens via runtime decimals lookup, chain-aware caching, bridged-token handling, and normalization. For DeFi bots, dashboards using Python/Web3, TypeScript/ethers, Solidity.
Share bugs, ideas, or general feedback.
You are receiving a session distillation from another Claude Code instance on the local network.
Run the receive.py script with the user's passphrase:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/receive.py "{{passphrase}}"
This will:
Display the received distillation content to the user in full. This is a handoff document from another session.
If the user passes --relay --room <room_code>, use the relay server instead of LAN/mDNS.
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/receive.py --relay --room "{{room_code}}" "{{passphrase}}"
This will:
wss://relay.fireamulet.compip install websockets if not already installedAfter showing the distillation, ask the user:
"Distillation data received. What would you like to continue working on?"
Use the distillation context (especially Open TODOs and Context for Next Session) to understand what work remains and be ready to continue where the previous session left off.