mcpbeat

Nat Workflow Creation

nvidia/nat-workflow-creation

Use when creating, editing, validating, running, or troubleshooting NeMo Agent Toolkit workflow YAML, component discovery, LLM configuration, and common `nat` CLI commands.

3k tokens
context cost
the whole folder, loaded on every use
4
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-workflow-creation

What comes with it

11 116 bytes besides the instruction
references/cli-reference.md
references/llm-config.md
references/workflow-creation.md

The instruction itself

3 sections, as written by the author

NeMo Agent Toolkit Workflow Creation

Use this skill for workflow YAML and command-line execution.

Workflow

  • Run component discovery before editing _type values:
uv run nat info components -t function
uv run nat info components -t llm_provider
  • Read the reference that matches the task.
  • Keep YAML examples runnable from the repository root.
  • Validate with the smallest useful command, usually:
uv run nat run --config_file path/to/workflow.yml --input "Test request"

References

  • references/workflow-creation.md
  • references/cli-reference.md
  • references/llm-config.md

How to use it

Copy the folder

Take nvidia/nat-workflow-creation 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.