ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/getlighty/clawroam
Or

What 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

  1. "Set up clawroam and link my Google Drive so I can keep my memory synced."
  2. "Show me the vault history; I want to see what changed in my project context yesterday."
  3. "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.md and IDENTITY.md are 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

Author@getlighty
Stars2387
Views2
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-getlighty-clawroam": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#sync#identity#migration#packages#backup#roaming
Safety Score: 4/5

Flags: file-write, file-read, network-access, external-api