clawsync
Portable identity vault for OpenClaw. Syncs knowledge, packages, and memory across machines like iCloud — automatic, invisible, encrypted. Bring your own storage (Google Drive, Dropbox, FTP, Git) or use ClawSync Cloud.
Why use this skill?
Sync your OpenClaw agent's memory, knowledge, and environment across all machines with ClawSync. Encrypted, versioned, and BYOS compatible.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/getlighty/getlighty-clawsyncWhat This Skill Does
ClawSync acts as the central nervous system for your OpenClaw agents. By creating a portable identity vault, it synchronizes your agent's knowledge, project memory, and system configurations across all your devices. It functions similarly to iCloud or Git, ensuring that your AI assistant remains consistent, context-aware, and up-to-date regardless of which machine you are currently working from. Whether you are using a cloud-managed service for convenience or your own preferred storage backend (like S3, FTP, or Google Drive), ClawSync maintains a versioned, encrypted, and continuous stream of your agent's digital "brain."
Installation
To integrate ClawSync into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/getlighty/getlighty-clawsync
After installation, initialize your vault by running clawsync.sh init. This process establishes your security credentials and prepares the sync engine.
Use Cases
- Multi-Device Parity: Maintain the same project context, learned requirements, and skill manifest whether you are on your workstation, laptop, or server.
- Disaster Recovery: Because every change is a versioned commit, you can easily roll back to a previous state if an experimental agent configuration corrupts your current workflow.
- Privacy-First Sync: Use the "Bring Your Own Storage" (BYOS) feature to keep your sensitive memory logs on infrastructure you control, like a private WebDAV server or local NAS.
- Environment Portability: Quickly bootstrap a new agent instance on a fresh machine by syncing your existing
requirements.yamlandknowledge/directories.
Example Prompts
- "I'm setting up a new laptop, can you initialize the vault and link my Google Drive?"
- "Check the current sync status and tell me when the last memory commit happened."
- "I think I made a mistake in the recent memory update, can you rollback the vault to the previous version?"
Tips & Limitations
- Security: ClawSync uses Ed25519 keypairs. Ensure your private keys are backed up safely; if lost, your encrypted data cannot be recovered.
- Scope: Note that 'SOUL' and 'IDENTITY' files are explicitly excluded from sync to preserve the unique personality of each local instance.
- Connectivity: While most providers support offline caching, an active internet connection is required to push new commits to your remote storage. Regularly check
sync-engine.sh logto ensure your local history matches the cloud state.
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-getlighty-getlighty-clawsync": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, file-read, external-api
Related Skills
Eternalmemory Sync
Securely backup and restore Openclaw agent memory from remote URLs using AES-256-GCM encryption.
Soul Ledger
Gives any AI agent persistent memory of who the user is — not just facts, but patterns, preferences, personality traits, and behavioral evolution over time. The agent maintains a soul_ledger.json in the workspace and references it on every conversation start.
migration-runbook-generator
把迁移方案整理成 runbook,补齐切换窗口、前置检查、回滚与验收信号。;use for migration, runbook, rollback workflows;do not use for 执行数据库改动, 忽略回滚条件.
agent-lifecycle-protocol
Lifecycle management for autonomous AI agents — birth, forking, succession, migration, retirement. Maintain agent genealogy with reputation inheritance across versions. Identity continuity when agents evolve. Part of the Agent Trust Stack.
wiz-migration
为知笔记迁移辅助技能,提供自动检测存储目录、导出操作引导、附件批量迁移等完整迁移流程