Files
clawdbot/docs/scripts.md
2026-01-09 00:34:38 +00:00

879 B
Raw Blame History

summary, read_when
summary read_when
Repository scripts: purpose, scope, and safety notes
Running scripts from the repo
Adding or changing scripts under ./scripts

Scripts

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.

Conventions

  • Scripts are optional unless referenced in docs or release checklists.
  • Prefer CLI surfaces when they exist (example: auth monitoring uses clawdbot models status --check).
  • Assume scripts are hostspecific; read them before running on a new machine.

Auth monitoring scripts

Auth monitoring scripts are documented here: /automation/auth-monitoring

When adding scripts

  • Keep scripts focused and documented.
  • Add a short entry in the relevant doc (or create one if missing).