← Back to Skills Marketplace
Reddi Git Summary
by
Nissan Dookeran
· GitHub ↗
· v1.0.2
· MIT-0
208
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install reddi-git-summary
Description
reddi.tech fork of git-summary. Get a quick summary of the current Git repository including status, recent commits, branches, and contributors.
Usage Guidance
This skill appears safe and does what it says: run standard git commands in the current working directory and format the output. Before installing or invoking it, be aware that: (1) it will run against whatever repository the agent is placed in, so in private/confidential repos it will read commit history, branch names, and remote URLs (which may contain sensitive information); (2) ensure the runtime has git installed; and (3) because it is instruction-only, there is no bundled code to review — review the SKILL.md to confirm the exact commands you’re comfortable with. If you plan to use it on sensitive repositories, consider running it in a controlled environment or reviewing output formatting rules to avoid exposing tokens/URLs.
Capability Analysis
Type: OpenClaw Skill
Name: reddi-git-summary
Version: 1.0.2
The skill is a standard utility for summarizing Git repository status using common, non-destructive commands like 'git status', 'git log', and 'git remote'. It explicitly disables outbound network access in its metadata and includes a safety note to avoid exposing sensitive tokens found in remote URLs (SKILL.md).
Capability Assessment
Purpose & Capability
Name and description promise a local Git repository summary and the instructions only require the git binary and run git commands (status, log, branch, remote, diff, shortlog) — all directly related to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to execute standard, non-network git commands against the current repo and to present results in a structured format. It does not request reading unrelated files, accessing unrelated env vars, or sending data to external endpoints. It explicitly notes sensitivity around URLs/tokens.
Install Mechanism
No install spec or code is included — the skill is instruction-only and relies on an existing git binary, which is the lowest-risk pattern for skills.
Credentials
The skill requires no environment variables, credentials, or config paths. The requested capabilities (git binary access) are proportionate to a repository-summary task.
Persistence & Privilege
always:false and no install or self-modifying behavior. Autonomous invocation is allowed (platform default) but the skill does not request persistent privileges or modify other skills/config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reddi-git-summary - After installation, invoke the skill by name or use
/reddi-git-summary - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added explicit metadata for network behavior: outbound network operations are disabled, local git commands only.
- Refined metadata structure, specifying required environment variables and bins.
- Minor formatting improvement in the description for readability.
- No changes to core functionality or user experience.
v1.0.1
- Updated skill description to clarify that it provides a summary of the current Git repository, including status, commits, branches, and contributors.
- Updated instructions for gathering and presenting git repository information in a structured and user-friendly format.
- Set skill as user-invocable.
- Added metadata specifying OS support and required binaries.
- Included detailed guidance for output formatting and handling of sensitive data.
Metadata
Frequently Asked Questions
What is Reddi Git Summary?
reddi.tech fork of git-summary. Get a quick summary of the current Git repository including status, recent commits, branches, and contributors. It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.
How do I install Reddi Git Summary?
Run "/install reddi-git-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reddi Git Summary free?
Yes, Reddi Git Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Reddi Git Summary support?
Reddi Git Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Reddi Git Summary?
It is built and maintained by Nissan Dookeran (@nissan); the current version is v1.0.2.
More Skills