Files
openclaw-skill/openclaw-knowhow-skill/output/openclaw-docs_data/pages/openclaw_cron_c33ad30cea.json
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

23 lines
1012 B
JSON
Executable File

{
"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": []
}