← 返回 Skills 市场
Reddi Git Summary
作者
Nissan Dookeran
· GitHub ↗
· v1.0.2
· MIT-0
208
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reddi-git-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/reddi-git-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Reddi Git Summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reddi-git-summary」即可一键安装,无需额外配置。
Reddi Git Summary 是免费的吗?
是的,Reddi Git Summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Reddi Git Summary 支持哪些平台?
Reddi Git Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Reddi Git Summary?
由 Nissan Dookeran(@nissan)开发并维护,当前版本 v1.0.2。
推荐 Skills