From NVIDIA
Discovers and installs NVIDIA skills for hardware, software, SDKs, and workflows. Routes to the best skill for CUDA, Jetson, Omniverse, RAPIDS, TensorRT, and more.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nvidia-skills:nvidia-skill-finderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help users discover, install, and start using NVIDIA skills that may not be
Help users discover, install, and start using NVIDIA skills that may not be installed yet. Treat this skill as a stable NVIDIA capability detector and catalog router, not as a mirror of every external skill's trigger text.
Use the live catalog as the source of truth for specific skill names, descriptions, and availability. Keep only stable taxonomy guidance here.
Use this skill to find the best NVIDIA skill for a product, task, or workflow. The user does not need to explicitly ask for a skill. If the request is about NVIDIA hardware, software, SDKs, drivers, setup, troubleshooting, or an NVIDIA-adjacent workflow, check whether the live catalog has a skill that could help before proceeding too far with general guidance.
Typical triggers:
Continue with this skill only when the request is plausibly related to an NVIDIA product area or taxonomy category.
Strong signals:
Read references/taxonomy-routing.md only when the request is taxonomy-only, ambiguous, or needs browse/domain mapping. For obvious product-name matches, go directly to live catalog lookup.
Implicit invocation is intentional: this skill acts as a NVIDIA capability detector and catalog router. This scopes the skill to NVIDIA relevance; it does not narrow it. Use the full trigger breadth in "When to Use this Skill" — including the softer "how do I do X" triggers and any request plausibly related to an NVIDIA product area or catalog taxonomy lane.
The gate is relevance, not consent. Do not activate for the generic software tasks in "When Not to Use this Skill" unless they also carry an NVIDIA, GPU, accelerated-computing, or distinctive NVIDIA workflow signal.
Recommending a skill is always allowed once the request is relevant. Installing
or modifying skills is not: never run an install (e.g. npx skills add) or
change agent capabilities without explicit user approval. A catalog match is
only a recommendation until the user confirms.
Stay quiet when the request is generic:
If relevance is uncertain, do not interrupt the user's main task. Mention the NVIDIA catalog only as an optional aside after answering, or ask one concise clarifying question if the choice materially changes the work.
How to Help Users Find Skills - a Discovery Workflow
This skill's first job is skill discovery. For NVIDIA-related requests, do a catalog check before using general web search, NVIDIA product docs, or general product knowledge as the main answer. Product documentation can help after the catalog check, but it is not a substitute for checking the NVIDIA skills catalog.
Catalog check means one of:
npx skills add nvidia/skills --listhttps://github.com/NVIDIA/skills/tree/main/skillshttps://build.nvidia.com/skillshttps://raw.githubusercontent.com/NVIDIA/skills/main/skills.sh.jsonnpx skills add nvidia/skills --list
Use the fallback catalog sources only if the CLI is unavailable, blocked, or fails:
Do not count a general web search, developer.nvidia.com product documentation, or docs.nvidia.com product documentation as the catalog check.
npx skills add unless the user approves.For a strong match that is not installed:
The NVIDIA <product or skill family> skill could help with this. Would you like me to install <skill-name>?
Use the active agent target when known:
npx skills add nvidia/skills --skill <skill-name> --agent codex --global --yes
npx skills add nvidia/skills --skill <skill-name> --agent claude-code --global --yes
If the agent target is unknown, omit --agent and let the CLI prompt:
npx skills add nvidia/skills --skill <skill-name> --global --yes
After install, tell the user to restart or reload the agent if their client does not pick up newly installed skills immediately.
Do not fabricate catalog entries or guess at skill names. If catalog lookup
fails, say the catalog could not be checked and do not name a concrete slug or
emit an npx skills add ... --skill <name> install command. Offer to share the
catalog URL, retry lookup, or continue with general help.
Say that no strong NVIDIA catalog match was found, then either:
claude plugin install nvidia-skills@claude-plugins-officialDiscovers, recommends, and installs skills from verified-skill.com registry. Guides users by tech/domain/project, lists/manages installed skills with npx vskill.
Discovers new skills from local directory, GitHub repos, and npm packages when current skills and built-ins cannot handle tasks. Enforces safety checks, candidate inspection, and scoring before recommendations.
Searches 9 skill registries including SkillsMP, GitHub, and Anthropic Skills for agent skills. Scores by quality/security, paginates results up to 5, and installs locally/globally. Use on 'fetch/install/search skill' or 'MISSING EXTERNAL SKILL'.