Files
Moltbot/docs/zh-CN/cli/system.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

1.8 KiB
Raw Blame History

read_when, summary, title, x-i18n
read_when summary title x-i18n
你想在不创建 cron 任务的情况下将系统事件加入队列
你需要启用或禁用心跳
你想检查系统存在状态条目
`openclaw system` 的 CLI 参考(系统事件、心跳、存在状态) system
generated_at model provider source_hash source_path workflow
2026-02-01T20:21:34Z claude-opus-4-5 pi 36ae5dbdec327f5a32f7ef44bdc1f161bad69868de62f5071bb4d25a71bfdfe9 cli/system.md 14

openclaw system

Gateway网关的系统级辅助工具将系统事件加入队列、控制心跳以及查看存在状态。

常用命令

openclaw system event --text "Check for urgent follow-ups" --mode now
openclaw system heartbeat enable
openclaw system heartbeat last
openclaw system presence

system event

会话上将系统事件加入队列。下一次心跳会将其作为 System: 行注入到提示中。使用 --mode now 可立即触发心跳;next-heartbeat 则等待下一次计划的心跳周期。

标志:

  • --text <text>:必需的系统事件文本。
  • --mode <mode>nownext-heartbeat(默认)。
  • --json:机器可读输出。

system heartbeat last|enable|disable

心跳控制:

  • last:显示上一次心跳事件。
  • enable:重新开启心跳(如果之前被禁用,请使用此命令)。
  • disable:暂停心跳。

标志:

  • --json:机器可读输出。

system presence

列出 Gateway网关已知的当前系统存在状态条目节点、实例及类似状态行

标志:

  • --json:机器可读输出。

注意事项

  • 需要当前配置(本地或远程)可访问的运行中 Gateway网关。
  • 系统事件是临时的,不会在重启后持久化。