clawroam
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 ClawRoam Cloud.
Why use this skill?
Keep your OpenClaw agent synchronized across all your devices. ClawRoam offers secure, versioned, and encrypted storage for your knowledge, memory, and settings.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/getlighty/getlighty-clawroamWhat This Skill Does
ClawRoam functions as a portable, encrypted identity vault for OpenClaw agents. By maintaining a synchronized, versioned state across disparate machines, it ensures that your agent’s knowledge, project memory, system packages, and skill configuration remain consistent regardless of where you are working. Think of it as a cross-platform synchronization layer—similar to iCloud for your AI agent—that utilizes an Ed25519-based encryption model to ensure that private keys and sensitive configurations never leave your local environment. It supports a diverse range of storage providers, including managed cloud options and your own existing infrastructure (S3, Git, WebDAV, etc.), providing flexibility and total ownership over your data.
Installation
To integrate this skill into your environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/getlighty/getlighty-clawroam
Once installed, you must initialize the vault by running clawroam.sh init. This process establishes your local directory structure, generates your unique Ed25519 keypair, and conducts an initial scan of your system packages. Finally, choose your preferred storage provider using the configuration commands provided in the 'First-Time Setup' section of the documentation.
Use Cases
ClawRoam is essential for power users and developers who move between multiple workstations throughout the day. It allows you to maintain a consistent 'brain' across a laptop, a desktop, and a cloud-based server environment without manually transferring context files. It is also a powerful backup solution; because every state change is committed as a versioned delta, you can rollback your agent’s configuration to a previous state if an update causes unexpected behavior or memory corruption.
Example Prompts
- "Set up clawroam using Google Drive as my primary storage provider."
- "Show me the vault status; has my recent project memory sync completed yet?"
- "I think I made a mistake with my configuration; please roll back the vault to the last stable version."
Tips & Limitations
- Security First: While ClawRoam supports various BYOS (Bring Your Own Storage) options, always ensure your chosen remote bucket or server is properly secured with strong credentials.
- Scope Awareness: Remember that the
local/SOUL.mdandlocal/IDENTITY.mdfiles are deliberately excluded from synchronization to maintain unique agent personalities on different hardware. If you require a unified persona, you must manage these locally. - Performance: While the sync is generally invisible and automatic, large binary files in your project directories may impact sync latency on slow connections. Use the
sync-engine.sh logcommand regularly to monitor the health of your commit history.
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-clawroam": {
"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
为知笔记迁移辅助技能,提供自动检测存储目录、导出操作引导、附件批量迁移等完整迁移流程