Securing Agents with OpenShell and NemoClaw
Abstract
Modern agents are everywhere, and they’re conceptually simple: a model wired to tools, memory, and a routing decision that keeps running until the task is done. This course starts by building such a system from scratch, then connects those ideas to modern frameworks used by software engineers and non‑technical users alike. You’ll go from a single API call to agent coordination, grounded retrieval, deep planning, and safe deployment using NVIDIA OpenClaw and NemoClaw™.
build.nvidia.com by default. You can change each route's model and endpoint to suit your performance needs.Learning Objectives
Upon completion of this course, students will be able to:
- Build a basic agent loop and identify its core components.
- Implement reliable tool use and function calling within an agent system.
- Design and coordinate multi-agent systems using structured routing patterns.
- Utilize OpenShell to configure agent identities and ensure safe, sandboxed operations.
- Deploy and manage autonomous agents while building persistent skill libraries.
Source: NVIDIA Build blueprint card.
Entering Your API Key
Your browser saves the chat and embedding routes across lessons and sends each key only to its selected endpoint. Use a custom route only when you have a reachable HTTPS endpoint.
Exploring the Material
Use the modules as a guided order; each page also remains useful on its own. Following the full path lets each module reuse its predecessor—the browser-hosted loop becomes a scoped workflow, that workflow moves into a persistent agent runtime, and the runtime's wider reach motivates the operating-system boundary that contains it. Start with the task you need. Every page ends in a live artifact and keeps the supporting code available. You can modify the examples in the browser, self-host them, or give this repository to a coding agent as context for a local deployment or application.
What this course runs on
The course uses these three systems from the browser. Each card shows what the system contributes and opens the relevant service or catalog.
nvapi- key and the selected model route.webSearch ranks the course glossary, papers, and posts.
instantAnswer returns one matching glossary definition. Open the catalog to
inspect the sources and search request.nvapi-
key and work through the four modules in order or as preferred.