nvidia-skills Plugin
Plugin Claude Code Development AI Agents & AI App DevelopmentClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
nvidia-skills is a curated plugin package within the NVIDIA/skills repository that bundles NVIDIA agent skills for accelerated-computing workflows, starting with cuOpt vehicle-routing optimization (VRP, TSP, PDP) via the cuOpt Python API. According to the plugin's own README, it is not part of the nvidia/skills self-hosted marketplace; instead it is generated from plugins.d/nvidia.yml by .github/scripts/build-plugins.sh and curated for delivery to the official OpenAI Bundled and Anthropic Official marketplaces. The yaml sets marketplace_enabled.{claude,codex}: false, which keeps it out of the .claude-plugin/marketplace.json and .agents/plugins/marketplace.json files while still producing a self-contained plugin folder ready to ship upstream. Per the source, only assets/ (logo) and the README are hand-maintained inside the plugin directory, while its skill contents are build-generated. The broader NVIDIA/skills catalog page lists related cuOpt skills such as cuopt-install, cuopt-numerical-optimization-api, cuopt-numerical-optimization-formulation, cuopt-routing-api-python, cuopt-server-api-python, and cuopt-multi-objective-exploration.
Overview
This is not a standalone SaaS. It is a plugin package that bundles NVIDIA-authored AI agent skills (initially cuOpt vehicle-routing optimization) for installation into AI coding agents; per its README it is curated specifically for distribution to the OpenAI Bundled and Anthropic Official marketplaces rather than for the nvidia/skills self-hosted marketplace.
What you can do with nvidia-skills
- Use bundled cuOpt agent skills covering vehicle-routing optimization problems: VRP, TSP, and PDP, via the cuOpt Python API
- Reference related cuOpt skills listed in the broader catalog, such as cuopt-install, cuopt-numerical-optimization-api, cuopt-numerical-optimization-formulation, cuopt-routing-api-python, cuopt-server-api-python, and cuopt-multi-objective-exploration (unknown whether all are included in this specific plugin bundle)
- Ship the plugin to the official OpenAI Bundled and Anthropic Official marketplaces, per the plugin README
- Change which skills the plugin bundles by editing plugins.d/nvidia.yml and re-running .github/scripts/build-plugins.sh
- Note: because marketplace_enabled.{claude,codex} is set to false, this plugin does not appear in the nvidia/skills self-hosted marketplace listings
Sources
Original description (English)
NVIDIA agent skills for accelerated-computing workflows — starting with cuOpt vehicle-routing optimization (VRP, TSP, PDP) via the cuOpt Python API.
History of nvidia-skills
- Plugin Added nvidia-skills