A Git-powered synchronization engine to keep your AI agent workspace consistent across local machines and remote servers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw-roam
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install claw-roam using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Claw Roam is a specialized utility designed to bridge the gap between multiple development and runtime environments. By leveraging Git as a transport layer, it ensures that your agent core identity—including its soul, long-term memory, and custom configurations—remains consistent whether you are working on a local Mac or a remote VPS. This is one of the most powerful Openclaw Skills for developers who need mobility without losing the context of their AI interactions.
The skill eliminates the friction of manual file transfers by providing a structured workflow for committing, pushing, and pulling workspace state. Whether you are migrating to a new machine or maintaining a continuous agent personality across travel, Claw Roam provides the reliability of version control to your agentic workflows.
cd ~/.openclaw/workspace
git init
git remote add origin <your-repo-url>
git add -A
git commit -m "initial"
git push -u origin main
cd ~
git clone <your-repo-url> openclaw-workspace
ln -s openclaw-workspace ~/.openclaw/workspace
Claw Roam tracks critical workspace files while ignoring transient runtime data:
| File/Folder | Purpose | Synced |
|---|---|---|
SOUL.md |
Core agent personality and instructions | Yes |
MEMORY.md |
Long-term distilled memory | Yes |
memory/*.md |
Historical conversation logs | Yes |
skills/ |
Custom and installed Openclaw Skills | Yes |
TOOLS.md |
Device and tool configurations | Yes |
*.db |
Local SQLite session databases | No |
HEARTBEAT.md |
Scheduled task configurations | Yes |
Loading
Automate the monitoring and reporting of Bitfinex funding interest and wallet balances through secure API integration.

A high-performance, no-LLM synchronization pipeline to monitor AI agent heartbeats and runtime status via Cloudflare KV and Worker APIs.

A high-frequency trading agent that automates Polymarket sprint market positions using real-time price signals from centralized exchanges.

A production-ready anti-detection browser automation toolkit providing 41 specialized tools for Openclaw Skills agents.

A secure interface for executing read-only SQL queries against PostgreSQL and MySQL databases without risk of data modification.

A versatile tool for archiving URLs and screenshots into a tag-first, searchable personal knowledge base.








































