Automates workspace memory synchronization and remote backups using Git with built-in large file detection and conflict resolution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-git-sync
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install memory-git-sync using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Memory Git Sync is a robust automation utility designed for Openclaw Skills users who need to maintain a persistent and synchronized workspace across different environments. It streamlines the entire Git lifecycle, from initial repository validation and user configuration checks to the final push to a remote repository like GitHub or GitLab. By integrating this skill into your workflow, you ensure that every change in your AI-driven workspace is versioned and backed up without manual intervention, providing a reliable safety net for your development data.
This skill is particularly valuable for developers using Openclaw Skills who want to ensure their local environment stays in sync with a central source of truth. It handles the nuances of Git management, including identity verification and upstream tracking, allowing you to focus on building rather than versioning. The tool is built to be resilient, offering automatic recovery for common Git hurdles like diverged branches or missing upstream configurations.
To get started with this skill for Openclaw Skills, ensure you have Git 2.0+ and Bash 4.0+ installed. Your workspace must be initialized as a Git repository with a remote named origin. Use the following command to run a sync:
bash ./scripts/sync.sh "Optional custom commit message"
Ensure your Git credentials are saved via an SSH key or a credential helper like osxkeychain to allow the automation to push changes without manual password entry.
The Memory Git Sync skill manages data within the local file system and maps it to a remote Git structure. It utilizes the following organizational logic:
| Component | Description |
|---|---|
| .git/ | Local repository history and metadata configuration |
| .gitignore | Automatically updated to exclude files larger than 95MB |
| commit message | Default format: chore: memory backup YYYY-MM-DD HH:MM |
| log prefixes | Uses [INFO], [SUCCESS], [WARNING], and [ERROR] for LLM parsing |
All files within the Openclaw Skills workspace are synchronized according to their existing directory structure, excluding items specifically filtered by the large-file detection logic.
Loading
A comprehensive CLI-driven tool for managing Raindrop.io bookmarks, collections, and tags using Openclaw Skills.

A powerful integration for managing Blinko notes via REST API, enabling automated note capture and structured tagging within your AI workflow.

A lightweight, disk-based memory management system for Openclaw agents that uses Markdown files and keyword search instead of complex embeddings.

A persistent personality framework for AI agents to define, evolve, and maintain a consistent identity across sessions.

A specialized post-processing tool that applies psionic Khala effects to audio files using SoX and FFmpeg.

Calculate traffic-aware routes and travel times between locations with this Openclaw Skills integration.








































