An essential Git diagnostic tool that provides a comprehensive overview of repository status, recent commits, and contributor activity.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install git-summary
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-summary using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Git Summary skill for Openclaw Skills is a specialized utility designed to give developers and AI agents instant visibility into the state of any Git-managed project. By synthesizing multiple Git commands into a single, structured report, it eliminates the need for manual status checks and log scanning. This skill is particularly valuable in multi-tasking environments where maintaining context of branch states, remote configurations, and uncommitted changes is critical for productivity.
Built to be cross-platform, this skill integrates seamlessly with Openclaw Skills to provide actionable insights. Whether you are performing a routine check before a push or trying to understand a new codebase, the Git Summary provides the technical clarity needed to manage version control with confidence.
To use this skill, ensure that Git is installed on your system and available in your PATH. This skill supports Openclaw Skills environments on macOS, Linux, and Windows.
# Verify git installation
git --version
# The skill will automatically work when executed inside any directory containing a .git folder
The Git Summary skill organizes repository metadata into the following schema for clear presentation:
| Component | Source Command | Data Points Extracted |
|---|---|---|
| Status | git status |
Current branch, cleanliness, and count of modified/staged/untracked files. |
| History | git log |
Hash, commit message, and author relative time for the last 10 entries. |
| Branches | git branch |
List of local branches and tracking status for remote branches. |
| Remotes | git remote |
Fetch and Push URLs for configured remote repositories. |
| Diff Stat | git diff |
Quantitative summary of lines added or deleted across the working tree. |
| Contributors | git shortlog |
Top contributors ranked by commit volume (optional for large repos). |
Loading
A comprehensive automation toolkit for programmatically managing, transforming, and validating Excel and CSV files.

A universal execution tracer designed to monitor latency, resource costs, and flow logic for AI agent workflows.

Bootstrap a complete Zenzap workspace including organization creation, bot installation, and user invitations via a single API interface.

A secure installation pipeline that stages, scans, and auto-promotes or quarantines Openclaw Skills based on multi-layer static security analysis.

A smart hotel discovery tool for AI agents that filters accommodations by location, price, and amenities via the Star Hotel MCP.

A high-performance query tool for retrieving real-time adult video metadata, rankings, and actress details from the FANZA GraphQL API.








































