π¦ ClawHub
Git Helper
by @xejrax
Common git operations as a skill (status, pull, push, branch, log)
TERMINAL
clawhub install git-helperπ About This Skill
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 statusPull latest changes
git-helper pullPush local commits
git-helper pushList or manage branches
git-helper branchView commit log with optional limit
git-helper log [--limit 10]
Install
No installation needed. git is always present on the system.