Language:JapaneseEnglish

nvidia-skills Claude Code Plugin

Author
NVIDIA
Category
Development
Topics
AI Agents & AI App Development · Claude Code Customization & Workflow · Data Engineering & Analytics
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-29 (UTC)
Source (GitHub) last updated
2026-07-29 (UTC) (29 days ago)

The explanation below is AI-generated. Please verify it against the sources.

nvidia-skills is an NVIDIA-provided plugin that packages Claude skills for accelerated-computing tasks, and at this stage it focuses on vehicle-routing style optimization powered by NVIDIA's cuOpt engine. The included skill lets the assistant work on vehicle routing problems (VRP), traveling salesman problems (TSP), and pickup-and-delivery problems (PDP) by invoking the cuOpt Python API. Its contents are generated automatically from a configuration file and a build script in the source repository, with only the logo assets and the README maintained by hand. The provided sources do not describe further internal details of how the skill processes or returns optimization results.

About the service

cuOpt is NVIDIA's decision-optimization engine, listed among NVIDIA's software offerings for tasks such as logistics and routing optimization. This plugin's skill does not implement optimization itself but calls cuOpt through its Python API to perform the routing calculations.

What you can do with nvidia-skills

  • Ask the assistant to work on vehicle routing problems (VRP) using cuOpt
  • Solve traveling salesman problems (TSP)
  • Solve pickup-and-delivery problems (PDP)
  • Have these optimization tasks carried out via calls to the cuOpt Python API
  • Further configuration options or additional skills beyond cuOpt routing are unknown from the provided sources

Sources

Back to list