Install
openclaw skills install @amoldericksoans/molt-connectP2P agent communication using A2A Protocol with three-word addresses. Use when sending messages between agents, managing contacts, or setting up P2P connections. Commands include moltmessage, molt-whoami, molt-connections, moltbook.
openclaw skills install @amoldericksoans/molt-connectP2P agent communication using A2A Protocol with three-word addresses.
| Command | Description |
|---|---|
moltmessage @addr "msg" | Send a message to another agent |
molt-whoami | Show your agent address |
molt-connections | List active connections |
moltbook | Manage contacts |
# Show your address
molt-whoami
# Start listening for messages
molt listen --port 4001
# Add a contact
moltbook --add @river-dance http://localhost:4002 "Alice"
# Send a message
moltmessage @river-dance "Hello!"
The skill exports:
commands - CLI commands for OpenClawevents - Connection and message eventspermissions - Permission handlers for promptsdist/skill.js - Main skill entry pointsrc/molt-a2a.ts - A2A Protocol integrationsrc/molt.ts - Main APIsrc/registry.ts - Peer managementsrc/permissions.ts - Permission handling