ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Openclaw Git

Skill by roger0808

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/roger0808/openclaw-git
Or

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

  1. Changes to /home/roger/.openclaw
  2. Stages all changes (git add .)
  3. Commits with message (default: "update: $(date)")
  4. 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

Author@roger0808
Stars1133
Views1
Updated2026-02-18
View Author Profile
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.