forked from Selig/openclaw-skill
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.
24 lines
1.1 KiB
JSON
Executable File
24 lines
1.1 KiB
JSON
Executable File
{
|
||
"title": "Scripts",
|
||
"content": "The `scripts/` directory contains helper scripts for local workflows and ops tasks.\nUse these when a task is clearly tied to a script; otherwise prefer the CLI.\n\n* Scripts are **optional** unless referenced in docs or release checklists.\n* Prefer CLI surfaces when they exist (example: auth monitoring uses `openclaw models status --check`).\n* Assume scripts are host‑specific; read them before running on a new machine.\n\n## Auth monitoring scripts\n\nAuth monitoring scripts are documented here:\n[/automation/auth-monitoring](/automation/auth-monitoring)\n\n## When adding scripts\n\n* Keep scripts focused and documented.\n* Add a short entry in the relevant doc (or create one if missing).",
|
||
"code_samples": [],
|
||
"headings": [
|
||
{
|
||
"level": "h2",
|
||
"text": "Conventions",
|
||
"id": "conventions"
|
||
},
|
||
{
|
||
"level": "h2",
|
||
"text": "Auth monitoring scripts",
|
||
"id": "auth-monitoring-scripts"
|
||
},
|
||
{
|
||
"level": "h2",
|
||
"text": "When adding scripts",
|
||
"id": "when-adding-scripts"
|
||
}
|
||
],
|
||
"url": "llms-txt#scripts",
|
||
"links": []
|
||
} |