
NVIDIA Skill Finder
OfficialFreeDiscover and utilize NVIDIA skills effortlessly.
Free · Opens the source repo
What NVIDIA Skill Finder does
The NVIDIA Skill Finder is a specialized tool designed to assist users in identifying and leveraging NVIDIA-related skills that may not be installed yet. This skill acts as a capability detector and catalog router, focusing exclusively on NVIDIA products, hardware, software, SDKs, and related workflows. It streamlines the process of finding the right skill for specific tasks related to NVIDIA technologies, ensuring that users can efficiently access the resources they need without unnecessary detours.
When a user inquires about NVIDIA-related tasks, the skill automatically checks a live catalog to find suitable skills that align with the request. This includes tasks involving NVIDIA's extensive range of offerings such as CUDA, Jetson, TensorRT, and more. The skill is designed to respond to various types of inquiries, from troubleshooting and setup to installation and configuration, making it a versatile tool for developers and designers working in the NVIDIA ecosystem.
The skill is particularly useful for those who are engaged in fields like AI development, robotics, and data science, where NVIDIA's technologies play a critical role. By utilizing the NVIDIA Skill Finder, users can easily discover skills that enhance their workflows and improve productivity, all while ensuring they are working with the most relevant tools for their specific needs. This targeted approach not only saves time but also helps users avoid confusion when navigating the vast array of NVIDIA resources available.
Overall, the NVIDIA Skill Finder is an essential resource for anyone looking to optimize their use of NVIDIA technologies. It simplifies the process of skill discovery, allowing users to focus on their projects rather than searching for the right tools.
When to use it
Use this skill when you need assistance with NVIDIA products, SDKs, or related workflows, even if you haven't explicitly asked for a skill.
When not to use it
Avoid using this skill for generic tasks unrelated to NVIDIA technologies, such as standard software optimization or deployment.
What you can build with it
Finding Skills for CUDA Development
If you're working on a project that requires CUDA, this skill can help you find the appropriate NVIDIA skills to assist with development.
Troubleshooting Jetson Devices
When facing issues with Jetson devices, the skill can direct you to resources or skills that can help resolve specific problems.
Exploring NVIDIA SDKs
If you're interested in utilizing NVIDIA SDKs for AI or data science, this skill will help you discover relevant tools to enhance your workflow.
How to install NVIDIA Skill Finder
View source1. Install with the skills CLI
npx skills add nvidia/skills/nvidia-skill-finder --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by nvidiaNVIDIA Skill Finder
Purpose
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.
When to Use this Skill
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:
- Asks "how do I do X" where X might be a common task that an NVIDIA skill can help with.
- Says "find a skill for X" or "is there a skill for X".
- Expresses interest in extending agent capabilities in NVIDIA domains.
- Mentions they need help with a specific NVIDIA catalog domain covered below.
- Asks about installing, configuring, troubleshooting, or using an NVIDIA product, device, SDK, or service.
Continue with this skill only when the request is plausibly related to an NVIDIA product area or taxonomy category.
Strong signals:
- The user mentions NVIDIA, CUDA, GPU acceleration, NIM, NeMo, Omniverse, OpenUSD, SimReady, cuOpt, RAPIDS/cuDF, cuPyNumeric, Dynamo, Holoscan, TensorRT, VSS, DeepStream, Jetson, JetPack, L4T, BSP, SDK Manager, TAO, NGC, NVCF, or another NVIDIA product.
- The task maps strongly to an NVIDIA catalog lane such as Agentic AI, Physical AI, Robotics, Vision AI, Conversational AI, Simulation and Modeling, Data Science, Training AI, Inference AI, Decision Optimization, GPU Development, Quantum Computing, Infrastructure, or Networking.
- The task uses distinctive phrases such as RAG/deep research, vehicle routing, LP/MILP/QP, GPU DataFrames, multi-GPU NumPy/SciPy, KV-aware routing, Jetson driver install, JetPack flashing, BSP download, SDK Manager setup, CAD-to-SimReady, OpenUSD optimization, VSS/video search/summarization, DICOM workflows, robotics simulation, Holoscan setup, or synthetic data generation.
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 Constraints
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.
When Not to Use this Skill
Stay quiet when the request is generic:
- "route" means an HTTP route, Express route, file route, or request routing.
- "optimize" means ordinary web performance, CSS, bundle size, SQL tuning, or generic code cleanup.
- "deploy" means generic Kubernetes, cloud, CI/CD, or web hosting.
- "AI", "data science", or "infrastructure" appears without NVIDIA, GPU, accelerated-computing, or one of the distinctive intent signals above.
- "video" means ordinary trimming, captions, export, or social-media editing.
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.
Instructions
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.json
- Check whether the relevant NVIDIA skill is already installed or already in context. If it is, hand off to that skill instead of recommending install.
- Query the live catalog before naming a specific install target or giving the main product answer. When shell access is available, attempt this command first:
npx skills add nvidia/skills --list
Use the fallback catalog sources only if the CLI is unavailable, blocked, or fails:
- https://github.com/NVIDIA/skills/tree/main/skills
- https://build.nvidia.com/skills
- https://raw.githubusercontent.com/NVIDIA/skills/main/skills.sh.json
Do not count a general web search, developer.nvidia.com product documentation, or docs.nvidia.com product documentation as the catalog check.
- Match the request against current skill names, descriptions, product groups, and skill cards. Prefer NVIDIA-verified catalog entries over memory.
- If a current catalog skill strongly matches, recommend it before continuing with general product guidance. Recommend at most three skills, ordered by confidence. For each, include: skill name, why it fits, install command, and first useful prompt.
- Ask before installing. Do not run
npx skills addunless the user approves.
Recommendation Format
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.
Confidence Rules
- High confidence: product name or distinctive intent maps cleanly to one current catalog skill or skill family.
- Medium confidence: taxonomy lane matches but several skills may apply. Offer a short shortlist and ask which direction matches the user's task.
- Low confidence: only generic wording matches. Do the user's task without recommending an NVIDIA skill.
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.
When No Skills are Found
Say that no strong NVIDIA catalog match was found, then either:
- search the broader ecosystem with npx skills find <query>, or
- offer to help directly without a skill, or
- suggest creating a new skill if the workflow is recurring.
Frequently asked questions about NVIDIA Skill Finder
Similar skills
Skill Creator
Efficiently create and manage skills for Gemini CLI.
Agent Development
Create and manage autonomous agents for Claude Code.
Math Olympiad Solver
Solve and verify competition math problems effectively.
Microsoft Skill Creator
Create specialized skills for Microsoft technologies.
Doublecheck
A verification pipeline for AI-generated claims.
Skill Development for Claude Code
Create and enhance skills for Claude Code plugins.
