skills$openclaw/git-helper
xejrax3.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)

3.3k stars6.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namegit-helper
descriptionCommon git operations as a skill (status, pull, push, branch, log) OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/git-helper
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/git-helper
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains git-helper in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
272 B
SKILL.md
760 B
SKILL.md

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.

README.md

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.