Skip to content

NVIDIA/skills

NVIDIA Agent Skills

Official, NVIDIA-verified skills for AI agents.

NVIDIA Agent Skills Spec License

📖 Docs: docs.nvidia.com/skills  ·  📺 Livestream: From Vulnerable to Verified  ·  📝 Blog: NVIDIA Verified Agent Skills: Capability Governance for AI Agents


Skills are portable instruction sets that teach AI agents how to use NVIDIA CUDA-X libraries, AI Blueprints, and platform tools correctly. This repository is a catalog: skills are maintained in their respective product repos and mirrored here daily via an automated sync pipeline. We are making NVIDIA skills available publicly and building this catalog in the open; see the Roadmap for what is planned next.


Quickstart

Install NVIDIA skills with the default skills CLI flow:

npx skills add nvidia/skills

The CLI runs through npx and prompts you to choose a skill and install destination. You do not need to clone this repo or copy skill folders by hand.

The skill is available the next time your agent loads skills and encounters a relevant task. For example, ask your agent to "solve a linear programming problem with cuOpt" and the skill guides it through the cuOpt Python API.

Install One Skill Without Prompts

Use this when you already know the skill name and want to skip prompts.

npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --yes

Replace cuopt-numerical-optimization-api-python with any skill name from the Skill Catalog.

Install for a Specific Agent

Use --agent to target a specific AI coding agent. These are common client targets; for the full list of supported clients, see the skills CLI Supported Agents table.

Claude Code

npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --agent claude-code

Codex

npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --agent codex

Cursor

npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --agent cursor

Kiro

npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --agent kiro-cli

Use --agent more than once to install the same skill into multiple agents.

npx skills add nvidia/skills \
  --skill cuopt-numerical-optimization-api-python \
  --agent claude-code \
  --agent codex \
  --agent cursor \
  --agent kiro-cli

Browse the Catalog

Use this when you want to see available NVIDIA skills before installing anything.

npx skills add nvidia/skills --list

For non-interactive installs, global installs, agent-specific installs, updates, removals, and fallback manual copying, see Advanced installation.


Skill Catalog

Product Description Skills Catalog Source Version
AIQ NVIDIA AI-Q Blueprint - deploy local AI-Q services and run shallow or deep research workflows as agent skills. 2 skills/aiq-research/ Source 9f573a2 · 2026-05-29
CUDA-Q CUDA Quantum — onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications. 1 skills/cudaq-guide/ Source 233488c · 2026-05-30
cuDF Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and multi-GPU DataFrame workloads. 1 skills/accelerated-computing-cudf/ Source ebb9da4 · 2026-05-30
cuOpt GPU-accelerated optimization — vehicle routing, linear programming, quadratic programming, installation, server deployment, and developer tools. 12 skills/cuopt-developer/ Source dd11941 · 2026-05-29
cuPyNumeric NumPy and SciPy on multi-node multi-GPU systems — skills to help with installing cuPyNumeric, migrating existing NumPy code, and doing parallel I/O 4 skills/cupynumeric-hdf5/ Source da4c146 · 2026-05-29
DALI GPU-accelerated data loading and processing with NVIDIA DALI. 1 skills/dali-dynamic-mode/ Source b1a2cd9 · 2026-05-29
DeepStream Agentic skills for guided DeepStream development. 2 skills/deepstream-dev/ Source 3daf16a · 2026-05-28
Dynamo NVIDIA Dynamo deployment bring-up on Kubernetes — pick and deploy recipes, start router modes, validate disagg NIXL/UCX/NCCL interconnect, and triage day-2 failures. 4 skills/dynamo-interconnect-check/ Source 39251bc · 2026-05-30
Earth2Studio Open-source deep-learning framework for exploring, building and deploying AI weather/climate workflows. 4 skills/earth2studio-data-fetch/ Source 6b6c666 · 2026-05-29
Megatron-Core Large-scale distributed training — model parallelism, pipeline parallelism, and mixed precision. 5 skills/mcore-create-issue/ Source 791a45f · 2026-05-30
NeMo AutoModel NeMo AutoModel - PyTorch-native distributed training for LLMs/VLMs with Hugging Face support, recipes, launchers, and validation workflows. 4 skills/nemo-automodel-distributed-training/ Source 7dc827c · 2026-05-29
NeMo MBridge NeMo MBridge - PyTorch-native bridge between Hugging Face and Megatron-Core for checkpoint conversion, training recipes, and NVIDIA GPU performance workflows. 20 skills/nemo-mbridge-mlm-bridge-training/ Source b4a827c · 2026-05-30
NeMo Platform NeMo Platform brings NVIDIA NeMo libraries together under one CLI, Python SDK, and web UI 2 skills/nemo-evaluator-plugin/ Source c5069f4 · 2026-05-30
NeMo Retriever NeMo Retriever - deploy NeMo Retriever Library locally, extract information from corpus of data, and answer questions against the corpus. 1 skills/nemo-retriever/ Source 2ebcf10 · 2026-05-29
NeMo-RL RLHF training on Ray — GRPO, DPO, and SFT for LLMs and VLMs with FSDP2 and Megatron-Core. 5 skills/NeMo-RL/ Source 48b2cd2 · 2026-05-30
NemoClaw Secure agent sandboxing — run OpenClaw inside NVIDIA OpenShell with managed inference, policy management, remote deployment, sandbox monitoring. 10 skills/nemoclaw-user-agent-skills/ Source e79461c · 2026-05-29
Nemotron Author end-to-end model development, customization, evaluation, and deployment pipelines using the NVIDIA AI stack. 2 skills/nemotron-customize/ Source 306b2f1 · 2026-05-29
NVIDIA Digital Health Examples Agent skills for the clinical ASR evaluation flywheel — term curation, synthetic clinical-speech benchmark generation, KER (Keyword Error Rate) scoring, and fine-tune guidance. 4 skills/digital-health-clinical-asr-setup/ Source 404c5ca · 2026-05-28
Physical AI Physical AI development — Omniverse USD/Kit workflows (CAD-to-SimReady conversion, realtime viewer orchestration, USD performance tuning), infrastructure setup for synthetic data generation and resilient scaling, and neural reconstruction (NuRec/NRE). 5 omniverse-cad-to-simready/ · omniverse-realtime-viewer/ · omniverse-usd-performance-tuning/ · physical-ai-infrastructure-setup-and-resilient-scaling/ · physical-ai-neural-reconstruction/
PhysicsNeMo NVIDIA PhysicsNeMo - Open-source deep-learning framework for building, training, and fine-tuning deep learning models using state-of-the-art Physics-ML methods. 1 skills/physicsnemo-discover/ Source 8e46db6 · 2026-05-29
RAG Blueprint RAG pipeline — deploy, configure, troubleshoot, and manage retrieval augmented generation with Docker Compose or Helm. 3 skills/rag-blueprint/ Source bed5165 · 2026-05-30
Skill Card Generator Reads an agent skill's source files and produces a skill card plus a review table. Use when a skill directory exists and a governance card needs to be generated or updated. 1 skills/skill-card-generator/ Source 09b0d6b · 2026-05-28
TileGym Tile-based GPU programming — adding new kernels, cross-framework conversion, and performance optimization. 1 skills/tilegym-adding-cutile-kernel/ Source 2bf003b · 2026-05-29
Video Search and Summarization VSS Blueprint — deploy profiles, search and summarize video, generate analysis reports, manage alerts and incidents, query VIOS sensors, and use the RTVI VLM microservice. 15 skills/video-search-and-summarization/ Source 8d4535d · 2026-05-30

Getting Help & Contributing

For skill-related issues, feature requests, new skill ideas, discussions, and contributions — use the source repo for the relevant product:

Product Issues Discussions Contributing Security
AIQ Issues Discussions Contributing Security
CUDA-Q Issues Discussions Contributing Security
cuDF Issues Discussions Contributing Security
cuOpt Issues Discussions Contributing Security
cuPyNumeric Issues Discussions Contributing Security
DALI Issues Discussions Contributing Security
DeepStream Issues Discussions Contributing Security
Dynamo Issues Discussions Contributing Security
Earth2Studio Issues Discussions Contributing Security
Megatron-Core Issues Discussions Contributing Security
NeMo AutoModel Issues Discussions Contributing Security
NeMo MBridge Issues Discussions Contributing Security
NeMo Platform Issues Discussions Contributing Security
NeMo Retriever Issues Discussions Contributing Security
NeMo-RL Issues Discussions Contributing Security
NemoClaw Issues Discussions Contributing Security
Nemotron Issues Discussions Contributing Security
NVIDIA Digital Health Examples Issues Discussions Contributing Security
Physical AI
PhysicsNeMo Issues Discussions Contributing Security
RAG Blueprint Issues Discussions Contributing Security
Skill Card Generator Issues Discussions Contributing Security
TileGym Issues Discussions Contributing Security
Video Search and Summarization Issues Discussions Contributing Security

For issues with this catalog repo itself (README, structure, listing a new product): open an issue here.


Verifying Skills

Every published skill ships with a detached OMS signature (skill.oms.sig). The sync pipeline drops any skill missing the required artifacts before publishing, so every skill in the catalog carries:

  • SKILL.md — the skill instructions consumed by the agent
  • skill-card.md — skill identity and governance card
  • skill.oms.sig — detached OMS signature (verifiable against nv-agent-root-cert.pem)
  • A Tier-3 evaluation dataset — accepted at evals/evals.json, evals/*.json, eval/*.json, or benchmark/evals.json
  • BENCHMARK.md — generated benchmark report capturing verifiable uplift data

Verify a skill against the NVIDIA trust anchor nv-agent-root-cert.pem:

pip install model-signing
model_signing verify certificate SKILL_DIR \
  --signature SKILL_DIR/skill.oms.sig \
  --certificate_chain nv-agent-root-cert.pem \
  --ignore_unsigned_files

A successful verification confirms that the skill contents have not been modified since signing by NVIDIA.

See Verify Signed Agent Skills for signature layout, the trust pipeline, and policy options.


Roadmap

  • ✅ Public skills catalog with NVIDIA-verified skills across multiple products
  • ✅ Automated sync pipeline with skills mirrored from product repos daily
  • ✅ Security scanning for all published skills covering instruction safety and supply-chain integrity
  • ✅ Skills signing so every published skill carries a verifiable NVIDIA signature
  • ✅ Skills universal evaluation criteria and task-specific criteria
  • ✅ Skill Card with machine-readable metadata for identity, provenance, quality, and behavioral boundaries
  • 🔲 Compliance gates before external publication
  • 🔲 Syndication to external marketplaces and MCP hubs

Repository Structure

NVIDIA/skills/
├── skills/                      # 110 verified skills across 24 products,
│   │                              synced from upstream product repos
│   ├── README.md                 # Browser-facing install guidance
│   ├── <product-prefix>-*/       # Flat layout — one dir per skill, product-prefixed
│   │                               # e.g. aiq-*, cuopt-*, cupynumeric-*, dali-*,
│   │                               # deepstream-*, digital-health-*, dynamo-*,
│   │                               # earth2studio-*, mcore-*, nemo-automodel-*,
│   │                               # nemo-data-designer-plugin, nemo-evaluator-plugin,
│   │                               # nemo-mbridge-* (20 skills), nemo-retriever,
│   │                               # nemoclaw-user-* (10 skills), nemotron-*,
│   │                               # physicsnemo-*, rag-*, skill-card-generator,
│   │                               # tilegym-*, accelerated-computing-cudf, cudaq-guide
│   ├── omniverse-*/              # Physical AI — manually staged (see manual-components.yml)
│   ├── physical-ai-*/            # Physical AI — manually staged
│   ├── NeMo-RL/                  # Legacy nested layout (5 skills under one dir)
│   └── video-search-and-summarization/  # Legacy nested layout (15 skills under one dir)
├── components.d/                # Product registry — one file per component, teams onboard here
│   ├── README.md                 # Schema and onboarding instructions
│   └── <product>.yml             # one file per registered product (24 today)
├── plugins/                     # Packaged plugin distributions
│   └── nvidia-skills/            # Curated NVIDIA skills bundle (Claude Code, Codex)
├── plugins.d/                   # Plugin build registry — config for `build-plugins.py`
│   ├── README.md
│   ├── _defaults.yml
│   └── nvidia-skills.yml
├── .claude-plugin/              # Claude Code marketplace metadata
│   └── marketplace.json
├── .agents/plugins/             # Agent marketplace metadata (other clients)
│   └── marketplace.json
├── docs/                        # Long-form documentation (published via Fern)
│   ├── README.md                 # How to build the docs locally
│   ├── index.mdx
│   ├── advanced-install.mdx
│   ├── agent-skill-trust-pipeline.mdx
│   ├── release-checklist.mdx
│   ├── scanning-agent-skills.mdx
│   ├── signing-agent-skills.mdx
│   └── skill-cards.mdx
├── fern/                        # Fern docs site configuration
├── .github/
│   ├── workflows/                # Sync pipeline, plugin validation, DCO check, author verify
│   └── scripts/                  # regenerate-readme.sh, build-plugins.py,
│                                 # manual-components.yml (temp Physical AI catalog
│                                 # exception, removed after Computex 2026),
│                                 # marketplace/metadata.json (skill metadata sidecar)
├── nv-agent-root-cert.pem       # Trust anchor for OMS signature verification
├── skills.sh.json               # Skills.sh marketplace grouping config
├── CHANGELOG.md
├── CONTRIBUTING.md              # Contribution guidelines
├── SECURITY.md                  # Security reporting policy
├── CODE_OF_CONDUCT.md           # Community code of conduct
└── LICENSE                      # Apache 2.0 / CC BY 4.0

Skills are maintained in their respective product repos (see the Source column in the Skill Catalog) and synced to this repo daily. Products only appear under skills/ after the sync pipeline confirms each skill carries:

  • skill.oms.sig — detached OMS-format signature (verifiable against nv-agent-root-cert.pem)
  • skill-card.md — skill identity and governance card
  • A Tier-3 evaluation dataset — accepted at evals/evals.json, evals/*.json, eval/*.json, or benchmark/evals.json

When evaluation runs produce a BENCHMARK.md, it ships alongside the skill so consumers can see verifiable benchmark uplift data.


Standards & Compatibility

This repository adheres to the Agent Skills specification:

  • Skills are portable directories with a SKILL.md file at their root.
  • Metadata uses YAML frontmatter with required name and description fields.
  • Skills follow a progressive disclosure model — lightweight metadata loads at startup, full instructions load on activation.
  • Validate your skill using the skills-ref reference library.

License

This project is dual-licensed under the Apache License 2.0 and Creative Commons Attribution 4.0 International (CC BY 4.0).

About

AI agent skills published by NVIDIA

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors