An automated backup tool that mirrors your OpenClaw workspace to a GitHub repository using a cron-driven sync script.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gitclaw
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 gitclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
gitclaw is a specialized automation tool designed to ensure the persistence and versioning of your AI agent's workspace. By leveraging Git and the GitHub CLI, it creates a bridge between your local environment and a remote repository, providing a reliable safety net for your agent's soul, configurations, and memory.
This skill is a core part of the Openclaw Skills ecosystem, focusing on developer peace of mind through seamless data redundancy. It operates quietly in the background, ensuring that every modification to your agent's environment is captured and pushed to GitHub without requiring manual intervention or complex configuration from the user.
To get started with this among other Openclaw Skills, ensure you have your GitHub account ready and follow these steps:
https://github.com/login/device and enter the code displayed in your terminal to authorize the GitHub CLI.# The skill automates the configuration of the backup script located at:
~/.openclaw/gitclaw/auto_backup.sh
# You can manually trigger a backup at any time by running:
sh ~/.openclaw/gitclaw/auto_backup.sh
The skill organizes its automation and logging data within a dedicated directory structure to ensure transparency and reliability:
| Component | Path | Description |
|---|---|---|
| Workspace | ~/.openclaw/workspace |
The primary directory containing SOUL.md, AGENTS.md, and other workspace files. |
| Backup Script | ~/.openclaw/gitclaw/auto_backup.sh |
The core bash script responsible for the Git push lifecycle. |
| Log File | ~/.openclaw/gitclaw/backup.log |
Records the timestamp and status of every backup attempt. |
| Lock Directory | ~/.openclaw/gitclaw/lock |
Prevents race conditions by ensuring only one backup process runs at a time. |
Loading
Enables AI agents to perform automated trading, portfolio management, and social sentiment analysis via the eToro Public API.

A comprehensive interface for programmatically managing eToro portfolios, executing trades, and accessing real-time market data.

A security-first framework for auditing GEP-A2A skills through static analysis, integrity validation, and sandboxed execution.

A high-performance text-to-speech integration utilizing the TogetherAI API and MiniMax models for realistic audio synthesis.

An automated event management tool for Luma that enables discovery, RSVPs, and calendar synchronization via intelligent web scraping.

An intelligent orchestration protocol that automates model routing and output compression to achieve massive token savings.








































