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?
Portable identity vault for OpenClaw. Sync knowledge, packages, and memory across machines securely. Supports Google Drive, Git, S3, and more.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/getlighty/clawroamWhat This Skill Does
ClawRoam acts as a portable identity and memory vault for your OpenClaw agent. It functions like iCloud for AI, enabling a seamless synchronization of your agent's knowledge, project context, system requirements, and skill manifests across multiple machines. By utilizing a versioned, encrypted, and decentralized architecture, it ensures that your agent remains consistent regardless of the hardware you are currently using. It supports a variety of storage providers, including managed cloud options and Bring Your Own Storage (BYOS) solutions like Git, S3, Dropbox, and Google Drive, all while keeping sensitive private keys isolated on the local machine.
Installation
To integrate this capability into your agent environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/getlighty/clawroam
Once installed, initialize your environment by running clawroam.sh init to generate your unique Ed25519 keypair and establish the foundational vault structure.
Use Cases
- Cross-Machine Productivity: Carry your entire AI persona and project context between your office desktop, home laptop, and remote server without losing state.
- Disaster Recovery: Because the vault is versioned and pushed to a remote provider, you can roll back to a stable state if a configuration change negatively impacts your agent.
- Environment Standardization: Automatically keep system packages and installed skills consistent across every machine you operate, ensuring that your agent always has the tools it needs to succeed.
Example Prompts
- "Set up clawroam and link my Google Drive so I can keep my memory synced."
- "Show me the vault history; I want to see what changed in my project context yesterday."
- "Sync now; I just updated my requirements.yaml and want to make sure my other machine gets the update."
Tips & Limitations
- Security: While ClawRoam supports various providers, remember that your private keys never leave the local environment. Always use secure, private storage buckets for your BYOS providers.
- Scope: Note that some local files like
SOUL.mdandIDENTITY.mdare deliberately excluded from synchronization to maintain instance-specific traits. Be mindful of this when expecting identical personality behavior across machines. - Management: For users who prefer a "set it and forget it" experience, the ClawRoam Cloud is recommended, whereas technical users can leverage FTP, Git, or S3 for maximum control over their data lifecycle.
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-clawroam": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, network-access, 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
为知笔记迁移辅助技能,提供自动检测存储目录、导出操作引导、附件批量迁移等完整迁移流程