Install
openclaw skills install commitCreate a git commit with a contextual message based on current changes, then push the branch.
openclaw skills install commitgit statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, stage everything, create one commit with a contextual message, and push the current branch.
Required sequence:
--set-upstream origin <branch> if needed).Do not use interactive commands and do not output extra commentary.