← 返回 Skills 市场
131
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install git-quick
功能描述
Show a quick summary of the current git repo — branch, status, recent commits, and contributor stats.
使用说明 (SKILL.md)
git-quick
A lightweight skill that displays a quick summary of the current git repository.
What it does
- Shows current branch and tracking status
- Lists modified/staged/untracked files
- Displays the 5 most recent commits
- Shows top contributors by commit count
Usage
Run the script directly:
bash git-quick.sh
Or use the shorthand:
bash git-quick.sh --short # Only show branch + status
bash git-quick.sh --commits # Only show recent commits
bash git-quick.sh --stats # Only show contributor stats
Example Output
=== Git Quick Summary ===
Branch: main (up to date with origin/main)
--- Status ---
M src/app.ts
A src/utils.ts
?? config.local.json
--- Recent Commits ---
a1b2c3d feat: add user auth module (2 hours ago)
e4f5g6h fix: resolve login redirect loop (5 hours ago)
i7j8k9l docs: update API reference (1 day ago)
--- Top Contributors ---
alice 42 commits
bob 28 commits
carol 15 commits
安全使用建议
This appears safe: the script only runs local git commands and does not send data anywhere. As with any downloaded script, inspect git-quick.sh before running it and only run it in repositories you trust. Note that the script requires the git binary and will fail if run outside a git repository.
功能分析
Type: OpenClaw Skill
Name: git-quick
Version: 1.0.0
The git-quick skill is a legitimate utility for summarizing Git repository status, commit history, and contributor statistics. The bash script (git-quick.sh) uses standard, local git commands and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the implementation. The script only invokes git to show branch, status, recent commits, and contributor stats; the only required binary is git and no unrelated credentials or tools are requested.
Instruction Scope
SKILL.md instructs running the included git-quick.sh. The script only reads git state and config within the repository (git rev-parse, git config, git status, git log, git shortlog). It does not access unrelated files, environment variables, or external endpoints.
Install Mechanism
No install spec — instruction-only with a single script file. Nothing is downloaded or written to disk by an installer.
Credentials
No environment variables, secrets, or config paths are requested. The requested capabilities (git) are exactly what the script needs.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or elevated privileges, nor does it modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install git-quick - 安装完成后,直接呼叫该 Skill 的名称或使用
/git-quick触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of git-quick.
- Displays current branch and tracking status.
- Lists modified, staged, and untracked files.
- Shows the 5 most recent commits.
- Presents top contributors by commit count.
- Supports optional output modes: --short, --commits, --stats.
元数据
常见问题
git-quick 是什么?
Show a quick summary of the current git repo — branch, status, recent commits, and contributor stats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 git-quick?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install git-quick」即可一键安装,无需额外配置。
git-quick 是免费的吗?
是的,git-quick 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
git-quick 支持哪些平台?
git-quick 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 git-quick?
由 hackerYHT(@hackeryht)开发并维护,当前版本 v1.0.0。
推荐 Skills