mcpbeat

Nat Tools And Functions

nvidia/nat-tools-and-functions

Use when authoring, registering, composing, or testing custom NeMo Agent Toolkit tools, functions, function groups, Python components, custom agents, custom evaluators, or advanced extension patterns.

3k 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-tools-and-functions

What comes with it

12 861 bytes besides the instruction
references/advanced-python.md
references/tools-and-functions.md

The instruction itself

3 sections, as written by the author

NeMo Agent Toolkit Tools and Functions

Use this skill when adding custom Python behavior to the toolkit.

Workflow

  • Read references/tools-and-functions.md for the registration pattern.
  • Use FunctionInfo.from_fn() for simple async functions.
  • Use function groups when related tools share a resource.
  • Keep heavyweight optional imports lazy.
  • Add focused tests for new component behavior.

References

  • references/tools-and-functions.md
  • references/advanced-python.md

How to use it

Copy the folder

Take nvidia/nat-tools-and-functions 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.