Git Helper

Common git operations as a skill (status, pull, push, branch, log)

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 3.8k · 20 current installs · 23 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the declared requirement (git). However, the SKILL.md shows example commands that invoke a 'git-helper' wrapper (e.g., 'git-helper status') even though there is no install, no code, and no 'git-helper' binary included. This appears to be a documentation mismatch rather than malicious behavior — the skill is instruction-only and likely expects the agent or user to run git directly.
Instruction Scope
The runtime instructions are limited to standard git operations (status, pull, push, branch, log). They do not ask the agent to read unrelated files, access external endpoints, or request additional environment variables. Operations like pull/push inherently interact with remote repositories and local files, which is expected for this purpose.
Install Mechanism
No install spec or downloads are present (instruction-only). This minimizes risk because nothing is written to disk by the skill package itself.
Credentials
No environment variables, credentials, or config paths are requested. The single declared dependency is the git binary, which is appropriate for the stated functionality.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request elevated persistence or modify other skills; autonomous invocation is allowed by default but not exceptional here.
Assessment
This skill is essentially documentation for common git commands and does not include an actual 'git-helper' executable. Before installing or enabling it: (1) confirm whether you expect a separate 'git-helper' binary — if so, ask the publisher for its source or a proper install spec; (2) understand that using the skill will cause git operations (pull/push) that can modify local repo state and interact with remotes—make sure the repository and remote credentials are intended for automated use; (3) because there is no code provided, there is low risk from the package itself, but ensure any agent actions are authorized (e.g., avoid unintended pushes to production branches). If you need a concrete wrapper, request a published implementation or an explicit install script from the author.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk971ftj3f02hebhaf6g00hwjwx80ej4r

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔀 Clawdis
Binsgit

SKILL.md

Git Helper

Common git operations as a skill. Provides convenient wrappers for frequently used git commands including status, pull, push, branch management, and log viewing.

Commands

# Show working tree status
git-helper status

# Pull latest changes
git-helper pull

# Push local commits
git-helper push

# List or manage branches
git-helper branch

# View commit log with optional limit
git-helper log [--limit 10]

Install

No installation needed. git is always present on the system.

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…