Files
Moltbot/docs/zh-CN/cli/cron.md
Josh Palmer 5676a6b38d Docs: normalize zh-CN terminology + tone
What: switch to 你/你的 tone; standardize Skills/Gateway网关/local loopback/私信 wording
Why: align zh-CN docs with issue 6995 feedback + idiomatic tech style
Tests: pnpm docs:build
2026-02-02 16:38:25 +01:00

855 B

read_when, summary, title, x-i18n
read_when summary title x-i18n
你需要定时任务和唤醒功能
你正在调试定时任务的执行和日志
`openclaw cron` 的 CLI 参考(调度和运行后台任务) cron
generated_at model provider source_hash source_path workflow
2026-02-01T19:58:49Z claude-opus-4-5 pi bc9317c824f3b6339df657cc269961d9b5f121da65ec2b23a07d454e6d611135 cli/cron.md 14

openclaw cron

管理 Gateway网关调度器的定时任务。

相关内容:

提示:运行 openclaw cron --help 查看完整的命令列表。

常见编辑

更新投递设置而不更改消息内容:

openclaw cron edit <job-id> --deliver --channel telegram --to "123456789"

为隔离任务禁用投递:

openclaw cron edit <job-id> --no-deliver