claw-sync

Synchronize OpenClaw memory, workspace files, and custom skills to a remote Git repository.

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill claw-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claw-sync
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/clawhub-claw-sync
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill claw-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a secure and versioned method to synchronize your OpenClaw memory, workspace, and custom skills to a remote Git repository, ensuring data safety and enabling disaster recovery.

Core Features & Use Cases

  • Versioned Backups: Automatically creates versioned snapshots of your OpenClaw data (memory, skills, etc.) with each sync.
  • Disaster Recovery: Allows you to restore your workspace to a previous state from the remote repository.
  • Use Case: If your local OpenClaw environment experiences a critical failure, you can use this skill to restore your entire workspace, including custom skills and learned memory, from your GitHub repository.

Quick Start

Use the claw-sync skill to push your current workspace to the remote repository.

Frequently Asked Questions about claw-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I backup my OpenClaw workspace to a Git repository?

You can backup your OpenClaw workspace by syncing memory, workspace files, and custom skills to a remote Git repository. This creates versioned snapshots for secure disaster recovery and continuous data protection.

Can I restore a specific versioned snapshot of my OpenClaw memory?

Yes, you can restore your OpenClaw memory and workspace files from a specific versioned snapshot stored in your remote Git repository. This facilitates disaster recovery by reverting your environment to a previous state.

Does OpenClaw support automated cron-based synchronization for workspace files?

Yes, OpenClaw supports automated cron-based synchronization to securely sync your workspace files and custom skills. This enables continuous data protection by automatically pushing versioned snapshots to your remote Git repository.

What is the best way to recover custom skills after a local OpenClaw failure?

The best way to recover custom skills after a local failure is restoring them from a remote Git repository. By syncing your workspace previously, you can retrieve the latest versioned snapshot of your learned memory and custom skills.

How does versioned synchronization protect my OpenClaw memory and skills?

Versioned synchronization protects your OpenClaw memory and skills by creating a snapshot with each sync to a remote Git repository. This enables disaster recovery by allowing you to restore specific or the latest versioned states.

Do I need a remote Git repository to sync my OpenClaw workspace?

Yes, you need a remote Git repository to securely sync your OpenClaw workspace, memory, and custom skills. The repository stores the versioned snapshots required for restoring your environment during disaster recovery.