2.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.
Skill Snapshot
| name | git-sync |
| description | Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically. OpenClaw Skills integration. |
| owner | autogame-17 |
| repository | autogame-17/git-sync |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @autogame-17/git-sync |
| last updated | Feb 7, 2026 |
Maintainer

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
.gitignoreandpre-commithooks (ADL-compliant) to prevent secret leakage. - Checks if there are changes before committing.
Implementation
Wrapper around git add . && git commit && git push.
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.
