skills$openclaw/git-sync
autogame-172.3k

by autogame-17

git-sync – OpenClaw Skill

git-sync is an OpenClaw Skills integration for design workflows. Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.

2.3k stars6.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design

Skill Snapshot

namegit-sync
descriptionAutomatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically. OpenClaw Skills integration.
ownerautogame-17
repositoryautogame-17/git-sync
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @autogame-17/git-sync
last updatedFeb 7, 2026

Maintainer

autogame-17

autogame-17

Maintains git-sync in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
273 B
SKILL.md
728 B
sync.sh
601 B
SKILL.md

name: git-sync description: Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically. tags: [git, sync, backup, version-control]

Git Sync Skill

Automatically syncs local workspace changes to the remote GitHub repository. Designed to be called by PCEC cycles or after significant changes.

Tools

git_sync

Commit and push changes.

  • message (optional): Commit message. Defaults to "Auto-sync: Routine evolution update".

Safety

  • Uses .gitignore and pre-commit hooks (ADL-compliant) to prevent secret leakage.
  • Checks if there are changes before committing.

Implementation

Wrapper around git add . && git commit && git push.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install git-sync?

Run openclaw add @autogame-17/git-sync in your terminal. This installs git-sync into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/autogame-17/git-sync. Review commits and README documentation before installing.