Git Guardian enforces a git-tracked, diff-first workflow to ensure all AI agent file operations are transparent and reviewable.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install git-guardian
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 git-guardian using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Git Guardian is a specialized utility designed to bring accountability and transparency to AI agent interactions within your workspace. By integrating Openclaw Skills into your version control strategy, this tool ensures that every file creation, modification, or configuration change is tracked within a git repository. It prevents unauthorized or silent changes by mandating a show before apply policy, requiring the agent to present a diff for user approval before finalizing work.
This skill is essential for developers who want to maintain high code quality and security standards while leveraging AI. It bridges the gap between autonomous agent productivity and the rigorous oversight required in professional software development environments. By using Git Guardian, you ensure that agent-generated code follows your team's branching and commitment standards natively.
To integrate Git Guardian with your environment, ensure your workspace is a git repository and the helper script is accessible. You can utilize the built-in CLI commands from Openclaw Skills to manage the lifecycle:
# Initialize a tracked session for a specific task
scripts/git-guardian.sh start "feature-description"
# Review the current changes made by the agent
scripts/git-guardian.sh diff
# Commit and finalize the session
scripts/git-guardian.sh finish
Git Guardian organizes work through standard git objects and a structured review format:
| Data Type | Organization Method |
|---|---|
| Branching | Uses feature/ or task-specific naming conventions. |
| Commits | Context-rich messages explaining the 'what' and 'why'. |
| Exclusions | Automatically ignores ephemeral files (/tmp/) and secrets. |
| Visuals | Fenced code blocks with diff syntax highlighting for inline reviews. |
Loading
A comprehensive AI-driven language acquisition system that uses adaptive curricula and spaced repetition to guide learners from absolute beginner to native-level fluency.

A security-first behavioral framework that enforces a stop-think-verify flow to prevent AI agents from executing malicious actions.

A professional tool that identifies and highlights core conclusions, key data, and technical terms in Markdown or plain text using semantic color-coding.

An AI-powered diet management agent that tracks food inventory and personal dietary restrictions to provide intelligent meal recommendations.

A specialized AI agent for managing liquor licensing, state-specific regulatory mapping, and alcohol service compliance.

A real-time LLM API spending tracker and budget enforcer designed to prevent runaway costs for AI agents and multi-user applications.








































