โ† All skills
Tencent SkillHub ยท Productivity

Claw Backup

Back up OpenClaw customizations (memory, config, skills, workspace) to cloud storage via rclone, with scheduling + retention. Works on macOS, Linux, and Windows (Git Bash/WSL).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Back up OpenClaw customizations (memory, config, skills, workspace) to cloud storage via rclone, with scheduling + retention. Works on macOS, Linux, and Windows (Git Bash/WSL).

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, install-launchagent.sh, setup.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.7

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Claw Backup

Version: 1.0.15 OpenClaw backup skill โ€” schedules backups of your OpenClaw data (memory, config, skills, workspace) to an rclone destination (e.g. Google Drive). Works on macOS, Linux, and Windows (via Git Bash or WSL).

What it does

Backs up clawd memory, ~/.openclaw (config, skills, modules, workspace, cron), clawd/scripts, and Dev/CursorApps/clawd (excluding node_modules) Runs on a schedule (macOS LaunchAgent, Linux cron, or Windows Task Scheduler) Applies local and remote retention so old backups are pruned Supports rclone (cloud) or local-only upload mode

Before you install

Do not run curl ... | node (or any one-liner) without first inspecting the script. Prefer git clone and open setup.js and install-launchagent.sh (or the cron/Task Scheduler scripts) to review what they will do. Verify the code in setup.js and the scheduler installer: confirm only the expected paths are archived and that there is no unexpected network use or commands. If you are uncomfortable reviewing the scripts, do not install. Confirm repository identity: official source is github.com/vidarbrekke/ClawBackup. The version in this SKILL.md (frontmatter and "Version" line) is the source of truth; the registry may show a different revision number. Use encryption for sensitive backups: an encrypted rclone remote (e.g. rclone crypt) or encrypt archives yourself before offsite storage. After installation: inspect your LaunchAgent plist, crontab, or Task Scheduler entries, and run a test backup to a local destination first before using a cloud remote.

Restore notes

Each archive includes RESTORE_NOTES.txt with the correct restore targets based on the configured paths. In general: openclaw_config/skills โ†’ ~/.openclaw/skills cursorapps_clawd/skills โ†’ ~/Dev/CursorApps/clawd/skills (or your chosen path)

Quick start

Prerequisites: Node.js, rclone configured for Google Drive, and Bash (or Git Bash on Windows). rclone is only required when upload mode is rclone. Recommended install (review first): git clone https://github.com/vidarbrekke/ClawBackup.git cd ClawBackup node setup.js Quick install (not recommended): Only use if you have already inspected the script. Do not run without review: curl -fsSL https://raw.githubusercontent.com/vidarbrekke/ClawBackup/main/setup.js | node Follow the prompts (or use node setup.js --defaults for default paths). Then run the printed test command and install the scheduler as shown.

Security notes

Backups may contain sensitive data (OpenClaw config, memory, and skills). Setup can install recurring scheduler entries (LaunchAgent/cron/Task Scheduler); inspect these after install. In cloud mode, credentials come from your existing rclone config; no extra env vars are required by this repo. Prefer encrypted destinations (e.g. rclone crypt) or encrypt archives before offsite storage. Archives include checksum files (.sha256) for integrity checks.

Repo and contributions

Code and full docs: github.com/vidarbrekke/ClawBackup Improvements welcome: Open issues or pull requests on the GitHub repo. The project is open for refinements, fixes, and features from any OpenClaw user.

License

MIT

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • install-launchagent.sh Scripts
  • setup.js Scripts