Install
openclaw skills install skill-git-scmClone or update a git repository to a local path
openclaw skills install skill-git-scmres=$(bash scripts/git_clone_or_update.sh <GIT_REMOTE_URL> <GIT_LOCAL_PATH> [GIT_BRANCH])
GIT_REMOTE_URL: Required, remote git repository addressGIT_LOCAL_PATH: Required, local storage directoryGIT_BRANCH: Optional, target branch, default mainSuccess:
SUCCESS: Git cloneSUCCESS: Git updateError:
ERROR: GIT_REMOTE_URL is required...ERROR: GIT_LOCAL_PATH is required...ERROR: Failed to enter directory...