Back to Registry
View Author Profile
Official Verified
Openclaw Git
Skill by roger0808
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/roger0808/openclaw-gitOr
name: openclaw-git description: Git automation for OpenClaw workspace. Use when user needs to commit and push changes from /home/roger/.openclaw to the remote repository. Triggers on: git commit, git push, save changes, backup openclaw.
OpenClaw Git
Automated git commit and push for the OpenClaw workspace.
Quick Start
Commit and Push Changes
# Default commit message
~/.openclaw/workspace/skills/openclaw-git/scripts/git-push.sh
# Custom commit message
~/.openclaw/workspace/skills/openclaw-git/scripts/git-push.sh "Your commit message"
What It Does
- Changes to
/home/roger/.openclaw - Stages all changes (
git add .) - Commits with message (default: "update: $(date)")
- Pushes to origin main
Prerequisites
- Git repository initialized at
/home/roger/.openclaw - Remote origin configured
- Credentials configured (or use SSH key)
Credentials
GitHub:
- Username: Roger0808
- Token: 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
Script Reference
See scripts/git-push.sh for the automation script.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-roger0808-openclaw-git": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
nas-movie-download
Search and download movies via Jackett and qBittorrent. Use when user wants to download movies or videos from torrent sources, search for specific movie titles, or manage movie downloads. Now includes automatic subtitle download support.
roger0808 1133
Openclaw Browser
Skill by roger0808
roger0808 1133