NVIDIA/NemoClaw/nemoclaw-user-overview
Explains how OpenClaw, OpenShell, and NemoClaw form the ecosystem, NemoClaw's position in the stack, what NemoClaw adds beyond the community sandbox, and when to prefer NemoClaw ve...
Installation
Install this skill (Claude Code)
# Clone and copy the skill into your project
git clone https://github.com/NVIDIA/skills.git
mkdir -p .claude/skills
cp -r skills/skills/NemoClaw/nemoclaw-user-overview .claude/skills/
# Or for personal use: ~/.claude/skills/Related in NemoClaw
NVIDIA/NemoClaw/nemoclaw-contributor-create-pr
Create GitHub pull requests that follow the NemoClaw PR template.
NVIDIA/NemoClaw/nemoclaw-contributor-update-docs
Scan recent git commits for changes that affect user-facing behavior, then draft or update the corresponding documentation pages and refresh generated user skills for release prep.
NVIDIA/NemoClaw/nemoclaw-maintainer-cross-issue-sweep
Scans other open issues to find ones a given PR may also fix or accidentally break.
NVIDIA/NemoClaw/nemoclaw-maintainer-cut-release-tag
Cut a new semver release — bump all version strings via bump-version.ts, open a release PR, and after merge tag main and push.
NVIDIA/NemoClaw/nemoclaw-maintainer-day
Runs the daytime maintainer loop for NemoClaw, prioritizing items labeled with the current version target.
NVIDIA/NemoClaw/nemoclaw-maintainer-evening
Runs the end-of-day maintainer handoff for NemoClaw.