NemoClaw Community is a collection of examples that showcase NemoClaw blueprints for constrained, inspectable agent workflows.
Browse examples · Contribute an example
NemoClaw is the blueprint layer for composing three things into a repeatable agent system:
- Model — the inference endpoint, model selection, and provider configuration the agent uses.
- Harness — the agent runtime, skills, bridges, state, and workflow-specific behavior.
- OpenShell — the sandbox, gateway, policy, provider, and networking substrate that runs the harness with explicit boundaries.
Recipes and demos show how a model, harness, and OpenShell come together. The catalog also includes launchables and developer tools.
Examples are organized as reusable NVIDIA and partner recipes, community recipes, NVIDIA field demos, environment launchables, and standalone developer tools. Browse the source example catalog to choose an example.
Each example has its own prerequisites, credentials, setup, and limitations. Review the example README before setup.
Additional NemoClaw examples are available in brevdev/nemoclaw-demos.
Choose an example and follow its README. To run an example from this repository, clone the repo first:
git clone https://github.com/NVIDIA/nemoclaw-community.git
cd nemoclaw-communitySee CONTRIBUTING.md. This project uses Developer Certificate of Origin sign-offs for inbound contributions.
See SECURITY.md. Do not file public GitHub issues for security vulnerabilities.
See SUPPORT.md for support channels and expectations.
- Governance: GOVERNANCE.md
- Maintainers: MAINTAINERS.md
- Code owners: .github/CODEOWNERS
This project is licensed under the Apache 2.0 License. See LICENSE for details.
Some examples download additional third-party software. See THIRD-PARTY-NOTICES.