Skip to main content

Commands

The memantoclaw CLI handles host-side operations outside the OpenClaw plugin context.

Standalone Host Commands

CommandDescriptionNotes
memantoclaw onboardRun the interactive setup wizard. Creates gateway, registers providers, builds the image, and launches the sandbox.memantoclaw onboard [--non-interactive] [--resume] [--from <Dockerfile>]
memantoclaw listList all registered sandboxes with their model, provider, and policy presets.
memantoclaw <name> connectConnect to a sandbox by name. Drops you into the sandbox shell where you can run openclaw tui.
memantoclaw <name> statusShow sandbox status, health, and inference configuration.Probes local inference backends to report healthy or unreachable.
memantoclaw <name> logsView sandbox logs.Use --follow to stream output in real time.
memantoclaw <name> destroyStop the NIM container and delete the sandbox permanently.Back up workspace files first.
memantoclaw <name> policy-addAdd a policy preset to a sandbox (e.g., github, npm).Use --dry-run to preview the endpoints it would open.
memantoclaw <name> policy-listList available policy presets and show which ones are applied.
openshell termOpen the OpenShell TUI to monitor sandbox activity and approve network requests.
memantoclaw start / stopStart or stop optional host auxiliary services (like the cloudflared tunnel).
memantoclaw debugCollect diagnostics (system info, Docker state, logs) for bug reports into a tarball.
memantoclaw credentials listList stored credential names.Values are not printed.
memantoclaw credentials reset <KEY>Remove a stored credential by name.Forces a re-prompt on the next onboard.
memantoclaw uninstallRun uninstall.sh to remove sandboxes, gateway resources, and local state.memantoclaw uninstall [--yes] [--keep-openshell] [--delete-models]


For complete, unabridged technical details on this topic, refer to the official NVIDIA NemoClaw Documentation. Portions of this guide are summarized and adapted from NVIDIA Corporation (Copyright © 2026), licensed under the Apache License, Version 2.0.