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:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"title": "`openclaw cron`",
|
||||
"content": "Manage cron jobs for the Gateway scheduler.\n\n* Cron jobs: [Cron jobs](/automation/cron-jobs)\n\nTip: run `openclaw cron --help` for the full command surface.\n\nNote: isolated `cron add` jobs default to `--announce` delivery. Use `--no-deliver` to keep\noutput internal. `--deliver` remains as a deprecated alias for `--announce`.\n\nNote: one-shot (`--at`) jobs delete after success by default. Use `--keep-after-run` to keep them.\n\nUpdate delivery settings without changing the message:\n\nDisable delivery for an isolated job:\n\nAnnounce to a specific channel:",
|
||||
"code_samples": [
|
||||
{
|
||||
"code": "Disable delivery for an isolated job:",
|
||||
"language": "unknown"
|
||||
},
|
||||
{
|
||||
"code": "Announce to a specific channel:",
|
||||
"language": "unknown"
|
||||
}
|
||||
],
|
||||
"headings": [
|
||||
{
|
||||
"level": "h2",
|
||||
"text": "Common edits",
|
||||
"id": "common-edits"
|
||||
}
|
||||
],
|
||||
"url": "llms-txt#`openclaw-cron`",
|
||||
"links": []
|
||||
}
|
||||
Reference in New Issue
Block a user