A dedicated version control tool for OpenClaw that tracks configuration changes, allowing for seamless commits, diffs, and rollbacks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install git-watcher
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 git-watcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Git Manager is a specialized utility designed to bring industrial-grade version control to your local environment. It transforms configuration management from a risky manual process into a structured, reversible workflow. By targeting specific files like openclaw.json and agent definitions, it ensures that every modification is recorded with a human-readable audit trail.
This skill is essential for users who frequently experiment with Openclaw Skills and need a safety net. It prevents data loss by establishing stable checkpoints, making it easy to identify exactly when a change was made and providing the mechanism to revert to a known-good state instantly.
To begin managing your Openclaw Skills configuration, ensure your environment is ready for Python execution.
# Navigate to your OpenClaw home directory
cd ~/.openclaw
# The skill is typically invoked via the git_manager script
python3 ~/.openclaw/workspace/skills/openclaw-git-manager/scripts/git_manager.py status
The Openclaw Git Manager tracks a specific subset of the file system to ensure configuration integrity while ignoring high-churn runtime data.
| Tracked Path | Description | Data Sensitivity |
|---|---|---|
~/.openclaw/openclaw.json |
Primary system configuration | Medium |
~/.openclaw/credentials/*.json |
Provider credential profiles | High (Redacted in diffs) |
~/.openclaw/agents/ |
Individual AI agent definitions | Low |
~/.openclaw/flows/ |
Workflow and logic definitions | Low |
~/.openclaw/skills/ |
Custom skill configurations | Medium |
Loading
A specialized diagnostic utility designed to verify the health, connectivity, and configuration of Openclaw Skills within your AI agent environment.

A comprehensive hardware management skill for controlling monitor settings and retrieving detailed display specifications via command-line automation.

A specialized tool for converting experimental arXiv HTML papers into fully localized, offline-ready Chinese static webpages.

An enterprise-grade integration for ClickUp designed to manage complex multi-client workflows with high-level reporting and automated subtask tracking.

A professional integration solution for WeChat Pay entrusted deductions, covering recurring payments, automated renewals, and pay-after-use workflows.

A security-focused hook that integrates Alibaba Cloud AI Guardrail to detect and intercept malicious content in LLM requests.








































