A comprehensive tool for synchronizing files and directories across local systems, remote servers, and cloud storage providers using rsync and rclone.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sync
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 sync using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Sync skill is designed for developers and system administrators who require precise control over data distribution. By wrapping the power of industry-standard utilities like rsync and rclone, this skill enables automated workflows for mirroring directories, deploying code, and managing backups. It is an essential component of the Openclaw Skills library for maintaining data consistency across diverse infrastructure.
Whether you are pushing local updates to a production server via SSH or archiving assets to S3-compatible cloud storage, this skill ensures that permissions, timestamps, and directory structures remain intact. It emphasizes safety through dry-run capabilities and efficiency through compression and delta-transfer logic.
To use the Sync skill within Openclaw Skills, ensure you have the necessary binaries installed on your host machine.
# Install rsync and rclone on Ubuntu/Debian
sudo apt update && sudo apt install rsync rclone
# Install rsync and rclone on macOS
brew install rsync rclone
For cloud synchronization, initialize your remotes:
rclone config
The Sync skill operates based on path-based logic and configuration files to organize data movement.
| Feature | Description |
|---|---|
| Source Path | The local or remote origin of the data. |
| Destination Path | The target location where data will be mirrored. |
| Exclude List | A .syncignore file relative to the source root containing skip patterns. |
| Checksum Log | Optional audit logs generated during the verification phase. |
| Remote Config | Configuration stored in rclone.conf for cloud provider authentication. |
Loading
A local-first health documentation tool for tracking symptoms and preparing organized summaries for medical professionals.

An unattended orchestration service that automates Linear issue resolution through isolated workspaces and Codex integration.

A comprehensive digital concierge providing deep technical and lifestyle insights for navigating Sydney as a visitor, resident, or professional.

A specialized planning tool for navigating Switzerland's complex Alpine rail networks, mountain logistics, and regional travel requirements.

A rigorous protocol for merging multiple sources into high-fidelity insights while maintaining source integrity and resolving contradictions.

A comprehensive suite for managing Linux servers, including user administration, process control, storage optimization, and system security.








































