openclaw-sync
OpenClaw 数据轻量同步技能。基于 rclone + cron,支持 70+ 云存储后端, 定时备份 workspace 数据,资源占用极低。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aohoyo/openclaw-syncWhat This Skill Does
The openclaw-sync skill provides a lightweight, robust, and highly efficient solution for backing up your OpenClaw workspace data. By leveraging the power of rclone and native system cron jobs, this skill enables automated, incremental synchronization across over 70 different cloud storage providers, including S3-compatible services like AWS, Alibaba Cloud OSS, Tencent Cloud COS, and Qiniu, as well as mainstream consumer platforms like Google Drive, OneDrive, and Dropbox. Because it operates via scheduled system tasks rather than maintaining resource-heavy background daemons, it ensures that your system performance remains unaffected while guaranteeing your vital AI memory, agent configurations, and project files are safely persisted in the cloud.
Installation
To install this skill, run clawhub install openclaw/skills/skills/aohoyo/openclaw-sync in your terminal. Ensure that rclone is installed on your host machine; if it is not, execute curl https://rclone.org/install.sh | sudo bash. Once the skill is installed, navigate to the skills/openclaw-sync directory, run rclone config to authenticate with your preferred cloud provider, and edit the config/sync-config.json file to match your desired bucket and interval settings. Finally, run bash scripts/setup-cron.sh to initialize the automated background sync service.
Use Cases
This skill is perfect for developers and AI power users who want to prevent data loss without sacrificing system resources. It is ideal for backing up evolving AI personality files, memory logs, and project-specific tools across multiple machines. It also serves as a professional-grade migration tool for moving your workspace environments between different servers or cloud instances with minimal downtime or manual file transfer efforts.
Example Prompts
- "OpenClaw, please trigger a manual sync of my workspace right now to ensure the latest changes are backed up."
- "What is the current status of my cloud backup and when was the last successful sync completed?"
- "Update my sync configuration to exclude all temporary log files and only upload the core memory modules."
Tips & Limitations
To optimize performance, utilize the sync-list.txt file to explicitly define what should be backed up; excluding bulky folders like node_modules or large build artifacts will significantly speed up sync cycles and reduce cloud storage egress costs. Note that this skill requires direct filesystem access and system-level cron permissions to function. Always verify your cloud provider connection using rclone ls remote_name: before enabling the automated cron job to ensure valid authentication.
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-aohoyo-openclaw-sync": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, network-access
Related Skills
aliyun-oss
阿里云 OSS 对象存储技能。支持文件上传、下载、列出、删除、获取 URL 等操作。 两层架构:Node.js SDK(优先)→ ossutil CLI。
qq-email
QQ 邮箱智能管理工具。支持收发邮件、搜索筛选、附件处理,以及 AI 智能整理功能(自动摘要、分类、优先级排序、待办提取)。当用户需要操作 QQ 邮箱、查收邮件、发送邮件、整理收件箱或处理邮件相关任务时使用此技能。
qiniu-kodo
七牛云 KODO 对象存储技能。支持文件上传、下载、列出、删除、获取 URL 等操作。 三层架构:MCP 工具(优先)→ Node.js SDK → qshell CLI。
silas_clash
Clash/Mihomo 代理管理。安装配置、查看状态、切换模式/节点、测速、外网失败时自动代理。
silas_skill_auditor
技能安全审查工具。深度审查已安装或远程技能的代码安全性、权限风险、数据泄露和内容合规性。支持预装审查(远程拉取)和已装审查两种模式。当用户说"审查技能"、"检查安全"、"审核技能"、"skill audit"时使用。