A peer-to-peer file sharing skill for AI agents that enables direct, encrypted transfers without intermediate servers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sendme-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sendme-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Sendme is a specialized utility designed for the iroh protocol, enabling high-performance peer-to-peer file and directory transfers. As a core component of the Openclaw Skills ecosystem, it allows AI agents and developers to move data directly between machines using encrypted connections and automatic NAT traversal. This eliminates the need for uploading sensitive files to third-party cloud storage, ensuring that data remains private and secure throughout the transfer process.
By integrating this skill into your workflow, you leverage the power of Openclaw Skills to handle large-scale data movement with ease. Sendme is built to be resilient, offering automatic resumable downloads and end-to-end integrity verification using BLAKE3 hashing. Whether you are moving small configuration files or multi-gigabyte datasets, this skill provides a robust, serverless solution for modern decentralized environments.
To integrate this functionality into your Openclaw Skills environment, ensure the sendme binary is available on your system path. You can install it using Homebrew:
brew install sendme
Alternatively, for environments using the Rust toolchain, install it via Cargo:
cargo install sendme
For non-interactive use within automated agents, it is recommended to use a PTY wrapper to capture the generated transfer tickets programmatically.
The skill manages data transfer through a ticket-based system and temporary staging areas for integrity.
| Component | Description |
|---|---|
| Transfer Ticket | A base32-encoded string containing peer IDs and content hashes required for the P2P handshake. |
| BLAKE3 Hash | Used for end-to-end verification of every byte transferred to prevent data corruption. |
| Staging Directory | Downloads are stored in temporary .sendme-* directories and moved atomically upon completion. |
| Resumption Metadata | Local state is maintained to allow transfers to continue from the last successful byte. |
Loading
A PowerShell-based skill for normalizing Korean addresses and performing location searches using the Kakao Local REST API.

A specialized tool for converting web-based documentation into standardized local MDX files optimized for RAG and developer workflows.

A sophisticated personal CRM and relationship intelligence skill that helps AI agents remember every contact, track promises, and detect cooling social connections.

A foundational demonstration skill designed to illustrate the publishing workflow and prompt interaction within the MoltHub ecosystem.

A comprehensive framework for implementing secure API patterns including robust authentication, input validation, and protection against common vulnerabilities.

An automated booking management system that handles scheduling, calendar synchronization, and customer reminders for service-based businesses.








































