Install
openclaw skills install braingitAutomate committing Markdown-only changes in a git repo with safe staging, ideal for note snapshots without affecting code or binaries.
openclaw skills install braingitCommit Markdown-only deltas in a git repository (typically a notes/workspace repo) using a deterministic script.
Article: https://github.com/gleb-urvanov/braingit/blob/master/braingit-article.md
*.md)From inside the target git repo:
./scripts/commit_md_changes.sh "md: snapshot"
Or specify a repo path:
BRAINGIT_REPO=/path/to/repo ./scripts/commit_md_changes.sh "md: snapshot"
BRAINGIT_PATTERN='*.md' ./scripts/commit_md_changes.sh
git status --porcelain -z*.md)0 when there is nothing to doscripts/commit_md_changes.sh
BRAINGIT_REPO (default: cwd)BRAINGIT_PATTERN (default: *.md)BRAINGIT_DRY_RUN=1references/protocol.md — conventions + an OpenClaw cron example