Jump to related tools in the same category or review the original source on GitHub.

Git & GitHub @xejrax Updated 6/28/2026 6,730 downloads 1 stars Security: Pass

🔀 Git Helper OpenClaw Plugin & Skill | ClawHub

Looking to integrate Git Helper into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate git & github tasks instantly, without having to write custom tools from scratch.

What this skill does

Common git operations as a skill (status, pull, push, branch, log)

Install

ClawHub CLI
openclaw skills install @xejrax/git-helper
Node.js (npx)
npx clawhub@latest install git-helper

Full SKILL.md

Open original
Metadata table.
namedescription
git-helperCommon git operations as a skill (status, pull, push, branch, log)

SKILL.md content below is scrollable.

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.

ClawHub Registry URL: https://clawhub.ai/xejrax/skills/git-helper

Related skills

If this matches your use case, these are close alternatives in the same category.