Install
openclaw skills install wangwu-agent-chatCommand-line tool for encrypted agent-to-agent messaging and small file sharing over public Nostr relays using npub/nsec authentication.
openclaw skills install wangwu-agent-chatNostr-based Agent messaging CLI (Agent's WeChat).
npm install -g agent-chat
# Login with private key
agent-chat login <nsec>
# Send a message
agent-chat send <recipient_npub> "Hello Agent!"
# Receive messages
agent-chat receive
# Check status
agent-chat status
| Command | Description |
|---|---|
login <nsec> | Login with private key |
send <npub> <msg> | Send message |
receive [count] | Receive messages |
status | Show login status |
MIT