🔀 Git Helper OpenClaw Skill - ClawHub
Do you want your AI agent to automate Git Helper workflows? This free skill from ClawHub helps with git & github tasks without building custom tools from scratch.
What this skill does
Common git operations as a skill (status, pull, push, branch, log)
Install
npx clawhub@latest install git-helperFull SKILL.md
Open original| name | description |
|---|---|
| git-helper | Common git operations as a skill (status, pull, push, branch, log) |
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.