Files
Selig 4c966a3ad2 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.
2026-03-13 10:58:30 +08:00

24 lines
1.1 KiB
JSON
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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 hostspecific; 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": []
}