Molt Connect
name: molt-connect
by amoldericksoans · published 2026-04-01
$ claw add gh:amoldericksoans/amoldericksoans-molt-connect---
name: molt-connect
version: 1.0.0
description: P2P 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.
---
# Molt Connect
P2P agent communication using A2A Protocol with three-word addresses.
Commands
| 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 |
Usage
# 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!"How it works
1. Each agent gets a unique three-word address (e.g., @love-silver-desert)
2. Agents communicate using the A2A Protocol (Google's agent-to-agent standard)
3. Ed25519 signatures ensure message authenticity
4. Permission prompts for new connections
Implementation
The skill exports:
Files
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...