Automatically stage changes, generate AI-driven commit messages, and push code to your remote repository in one seamless workflow.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install commit
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 commit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Git Commit & Push skill is designed to eliminate the friction of manual version control operations. By analyzing the current state of your repository, including staged and unstaged changes, it intelligently crafts a contextual commit message that accurately reflects your work. This skill is a core component of Openclaw Skills that empowers developers to maintain a high-frequency commit habit without breaking their creative flow.
Built to handle the complete lifecycle of a code update, it manages everything from file staging to remote synchronization. Whether you are working on a quick bug fix or a major feature, this skill ensures your remote origin is always up to date with meaningful history.
To utilize this skill, ensure that Git is installed and your repository has a remote origin configured. In your environment, you can trigger the skill via the Openclaw Skills interface or CLI.
# Ensure your git user is configured
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
# Navigate to your project
cd your-repo-directory
The skill processes repository metadata to execute its tasks. The following data points are utilized:
| Data Point | Purpose |
|---|---|
| git status | Identifies which files have been modified, deleted, or created. |
| git diff HEAD | Extracts the specific lines of code changed to inform the commit message. |
| git branch | Determines the target destination for the push command. |
| git log | Provides historical context to ensure the new commit fits the repository style. |
Loading
A specialized tool for managing Caddy-based reverse proxy routes with wildcard subdomain support and automated HTTPS for local services.

A browser automation skill for purchasing, reordering, and processing returns on Amazon using an AI agent.

Automate the entire Amazon shopping lifecycle, from reordering essentials to processing returns, using browser-based AI agents.

A recursive optimization skill that enables AI agents to analyze their own performance and update their knowledge base automatically.

A professional framework for creating and managing reliable, scheduled AI tasks and periodic workflows within OpenClaw.

A specialized utility designed to identify and remove AI-generated code slop, redundant defensive logic, and inconsistent styling from git branches.








































