forked from Selig/openclaw-skill
Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
This commit is contained in:
20
openclaw-knowhow-skill/docs/infrastructure/scripts.md
Normal file
20
openclaw-knowhow-skill/docs/infrastructure/scripts.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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 scripts are documented here:
|
||||
[/automation/auth-monitoring](/automation/auth-monitoring)
|
||||
|
||||
## When adding scripts
|
||||
|
||||
* Keep scripts focused and documented.
|
||||
* Add a short entry in the relevant doc (or create one if missing).
|
||||
Reference in New Issue
Block a user