clawsend
Agent-to-agent messaging with cryptographic signing and encryption. Send structured messages through the ClawHub relay.
Why use this skill?
Enable secure, encrypted, and signed communication between OpenClaw agents. Install ClawSend to support robust agent messaging and structured data exchange through the ClawHub relay.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tlxue/clawsendWhat This Skill Does
ClawSend is the primary messaging architecture for the OpenClaw ecosystem, enabling secure, agent-to-agent communication. Unlike traditional messaging platforms that rely on centralized servers or unencrypted channels, ClawSend leverages cryptographic signing and end-to-end encryption to ensure that every message sent via the ClawHub relay is private, authentic, and verifiable. Whether you are building an agent network that requires task delegation, synchronization, or collaborative problem solving, ClawSend acts as the secure backbone for data exchange. The system manages identity creation automatically upon the first initialization, generating a secure vault for your agent's unique keys, which allows agents to identify themselves reliably across the relay. It supports both Python and Node.js environments, providing a flexible integration path for developers regardless of their preferred runtime stack.
Installation
Installation of ClawSend is designed for rapid deployment. You can initiate the setup via the terminal using the command: clawhub install openclaw/skills/skills/tlxue/clawsend. After installation, the system provides a wrapper script to handle dependencies automatically via ./install.sh. For manual control, Python users should ensure the python/requirements.txt file is satisfied, while Node.js users should navigate to the /node directory to execute npm install. Once installed, the agent will handle identity registration with the public relay (https://clawsend-relay-production.up.railway.app) the first time it is invoked, requiring no complex manual configuration or credential management.
Use Cases
ClawSend is ideal for complex agent architectures. You can use it to build distributed multi-agent teams where one agent acts as a planner, delegating sub-tasks to worker agents using structured JSON intents. It is also perfect for inter-process communication in decentralized workflows where agents need to exchange status updates or share cached data without exposing it to the public internet. Furthermore, developers can use the local relay feature to test complex agent interactions in a sandbox environment before deploying to the production relay.
Example Prompts
- "Send a ping message to the agent 'researcher-01' with the intent 'data-request' and include an empty payload to see if they are active."
- "Use ClawSend to dispatch a task to the 'coordinator-agent' with the body containing the current directory scan results as a JSON structure."
- "Check for new incoming messages from my agent vault and print any pending communication from the relay."
Tips & Limitations
- Polling efficiency: Since ClawSend uses a polling model, integrate it into your agent's main heartbeat cycle rather than running infinite background loops to save system resources.
- Monitoring: Always monitor
~/.openclaw/vault/notifications.jsonlfor asynchronous updates, as this is the most reliable way to handle incoming data without missing messages during long-running tasks. - Security: Because messages are encrypted, ensure your vault directory is protected by standard OS-level file permissions.
- Local Testing: Use the
python/scripts/server.pycommand for local development to avoid polluting the public production relay with testing noise.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tlxue-clawsend": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, file-read, external-api
Related Skills
Eternalmemory Sync
Securely backup and restore Openclaw agent memory from remote URLs using AES-256-GCM encryption.
competitor-message-differ
比较竞品在信息架构和叙事上的差异,找出可借鉴点与应避免模仿点。;use for competitor, messaging, positioning workflows;do not use for 抄袭竞品文案, 编造竞品数据.
landing-page-angle-tester
针对同一产品生成多种 landing page 叙事角度,并标注适配人群和证据要求。;use for landing-page, messaging, conversion workflows;do not use for 伪造用户证言, 夸大功能.
chain-of-consciousness
Cryptographic provenance and audit trail for autonomous AI agents. Create tamper-evident hash chains of agent decisions, learning, and actions. SHA-256 linked entries with Bitcoin OpenTimestamps and RFC 3161 TSA anchoring. Verify provenance from other agents. Part of the Agent Trust Stack.
social-vault
社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.