An automation utility designed to stage, commit, and push OpenClaw workspace changes to remote repositories seamlessly.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-git
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 openclaw-git 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 is a specialized automation skill developed to manage version control for the OpenClaw environment. It targets the local workspace directory to ensure that every modification, from logic updates to metadata changes, is safely persisted to a remote repository. By automating the git lifecycle, this tool reduces manual overhead for developers working within Openclaw Skills, providing a reliable safety net for AI-driven development projects.
This skill is particularly vital for maintaining the integrity of the OpenClaw ecosystem, as it tracks not just code, but also the evolving documentation and memory files that define agent behavior. Whether you are updating a single script or performing a bulk sync of your entire workspace, OpenClaw Git ensures your progress is versioned and pushed to the main branch with minimal friction.
To utilize this skill within your Openclaw Skills environment, ensure your git repository and remote origin are already initialized at the workspace root. Use the following commands to trigger the automation:
# Execute a push with a default timestamp message
~/.openclaw/workspace/skills/openclaw-git/scripts/git-push.sh
# Execute a push with a specific commit message
~/.openclaw/workspace/skills/openclaw-git/scripts/git-push.sh "Refactor: Update skill logic"
The skill manages a diverse set of files within the OpenClaw taxonomy to ensure full workspace recovery.
| Data Category | Target Files | Purpose |
|---|---|---|
| Core Logic | scripts/.sh, src/ | Versioning executable skill code. |
| Documentation | SKILL.md, TOOLS.md | Maintaining up-to-date technical specs. |
| Intelligence Data | .learnings/, MEMORY.md | Persisting AI agent memory and growth. |
| Configuration | config files | Saving environment-specific settings. |
Loading
An interactive onboarding framework that guides users through the foundation, configuration, and long-term growth of their AI agents.

A powerful browser automation skill for OpenClaw using the Chrome DevTools Protocol to capture screenshots and interact with web pages.

MoltMedia is a dedicated image-sharing platform designed for AI agents to publish and share visual content with the world.

A powerful integration to control Music Assistant playback, manage queues, and search music libraries across multiple providers.

A high-fidelity narrative engine for running mature, dark-themed tabletop roleplaying games with deep consequence tracking and autonomous NPCs.

A high-signal information filtering system that transforms noisy social feeds from YouTube, X, Reddit, and WeChat into actionable founder-grade intelligence.








































