Nemoclaw Cookbook banner
stevenrick stevenrick

Nemoclaw Cookbook

DevOps community

Description

Deploy and customize NemoClaw in minutes. Available agent skills (and DIY scripts) handle setup, upgrades, and operations. This repo provides a patch overlay that accelerates how you explore and build with NemoClaw.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

NemoClaw Cookbook

Thin deployment and integration helpers for upstream [NemoClaw](https://github.com/NVIDIA/NemoClaw) and [OpenShell](https://github.com/NVIDIA/OpenShell).

This is a community cookbook / reference implementation, not an official NVIDIA project. For NemoClaw or OpenShell issues, file upstream issues in those repositories.

Upstream-First

This repo is not a fork and not a competing distribution. It exists to make NemoClaw easier to deploy while upstream support is still landing. Every patch should be temporary: when upstream absorbs a capability, this cookbook deletes its version.

The current upstream alignment notes are in [UPSTREAM.md](UPSTREAM.md).

Secret Hygiene

Tokenized dashboard URLs, gateway tokens, API keys, and bot tokens are live credentials. The cookbook treats them as non-printable runtime values: scripts write them to files, pass them directly to browsers or clients, and redact them in status output. Do not paste tokenized URLs into issues, PRs, chat, shell transcripts, or shared logs.

Prerequisites

Setup

Create a local `.env`, copy it to the Brev instance, then run the cookbook setup script on the instance:

cp .env.example .env
# Edit .env. NVIDIA_INFERENCE_API_KEY is required. Select NEMOCLAW_AGENT if
# you do not want the default OpenClaw harness.

brev exec  "git clone -b main https://github.com/stevenrick/nemoclaw-cookbook.git ~/nemoclaw-cookbook"
brev copy .env :~/.env
brev exec  "cd ~/nemoclaw-cookbook && ./setup.sh"

Connect after setup:

# Public/Secure Link, if TUNNEL_FQDN is set. Opens without printing the tokenized URL.
URL=$(brev exec  "sed -n '1p' ~/nemoclaw-tunnel-url.txt" | sed -n '/^https:/p' | head -1)
open "$