3.3k★by xejrax
git-helper – OpenClaw Skill
git-helper is an OpenClaw Skills integration for data analytics workflows. Common git operations as a skill (status, pull, push, branch, log)
Skill Snapshot
| name | git-helper |
| description | Common git operations as a skill (status, pull, push, branch, log) OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/git-helper |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/git-helper |
| last updated | Feb 7, 2026 |
Maintainer

name: git-helper description: "Common git operations as a skill (status, pull, push, branch, log)" metadata: { "openclaw": { "emoji": "🔀", "requires": { "bins": ["git"] }, "install": [], }, }
Git Helper
Common git operations as a skill. Provides convenient wrappers for frequently used git commands including status, pull, push, branch management, and log viewing.
Commands
# Show working tree status
git-helper status
# Pull latest changes
git-helper pull
# Push local commits
git-helper push
# List or manage branches
git-helper branch
# View commit log with optional limit
git-helper log [--limit 10]
Install
No installation needed. git is always present on the system.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install git-helper?
Run openclaw add @xejrax/git-helper in your terminal. This installs git-helper into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/git-helper. Review commits and README documentation before installing.
