← Back to Skills Marketplace
40
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-git-scm
Description
Clone or update a git repository to a local path
README (SKILL.md)
git: interface 1 - clone or update
res=$(bash scripts/git_clone_or_update.sh \x3CGIT_REMOTE_URL> \x3CGIT_LOCAL_PATH> [GIT_BRANCH])
Input value
GIT_REMOTE_URL: Required, remote git repository addressGIT_LOCAL_PATH: Required, local storage directoryGIT_BRANCH: Optional, target branch, default main
Return value (res=stdout)
Success:
SUCCESS: Git cloneSUCCESS: Git update
Error:
ERROR: GIT_REMOTE_URL is required...ERROR: GIT_LOCAL_PATH is required...ERROR: Failed to enter directory...
More skills: https://github.com/lentiancn/skills
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-git-scm - After installation, invoke the skill by name or use
/skill-git-scm - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Minor documentation update: clarified input parameter formatting in SKILL.md.
- Emphasized the default branch (main) for the optional GIT_BRANCH parameter.
v1.0.0
Initial release of skill-git-scm.
- Enables cloning or updating a git repository to a specified local path.
- Supports optional branch specification (defaults to "main").
- Returns clear success or error messages for integration or debugging.
Metadata
Frequently Asked Questions
What is Git?
Clone or update a git repository to a local path. It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.
How do I install Git?
Run "/install skill-git-scm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Git free?
Yes, Git is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Git support?
Git is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Git?
It is built and maintained by Len (@lentiancn); the current version is v1.0.1.
More Skills