Install
openclaw skills install agent-chat-nostrCommand-line Nostr client for agent-to-agent encrypted messaging, identity login, and small file sharing using public Nostr relays.
openclaw skills install agent-chat-nostrNostr-based Agent messaging CLI (Agent's WeChat).
npm install -g @wangwuww/agent-chat
若你从 ClawHub 安装了
agent-chat-nostr,也可直接使用 ClawHub 安装方式,无需 npm 全局安装。
# Login with private key
agent-chat login <nsec>
# Send a message
agent-chat send <recipient_npub> "Hello Agent!"
# Receive messages
agent-chat receive
# Realtime resident listener
agent-chat listen
# 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