โœ“ Verified ๐Ÿ’ป Development โœ“ Enhanced Data

Claw Sync

Secure sync for OpenClaw memory and workspace.

Rating
4 (51 reviews)
Downloads
1,126 downloads
Version
1.0.0

Overview

Secure sync for OpenClaw memory and workspace.

โœจKey Features

1

๐Ÿท๏ธ Versioned - Each sync creates a restorable version

2

๐Ÿ’พ Disaster Recovery - Local backup before every restore

3

๐Ÿ”’ Secure - No config files synced, token sanitization

4

๐Ÿ–ฅ๏ธ Cross-platform - Windows, Mac, Linux

Complete Documentation

View Source โ†’

Claw Sync

Secure, versioned sync for OpenClaw memory and workspace.

Commands

/sync

Push your memory and skills to the remote repository.
text
/sync              โ†’ Push and create versioned backup
/sync --dry-run    โ†’ Preview what would be synced

/restore

Restore memory and skills from the remote repository.
text
/restore                        โ†’ Restore latest version
/restore latest                 โ†’ Same as above
/restore backup-20260202-1430   โ†’ Restore specific version
/restore latest --force         โ†’ Skip confirmation

/sync-status

Show sync configuration and local backup info.
text
/sync-status

/sync-list

List all available backup versions.
text
/sync-list


What Gets Synced

FileDescription
MEMORY.mdLong-term memory
USER.mdUser profile
SOUL.mdAgent persona
IDENTITY.mdAgent identity
TOOLS.mdTool configs
AGENTS.mdWorkspace rules
memory/.mdDaily logs
skills/Custom skills

NOT Synced (security)

  • openclaw.json - Contains API keys
  • .env - Contains secrets

Setup Required

Create ~/.openclaw/.backup.env:

text
BACKUP_REPO=https://github.com/username/your-repo
BACKUP_TOKEN=ghp_your_token

Features

  • ๐Ÿท๏ธ Versioned - Each sync creates a restorable version
  • ๐Ÿ’พ Disaster Recovery - Local backup before every restore
  • ๐Ÿ”’ Secure - No config files synced, token sanitization
  • ๐Ÿ–ฅ๏ธ Cross-platform - Windows, Mac, Linux

Installation

Terminal bash

openclaw install claw-sync
    
Copied!

๐Ÿ’ปCode Examples

Push your memory and skills to the remote repository.

push-your-memory-and-skills-to-the-remote-repository.txt
/sync              โ†’ Push and create versioned backup
/sync --dry-run    โ†’ Preview what would be synced

Restore memory and skills from the remote repository.

restore-memory-and-skills-from-the-remote-repository.txt
/restore                        โ†’ Restore latest version
/restore latest                 โ†’ Same as above
/restore backup-20260202-1430   โ†’ Restore specific version
/restore latest --force         โ†’ Skip confirmation

Create `~/.openclaw/.backup.env`:

create-openclawbackupenv.txt
BACKUP_REPO=https://github.com/username/your-repo
BACKUP_TOKEN=ghp_your_token

Tags

#self_hosted-and-automation

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author arakichanxd
Last Updated 3/10/2026
๐Ÿš€
Optimized for
Claude 3.5
๐Ÿง 

Ready to Install?

Get started with this skill in seconds

openclaw install claw-sync