openclaw nodes
管理已配对节点(设备)并调用节点能力。
相关内容:
常用选项:
--url,--token,--timeout,--json
常用命令
nodes list 会打印待处理/已配对表格。已配对行包含距离最近一次连接的时间(上次连接)。
使用 --connected 仅显示当前已连接的节点。使用 --last-connected <duration> 将
结果筛选为在某个时长内连接过的节点(例如 24h、7d)。
调用
--params <json>:JSON 对象字符串(默认{})。--invoke-timeout <ms>:节点调用超时时间(默认15000)。--idempotency-key <key>:可选的幂等键。- 此处不允许使用
system.run和system.run.prepare;如需在命令行中执行命令,请使用带host=node的exec工具。
host=node 的 exec 工具,而不是 openclaw nodes run。
nodes CLI 现在以能力为中心:通过 nodes invoke 直接进行远程过程调用,以及配对、相机、
屏幕、位置、画布和通知。