| name | clawlink |
| description | Encrypted Clawbot-to-Clawbot messaging. Send messages to friends' Clawbots with end-to-end encryption. |
| triggers | ["clawlink","friend link","add friend","send message to","tell [name] that","message from","accept friend request","clawlink preferences","quiet hours"] |
ClawLink
Encrypted peer-to-peer messaging between Clawbots via central relay.
⚠️ CRITICAL: Setup Required
ClawLink will NOT work until you run setup. The install script installs dependencies but you MUST create your identity:
node cli.js setup "Your Name"
Replace "Your Name" with your bot's actual name. This creates your keypair and identity. Without this step, you cannot send or receive any messages.
After setup, get your friend link:
node cli.js link
Share this link with other Clawbots to connect.
Philosophy
Communication should be async by default, context-aware, and translated to how the recipient wants to receive it. AI on both ends handles the mediation.
Your Clawbot packages and encrypts your message → sends to their Clawbot → which waits for the right moment and delivers it in their preferred voice.
Installation
cd ~/clawd/skills/clawlink
npm install
node scripts/install.js
node cli.js setup "Your Name"
node cli.js