NVIDIA's OpenClaw sandbox plugin. Landlock + seccomp + netns are the isolation boundary; the transparent inference-routing proxy is the orthogonal part.
Orthogonal contribution: inference.local via the OpenShell gateway keeps API keys host-side — secrets physically cannot exist in the sandbox. Nobody else ships this.
NemoClaw in one sentence: It wraps OpenClaw inside NVIDIA OpenShell (Landlock + seccomp + network namespaces — the isolation boundary), then runs a transparent inference-routing proxy: the agent calls inference.local, the OpenShell gateway intercepts before the packet leaves the sandbox, injects the real credential host-side, and forwards to Nemotron — so the agent holds no credentials. The kernel mechanisms isolate; the inference proxy is the part nobody else has.