docs/help/scripts.md
The scripts/ directory contains helper scripts for local workflows and ops tasks.
Use these when a task is clearly tied to a script; otherwise prefer the CLI.
openclaw models status --check).Auth monitoring is covered in Authentication. The scripts under scripts/ are optional extras for systemd/Termux phone workflows.
Use scripts/gh-read when you want gh to use a GitHub App installation token for repo-scoped read calls while leaving normal gh on your personal login for write actions.
Required env:
OPENCLAW_GH_READ_APP_IDOPENCLAW_GH_READ_PRIVATE_KEY_FILEOptional env:
OPENCLAW_GH_READ_INSTALLATION_ID when you want to skip repo-based installation lookupOPENCLAW_GH_READ_PERMISSIONS as a comma-separated override for the read permission subset to requestRepo resolution order:
gh ... -R owner/repoGH_REPOgit remote originExamples:
scripts/gh-read pr view 123scripts/gh-read run list -R openclaw/openclawscripts/gh-read api repos/openclaw/openclaw/pulls/123