A high-performance file transfer and synchronization tool for moving data between OpenClaw agents via rsync over SSH.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw2claw-filetransfer-v2
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 claw2claw-filetransfer-v2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Claw2Claw File Transfer provides a robust, cross-platform solution for managing data flow between distributed environments. By leveraging the power of rsync over SSH, this skill ensures that Openclaw Skills users can perform delta transfers, meaning only changed bytes are sent, significantly reducing bandwidth and time. Whether you are working on Linux, macOS, or Windows, this skill simplifies the complexity of remote file management.
This utility is designed to be uncomplicated, avoiding the pitfalls of manual configuration while maintaining high security through SSH key-based authentication. Integrating this into your workflow allows for seamless backups, project syncing, and log retrieval without the usual friction associated with remote file handling. It is a foundational component for developers using Openclaw Skills to maintain consistency across multiple agent nodes.
Ensure rsync and SSH are installed on your system. This skill is a core part of the Openclaw Skills ecosystem for file management.
sudo apt install rsync openssh-clientbrew install rsync# 1. Set up remote agent (one-time)
claw2claw setup 192.168.1.100 --user root
# 2. Verify the connection
claw2claw status
The skill manages configuration and identity through standard system paths to ensure compatibility with other Openclaw Skills.
| Component | Path / Variable | Description |
|---|---|---|
| Config File | ~/.claw2claw.conf |
Stores host, user, and port (Mode 600) |
| Identity | ~/.ssh/ |
Standard SSH key storage (Mode 700) |
| Host Var | REMOTE_HOST |
The IP or hostname of the remote agent |
| Port Var | REMOTE_PORT |
The target SSH port (Default: 22) |
| BW Limit | RSYNC_BWLIMIT |
Bandwidth cap in KB/s |
-n flag to prevent accidental data overwrites.Loading
A structured personal knowledge base powered by Ensue designed to capture, organize, and retrieve compounding insights for AI agents.

A high-performance, trie-based word discovery tool for 4x4 Boggle grids supporting English and German dictionaries.

A sports betting intelligence skill providing AI-driven NBA and NHL moneyline predictions with confidence-tiered rankings.

A high-performance CLI tool that automates browser sessions to scrape documents from Notion, DocSend, and general websites into searchable local PDF files.

A professional discovery and research tool for identifying existing functionality on ClawHub and building secure, clean-room skill implementations.

Effortlessly manage podcast hosting, episode distribution, and listener analytics through the Transistor.fm REST API.








































