nodes
openclaw nodes
Section titled “openclaw nodes”Manage paired nodes (devices) and invoke node capabilities.
Related:
- Nodes overview: Nodes
- Camera: Camera nodes
- Images: Image nodes
Common options:
--url,--token,--timeout,--json
Common commands
Section titled “Common commands”openclaw nodes listopenclaw nodes list --connectedopenclaw nodes list --last-connected 24hopenclaw nodes pendingopenclaw nodes approve <requestId>openclaw nodes statusopenclaw nodes status --connectedopenclaw nodes status --last-connected 24hnodes list prints pending/paired tables. Paired rows include the most recent connect age (Last Connect).
Use --connected to only show currently-connected nodes. Use --last-connected <duration> to
filter to nodes that connected within a duration (e.g. 24h, 7d).
Invoke
Section titled “Invoke”openclaw nodes invoke --node <id|name|ip> --command <command> --params <json>Invoke flags:
--params <json>: JSON object string (default{}).--invoke-timeout <ms>: node invoke timeout (default15000).--idempotency-key <key>: optional idempotency key.system.runandsystem.run.prepareare blocked here; use theexectool withhost=nodefor shell execution.
For shell execution on a node, use the exec tool with host=node instead of openclaw nodes run.
The nodes CLI is now capability-focused: direct RPC via nodes invoke, plus pairing, camera,
screen, location, canvas, and notifications.