NemoClaw Community is a collection of examples that showcase NemoClaw blueprints for constrained, inspectable agent workflows.
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.
The examples in this repository demonstrate complete blueprint patterns: they show how a model is wired to a harness, how the harness is packaged with skills and integrations, and how OpenShell constrains and runs the resulting agent.
Examples are organized as reusable NVIDIA and partner recipes, NVIDIA field demos, environment launchables, and standalone developer tools. Browse the example catalog to choose a workflow and follow its independent setup and verification guide.
Additional NemoClaw examples are available in brevdev/nemoclaw-demos.
Choose an example from the example catalog and follow its guide. To run an example from this repository, clone the repo first:
git clone https://github.com/NVIDIA/nemoclaw-community.git
cd nemoclaw-communityFor examples maintained outside this repository, see brevdev/nemoclaw-demos. Each example documents its own host requirements, credentials, setup steps, and OpenShell policy details.
- Linux host with Docker or a compatible container runtime
- OpenShell CLI and gateway
- Access to an OpenAI-compatible inference endpoint
- Optional integration credentials for Slack, Microsoft Graph/Outlook, GitHub live reads, and source ETL mirrors
This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use. See THIRD-PARTY-NOTICES for the repository inventory.
See 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.