Dev & Engineering ✓ NVIDIA · Official nvidiaskill-discoverycatalog-routingcudajetsongpu-computing

NVIDIA Skill Finder

Finds the right NVIDIA agent skill for product, hardware, and workflow requests.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The skill explicitly forbids installing or modifying capabilities without approval, instructs users not to expose secrets, and requires a catalog check before recommendations. However, it relies on unpinned npx, live external catalogs, and network access without documented rollback, isolation, or finer-grained permission controls, so points are deducted.

Reliability9 / 20 · 2.3/5

Trigger rules, negative triggers, catalog fallbacks, and failure behavior are comparatively clear. However, the skill has no dedicated executable tests for its key paths, live catalog contents can drift, and diagnostics for abnormal input or network failure remain limited, so points are deducted.

Adaptability10 / 15 · 3.3/5

The skill targets NVIDIA products, hardware, and workflows with detailed positive and negative semantic boundaries and taxonomy routing. It provides no Chinese-language guidance, and its core catalog lookup depends on GitHub, build.nvidia.com, or npx without addressing reachability from mainland-China networks, so points are deducted.

Convention8 / 15 · 2.7/5

The documentation is readable and layered, with front matter, routing reference, installation guidance, limitations, security notes, ownership, and licensing. However, the recommended Examples section is missing, version information appears only in the skill card without an included changelog, and dependency and maintenance details are incomplete, so points are deducted.

Effectiveness6 / 15 · 2.0/5

The core task—discovering and recommending NVIDIA skills—is directly addressed through catalog checking, matching, and approval-before-installation guidance. The committed 17-task evaluation report indicates plausible benefit, but static review cannot confirm current-version behavior and results depend on a live catalog, so full marks are not justified.

Verifiability4 / 10 · 2.0/5

The repository includes a committed 17-task evaluation summary with metrics, providing some auditable evidence. It lacks CI or a dedicated test suite tied to this skill's key paths and lacks independent reproduction records, so coverage and independence are limited.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Core functionality depends on live external catalogs and npx; discovery may fail when those services are unreachable or change.
  • The skill recommends installation commands without documenting version pinning, artifact verification, isolation, or recovery after failure.
  • The committed evaluation report is not a substitute for independent reproduction of this revision; it used one attempt per task and no skill-specific CI tests are shown.
  • Chinese-language behavior and mainland-China network reachability are not documented and should be addressed for the stated audience.
See the full review method →

What does this skill do, and when should you use it?

NVIDIA Skill Finder is a discovery and routing skill for NVIDIA’s agent-skill catalog. It covers requests involving CUDA, GPUs, Jetson, NIM, NeMo, Omniverse, TensorRT, and other NVIDIA products and workflows. It checks the live catalog before recommending specific skills and can return up to three candidates with reasons, install commands, and an initial prompt. It recommends capabilities but never installs or changes them without explicit user approval.

Detects NVIDIA-related products, hardware, software, SDK, driver, setup, and workflow signals; checks whether a relevant skill is already installed or in context; queries the live catalog with npx skills add nvidia/skills --list or the specified NVIDIA catalog URLs; matches candidates using current names, descriptions, product groups, and skill cards; returns a skill name, fit rationale, installation command, and first useful prompt; and avoids inventing concrete skill names or install targets when catalog lookup fails.

  1. A Jetson developer needs help with driver, JetPack, L4T, or BSP setup and wants to find the current matching skill first.
  2. An engineer working with CUDA, cuDF, TensorRT, or GPU acceleration wants specialized NVIDIA guidance.
  3. A user building with NVIDIA NIM, NeMo, Omniverse, DeepStream, or Holoscan needs to discover relevant workflow skills.
  4. A team wants to extend an agent for NVIDIA tasks but does not yet know which catalog skill to install.

What are this skill's strengths and limitations?

Pros
  • Broad detection coverage across NVIDIA products, hardware, SDKs, drivers, and catalog lanes.
  • Uses the live catalog as the source of truth for current skill names, descriptions, and availability.
  • Checks for skills already installed or present in context before recommending installation.
  • Defines a clear approval boundary and fallback behavior when catalog lookup is unavailable.
Limitations
  • Reliable recommendations for specific current skills depend on access to the live catalog.
  • It discovers and recommends skills rather than performing the underlying NVIDIA product work itself.
  • The catalog changes continuously, so skills may later be renamed, consolidated, or removed.
  • The supplied SKILL.md shows no dedicated scripts or standalone test suite.

How do you install this skill?

The README supports installing NVIDIA skills through the skills CLI:

npx skills add nvidia/skills

The CLI prompts for a skill and installation destination; cloning the repository or copying folders manually is not required. The supplied README does not list nvidia-skill-finder as a single-skill catalog entry, so no specific --skill slug should be inferred for it.

How do you use this skill?

Give the agent an NVIDIA-related request, for example: "Find a skill for Jetson driver installation." To browse the catalog directly, run:

npx skills add nvidia/skills --list

The skill becomes useful when the agent loads skills and encounters a relevant task. Installation should occur only after explicit user approval.

FAQ

Does it install recommended skills automatically?
No. It recommends skills only; installing or modifying agent capabilities requires explicit user approval.
What does it require at runtime?
The discovery workflow uses the npx skills CLI or NVIDIA catalog URLs, so it requires shell access, network access, and a Node.js/npm environment.
What happens if the live catalog cannot be checked?
It must not invent a skill name or install command. It can offer the catalog URL, suggest retrying, or continue with general help.

More skills from this repository

All from NVIDIA/skills

Automation & Ops ✓ NVIDIA · Official

Jetson Package & Environment Advisor

Select Jetson-compatible containers and GPU package indexes by device architecture.

Automation & Ops ✓ NVIDIA · Official

Jetson BSP Download Assistant

Downloads and stages version-matched Jetson BSP, rootfs, sources, toolchains, and guides for NVIDIA Auto Setup.

Dev & Engineering ✓ NVIDIA · Official

cuPyNumeric Migration Readiness

Assess whether NumPy code is ready to scale on GPUs before committing to a substantial cuPyNumeric port.

Automation & Ops ✓ NVIDIA · Official

TAO NVIDIA GPU Host Setup

Checks and standardizes NVIDIA drivers, CUDA, and container runtime prerequisites for TAO GPU hosts.

Automation & Ops ✓ NVIDIA · Official

Holoscan NGC Container Installer

Install, validate, and launch NVIDIA Holoscan SDK through an NGC Docker container.

Dev & Engineering ✓ NVIDIA · Official

Holoscan Native Ubuntu Installer

Install and verify the Holoscan SDK C++ environment on Ubuntu from NVIDIA’s apt repository.

Dev & Engineering ✓ NVIDIA · Official

Holoscan Python Wheel Installer

Install Holoscan SDK Python bindings in a virtual environment and verify them on a Linux NVIDIA GPU system.

Dev & Engineering ✓ NVIDIA · Official

Holoscan SDK Source Builder

Build Holoscan SDK from source in a Docker container and produce a local CMake-consumable installation tree.

Dev & Engineering ✓ NVIDIA · Official

NeMo MBridge GPU Memory Tuning

Diagnose GPU OOMs in Megatron Bridge training and reduce fragmentation, activation, and PEFT memory usage.

Dev & Engineering ✓ NVIDIA · Official

Jetson Clock Customizer

Lock or cap Jetson CPU, GPU, and EMC clock behavior before flashing a BSP image.

Automation & Ops ✓ NVIDIA · Official

Jetson Health Snapshot

Read-only diagnostics that consolidate a live Jetson’s hardware, resource, and service state.

Dev & Engineering ✓ NVIDIA · Official

Holoscan SDK Setup Guide

Inspects a Linux host and selects the most suitable Holoscan SDK installation path.

Data & Analysis ✓ NVIDIA · Official

cuPyNumeric Parallel Shard Loader

Builds processor-sized parallel loading paths from sharded on-disk data into distributed cuPyNumeric arrays.

Dev & Engineering ✓ NVIDIA · Official

DOCA GPI GPU-Initiated RDMA Skill

Helps CUDA kernels drive RDMA queues directly from GPU memory without host-CPU mediation.

Dev & Engineering ✓ NVIDIA · Official

i4h Catheter Navigation Workflow Guide

Orients agents to the right stage of NVIDIA’s endovascular catheter navigation workflow.

Data & Analysis ✓ NVIDIA · Official

TAO Standard Training Workflow

Run a controlled TAO train, evaluate, and export workflow on labeled data.

Dev & Engineering ✓ NVIDIA · Official

CuTile Autotuning Guide

Design, implement, and validate low-overhead autotuning for CuTile GPU kernels.

Automation & Ops ✓ NVIDIA · Official

cuOpt Installation Guide

Install and verify NVIDIA cuOpt for Python, C, or REST deployment.

Dev & Engineering ✓ NVIDIA · Official

Catheter Navigation Setup Verification

Checks host, GPU, and Python path readiness for catheter navigation.

Data & Analysis ✓ NVIDIA · Official

Synthetic Brain MRI Generator

Generate synthetic brain MRI volumes through NVIDIA’s documented workflow.

Related skills