--- summary: "CLI reference for `openclaw nodes` (list/status/approve/invoke, camera/canvas/screen)" read_when: - You’re managing paired nodes (cameras, screen, canvas) - You need to approve requests or invoke node commands title: "nodes" --- # `openclaw nodes` Manage paired nodes (devices) and invoke node capabilities. Related: - Nodes overview: [Nodes](/nodes) - Camera: [Camera nodes](/nodes/camera) - Images: [Image nodes](/nodes/images) Common options: - `--url`, `--token`, `--timeout`, `--json` ## Common commands ```bash openclaw nodes list openclaw nodes list --connected openclaw nodes list --last-connected 24h openclaw nodes pending openclaw nodes approve openclaw nodes status openclaw nodes status --connected openclaw nodes status --last-connected 24h ``` `nodes 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 ` to filter to nodes that connected within a duration (e.g. `24h`, `7d`). ## Invoke ```bash openclaw nodes invoke --node --command --params ``` Invoke flags: - `--params `: JSON object string (default `{}`). - `--invoke-timeout `: node invoke timeout (default `15000`). - `--idempotency-key `: optional idempotency key. - `system.run` and `system.run.prepare` are blocked here; use the `exec` tool with `host=node` for 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.