mcpbeat

Nat Installation

nvidia/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.

1k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2551
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/NVIDIA/NeMo-Agent-Toolkit --skill nat-installation

What comes with it

3 524 bytes besides the instruction
references/hello_world.yaml
references/installation.md

The instruction itself

4 sections, as written by the author

NeMo Agent Toolkit Installation

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

Workflow

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

Key Commands

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

References

  • references/installation.md
  • references/hello_world.yaml

How to use it

Copy the folder

Take nvidia/nat-installation from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.