← 返回 Skills 市场
270
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install muguozi1-openclaw-git-helper
功能描述
Common git operations as a skill (status, pull, push, branch, log)
安全使用建议
This skill appears to be a simple wrapper for git, but the SKILL.md references a 'git-helper' CLI that is not included — the repository only contains example/test scripts that call git directly. Before installing: 1) Inspect the code yourself — the provided scripts call git via subprocess (safe-looking but will run in the current directory). 2) Be aware that pull/push use your existing git credentials (SSH keys or stored HTTPS creds) and can contact and modify remote repos. 3) Don't run this in a sensitive repository until you confirm what commands will be executed; run tests/examples in a throwaway repo. 4) If you expect a 'git-helper' command, ask the author for the missing CLI or installation instructions — the documentation appears incomplete.
功能分析
Type: OpenClaw Skill
Name: muguozi1-openclaw-git-helper
Version: 1.0.0
The skill bundle is a basic wrapper for standard Git operations (status, log, branch) and contains no malicious logic, data exfiltration, or obfuscation. The Python scripts in 'scripts/examples.py' use safe subprocess calls, and the documentation in 'SKILL.md' and 'OPTIMIZATION.md' follows a consistent, albeit highly stylized, template without any prompt-injection attacks.
能力评估
Purpose & Capability
The name/description match a git helper and the included files call git via subprocess, which is expected. However SKILL.md shows a 'git-helper' CLI (commands like `git-helper status`) but there is no provided CLI or install step that creates such a command — only example/test scripts that invoke git directly. This mismatch suggests the package is incomplete or the documentation is out of sync.
Instruction Scope
Runtime instructions and examples are limited to normal git operations (status, log, branch, pull, push). They do not request unrelated files or secrets. However many sections are placeholders/TODOs and the SKILL.md does not define how/when the skill runs (no safeguards). The example/test scripts run git in the current working directory — which means behavior depends on repo state and config.
Install Mechanism
No install spec (instruction-only), no downloads, and the only required binary is git. This is low-risk from an installation perspective.
Credentials
The skill requires no environment variables, which is proportionate. However it implicitly relies on the system's git configuration and credentials (SSH keys, credential helpers, stored HTTPS credentials). That means pull/push operations can contact remotes and authenticate using your existing keys/creds without the skill explicitly requesting them.
Persistence & Privilege
The skill is not forced-always and uses default autonomous invocation. That is normal. Note: if an agent is allowed to invoke the skill autonomously, it could execute git operations (including push/pull) that modify remote repositories using the user's configured git credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install muguozi1-openclaw-git-helper - 安装完成后,直接呼叫该 Skill 的名称或使用
/muguozi1-openclaw-git-helper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of git-helper.
- Provides convenient commands for common Git operations including status, pull, push, branch, and log.
- No installation required; assumes `git` is present on the system.
- Includes usage documentation, quick start, configuration info, troubleshooting, and design principles.
- Emphasizes minimalism and clarity following Karpathy's design guidelines.
- Offers automated testing and detailed usage examples in the documentation.
元数据
常见问题
Muguozi1 Openclaw Git Helper 是什么?
Common git operations as a skill (status, pull, push, branch, log). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。
如何安装 Muguozi1 Openclaw Git Helper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install muguozi1-openclaw-git-helper」即可一键安装,无需额外配置。
Muguozi1 Openclaw Git Helper 是免费的吗?
是的,Muguozi1 Openclaw Git Helper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Muguozi1 Openclaw Git Helper 支持哪些平台?
Muguozi1 Openclaw Git Helper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Muguozi1 Openclaw Git Helper?
由 muguozi1(@muguozi1)开发并维护,当前版本 v1.0.0。
推荐 Skills