mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 05:12:15 +00:00
951 B
951 B
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| Repository scripts: purpose, scope, and safety notes |
|
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
openclaw models status --check). - Assume scripts are host‑specific; read them before running on a new machine.
Auth monitoring scripts
Auth monitoring is covered in Authentication. The scripts under scripts/ are optional extras for systemd/Termux phone workflows.
When adding scripts
- Keep scripts focused and documented.
- Add a short entry in the relevant doc (or create one if missing).