🤖
Git Helper
Common git operations as a skill (status, pull, push, branch, log)
安全通过
技能说明
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.
如何使用「Git Helper」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「Git Helper」技能完成任务
- 结果即时呈现,支持继续对话优化