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
1.8 KiB
1.8 KiB
read_when, summary, title, x-i18n
| read_when | summary | title | x-i18n | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
`openclaw system` 的 CLI 参考(系统事件、心跳、存在状态) | system |
|
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>:now或next-heartbeat(默认)。--json:机器可读输出。
system heartbeat last|enable|disable
心跳控制:
last:显示上一次心跳事件。enable:重新开启心跳(如果之前被禁用,请使用此命令)。disable:暂停心跳。
标志:
--json:机器可读输出。
system presence
列出 Gateway网关已知的当前系统存在状态条目(节点、实例及类似状态行)。
标志:
--json:机器可读输出。
注意事项
- 需要当前配置(本地或远程)可访问的运行中 Gateway网关。
- 系统事件是临时的,不会在重启后持久化。