# Nat Installation

> Use when installing or configuring NVIDIA NeMo Agent Toolkit, verifying the `nat` CLI, setting up optional extras, or creating a first hello-world workflow.

- Skill: `nvidia/nat-installation` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add nvidia/nat-installation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nvidia/nat-installation/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: Apache-2.0
- Author: NVIDIA (https://skillmd.com/u/nvidia)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nvidia/nat-installation

---


# NeMo Agent Toolkit Installation

Use this skill when the task is about setup, dependencies, package extras, environment variables, or a first runnable workflow.

## Workflow

1. Read `references/installation.md`.
2. Prefer the smallest package extra that supports the requested workflow.
3. Verify the CLI with `uv run nat --version` or `uv run nat --help`.
4. For a first workflow, adapt `references/hello_world.yaml`.

## Key Commands

```bash
uv run nat --help
uv run nat --version
uv run nat info components
```

## References

- `references/installation.md`
- `references/hello_world.yaml`

