mcpbeat

Nat Telemetry

nvidia/nat-telemetry

Use when adding, configuring, or troubleshooting NeMo Agent Toolkit logging, tracing, telemetry exporters, OpenTelemetry, Langfuse, LangSmith, Weave, Phoenix, profiling, or observability provider integrations.

2k tokens
context cost
the whole folder, loaded on every use
3
files
ships runnable scripts
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-telemetry

What comes with it

7 608 bytes besides the instruction
references/otel_file_exporter.py
references/telemetry.md

The instruction itself

3 sections, as written by the author

NeMo Agent Toolkit Telemetry

Use this skill for workflow observability, tracing, logging, and profiling.

Workflow

  • Discover registered logging and tracing exporters:
uv run nat info components -t logging
uv run nat info components -t tracing
  • Prefer built-in provider integrations when available.
  • Use file or console exporters for deterministic local debugging.
  • For custom exporters, adapt references/otel_file_exporter.py and nearby toolkit exporter code.

References

  • references/telemetry.md
  • references/otel_file_exporter.py

How to use it

Copy the folder

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