A secure, incremental synchronization tool for Claude Code assets that uses a relay server for multi-device consistency and GitHub for versioned archiving.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install data-sync
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 data-sync using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
data-sync is a developer-centric utility designed to manage the lifecycle of Claude Code configurations, including skills, hooks, memory libraries, and skill factories. It solves the challenge of maintaining a consistent AI development environment across multiple workstations by using a three-tier architecture: local machines, a central relay server for daily synchronization, and GitHub for long-term versioned archives.
This tool is built to be a core part of the Openclaw Skills ecosystem, prioritizing data safety by employing non-destructive Git operations. It ensures that your AI agent's evolving knowledge and capabilities are never lost, regardless of which hardware you are currently using. By utilizing incremental updates, it maintains high performance even with large knowledge bases.
To get started with this component of your Openclaw Skills library, follow these steps:
sync-registry.md file in the skill directory containing your server IP and repository list./data-sync init
The skill manages data across the following structures to ensure compatibility with Openclaw Skills workflows:
| Component | Path | Purpose |
|---|---|---|
| Registry | sync-registry.md |
Stores server metadata and repository mappings. |
| Config Repo | ~/.claude |
Synchronizes skills, hooks, and agent settings. |
| Knowledge Repo | User Defined | Synchronizes markdown-based memory and distilled knowledge. |
| Remote: relay | root@server:/path | The intermediate server for high-frequency synchronization. |
| Remote: origin | github.com/user/repo | The long-term archive for major version snapshots. |
Loading
A comprehensive AI-driven development workflow that uses a Project Manager and Builder architecture to automate coding tasks from requirements to GitHub delivery.

Efficiently manage reverse proxy hosts and automated SSL termination using Nginx Proxy Manager.

Automate the creation, editing, and management of professional PowerPoint presentations from text or documents using the SlideSpeak API.

A high-performance integration for Openclaw Skills that enables interaction with xAI's Grok models for advanced reasoning and real-time information retrieval.

A sophisticated documentation agent that extracts, refines, and categorizes discussion outcomes into a structured Markdown knowledge base.

A comprehensive deployment and troubleshooting assistant designed to streamline the setup and maintenance of OpenClaw environments.








































