nemoclaw-user-get-started

Install NemoClaw and create a sandboxed OpenClaw assistant for local testing.

22.1k|3.0k|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-user-get-started
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-user-get-started
Source: https://github.com/NVIDIA/NemoClaw/tree/main/.agents/skills/nemoclaw-user-get-started
Command: npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-user-get-started

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

NemoClaw User Get Started streamlines the complex, multi-step process of installing NemoClaw, creating a sandboxed OpenClaw instance, and running an initial agent prompt so developers and testers can safely evaluate an always-on assistant without manual environment setup.

Core Features & Use Cases

  • Guided installer and onboarding: Runs an installer that installs Node.js if needed, launches a guided onboard wizard, and builds a sandboxed OpenClaw instance.
  • Launch and interact: Provides commands to connect to the sandbox, open the OpenClaw TUI, send single-message queries, and view logs and status.
  • Platform-specific guidance: Includes a Windows WSL2 prerequisites reference for users who need to prepare Windows environments, plus an uninstall flow and troubleshooting pointers.
  • Use case: Rapidly onboard a developer or QA engineer to a reproducible, sandboxed assistant environment for local testing and experimentation.

Quick Start

Run the NemoClaw installer script via curl to install NemoClaw, run the guided onboarding flow to create a sandbox, and then connect to the sandbox to chat with the agent.

Frequently Asked Questions about nemoclaw-user-get-started

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and launch a sandboxed OpenClaw agent locally?

To install and launch a sandboxed OpenClaw agent, run the NemoClaw installer script via curl, complete the guided onboard wizard to create a sandbox, and then connect to the sandbox to chat with the agent.

Do I need Node.js to run the NemoClaw installer?

Node.js is required to run NemoClaw, but the guided installer script automatically installs Node.js if it is not already present on your system before proceeding with the onboarding wizard.

Can I set up NemoClaw on Windows using WSL2?

Yes, NemoClaw supports Windows environments by providing specific WSL2 prerequisites, allowing you to prepare your system and run the sandboxed OpenClaw assistant for local testing and evaluation.

How do I interact with the OpenClaw sandbox after onboarding?

After onboarding, you can interact with the OpenClaw sandbox by running commands to open the OpenClaw TUI, send single-message queries to the agent, and view logs and status for evaluation.

What is the best way to troubleshoot or uninstall a local NemoClaw sandbox?

NemoClaw provides an uninstall flow alongside troubleshooting pointers to help you resolve issues, manage your sandboxed OpenClaw instance, and cleanly remove the local testing environment when needed.

Why use a sandboxed environment for testing an OpenClaw assistant?

A sandboxed OpenClaw environment allows developers and QA engineers to safely evaluate an always-on assistant in a reproducible local setup without risking the host system or requiring manual environment configuration.