← Back to Skills Marketplace
muguozi1

Muguozi1 Openclaw Git Helper

by muguozi1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
270
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install muguozi1-openclaw-git-helper
Description
Common git operations as a skill (status, pull, push, branch, log)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install muguozi1-openclaw-git-helper
  3. After installation, invoke the skill by name or use /muguozi1-openclaw-git-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug muguozi1-openclaw-git-helper
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Muguozi1 Openclaw Git Helper?

Common git operations as a skill (status, pull, push, branch, log). It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.

How do I install Muguozi1 Openclaw Git Helper?

Run "/install muguozi1-openclaw-git-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Muguozi1 Openclaw Git Helper free?

Yes, Muguozi1 Openclaw Git Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Muguozi1 Openclaw Git Helper support?

Muguozi1 Openclaw Git Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Muguozi1 Openclaw Git Helper?

It is built and maintained by muguozi1 (@muguozi1); the current version is v1.0.0.

💬 Comments