Automation & Ops ✓ NVIDIA · Official jetsoncontainer-selectionpytorchvllmcudapython-packages

Jetson Package & Environment Advisor

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

FollowSkills review · FSRS-2.0
Not recommended
56/ 100 5-point scale 2.8 / 5
Trust20 / 25 · 4.0/5

The skill explicitly operates read-only and does not install or pull artifacts; it requires detected device facts rather than guessing, and shows no credential theft, covert exfiltration, or destructive default. Points are deducted because external registries and package indexes are trusted without documented signature/hash verification, explicit user confirmation, or rollback guidance.

Reliability8 / 20 · 2.0/5

The script uses strict Bash settings, emits intelligible errors for unknown Jetson generations, and refuses to guess; the instructions, script, and references are largely consistent. Static review did not execute it, and its detector dependency is not included in the supplied material, so points are deducted; the static ceiling also limits this dimension to 10.

Adaptability10 / 15 · 3.3/5

Audience, trigger scenarios, Orin/Thor branches, unknown-device limits, and handoffs are clearly stated. Points are deducted because it is narrowly Jetson-specific, depends on network catalogs and device-side detection, provides no Chinese-language guidance, and does not establish mainland-China network reachability.

Convention9 / 15 · 3.0/5

The skill has frontmatter, layered sections, prerequisites, script arguments, references, limitations, version, license, and a skill card. Points are deducted for the missing Examples section noted by validation, nonconforming author metadata, absent changelog and explicit maintenance/update path, and hidden assumptions around changing tags.

Effectiveness6 / 15 · 2.0/5

It connects device detection, SM targets, JetPack/CUDA indexes, and container selection, while discouraging generic ARM wheels; the supplied evaluation report shows positive results on core metrics. Points are deducted because the dataset is unavailable, coverage is limited, and static review cannot confirm that commands and artifacts work directly in practice.

Verifiability3 / 10 · 1.5/5

The supplied revision context, script, evaluation summary, and assertions provide partial traceability for key claims. Points are deducted because reproducible evaluation data, execution logs, and skill-specific committed tests are absent; static calibration therefore limits this dimension to 5.

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
  • Before execution, run the detector on the actual Jetson and verify JetPack, L4T, CUDA, and current catalog tags; do not execute placeholder tags literally.
  • GHCR, NGC, and Jetson AI Lab indexes require network access; confirm mainland-China reachability and enterprise network policy.
  • Before installation, independently verify image and wheel provenance, digest, or signature, and obtain user confirmation for external downloads.
See the full review method →

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

This skill helps agents choose compatible containers, vLLM runtime images, and Python package indexes for NVIDIA Jetson Orin and Thor devices. It uses device generation, JetPack, CUDA userland, and GPU SM targets to avoid generic ARM64 artifacts that lack the required Jetson kernels. It prioritizes NVIDIA-maintained GHCR, NGC, and Jetson AI Lab sources. It provides catalog guidance and compatibility hints but does not install packages or pull images.

Runs scripts/artifact_hints.sh and reads its detected SKU, generation, product line, variant, L4T, CUDA SM hint, canonical URLs, and preferred vLLM image; directs the agent to NVIDIA-AI-IOT GHCR packages, NGC CUDA/PyTorch catalogs, and the Jetson AI Lab PyPI tree; maps Orin to sm_87 and Thor to sm_110; provides a matching extra-index example for GPU packages; and forbids guessing when device facts are unavailable.

  1. A Jetson user needs a Docker image matching an Orin or Thor device and its JetPack version before running a container.
  2. A developer is installing PyTorch, vLLM, or onnxruntime-gpu and wants to avoid generic ARM64 wheels without Jetson GPU kernels.
  3. A user cannot find an l4t-cuda image on NGC and needs the current multi-architecture CUDA alternative.
  4. A user has CUDA, SM, or stale-container-tag errors and needs device-specific artifact hints first.

What are this skill's strengths and limitations?

Pros
  • Clearly distinguishes Orin sm_87 from Thor sm_110.
  • Prioritizes NVIDIA GHCR, NGC, and Jetson AI Lab as canonical sources.
  • Requires device facts before recommending architecture- or version-specific artifacts.
  • Defines a read-only scope and does not install software or pull images.
Limitations
  • Does not verify whether a specific model checkpoint fits in device memory.
  • NGC and GHCR tags change, so current catalog lookup requires network access.
  • Detection must run on the Jetson target; unknown generation or SM prevents specific tag recommendations.
  • Provides catalog and compatibility guidance rather than a complete installation or runtime troubleshooting workflow.

How do you install this skill?

Install the individual skill with the CLI command documented in the repository README: npx skills add nvidia/skills --skill jetson-package --yes. The README does not document another skill-specific installation method.

How do you use this skill?

On the Jetson target, run bash scripts/artifact_hints.sh from the repository root and read its JSON output. Then inspect the Jetson AI Lab PyPI index, GHCR packages, or NGC catalog using the detected JetPack/CUDA line. For example, onnxruntime-gpu can use: pip install --extra-index-url https://pypi.jetson-ai-lab.io/jp6/cu126/+simple/ onnxruntime-gpu. Adjust jp6/cu126 to the matching line; placeholder tags must be looked up rather than copied literally.

How does this skill compare with similar options?

Compared with installing GPU wheels from default PyPI or using arbitrary arm64 images from Docker Hub, this skill prioritizes Jetson AI Lab, NVIDIA GHCR, and NGC while checking JetPack, CUDA, and SM targets. When legacy l4t-cuda images are unavailable, it points to the multi-architecture nvcr.io/nvidia/cuda line.

FAQ

Does this skill install packages or pull containers automatically?
No. Its scope is read-only catalog inspection and compatibility guidance.
Why can an aarch64 wheel still fail on Jetson?
ARM64 describes the CPU architecture; GPU-native code must also include the Jetson SM target, sm_87 for Orin or sm_110 for Thor.
What if the device generation or CUDA SM is unknown?
Do not guess a container tag or wheel. Run scripts/artifact_hints.sh or use environment output supplied by the user.
Are the container and package tags fixed?
No. NGC and GHCR tags change; values such as current-tag are lookup placeholders, not literal tags.

More skills from this repository

All from NVIDIA/skills

Dev & Engineering ✓ NVIDIA · Official

CuTile Autotuning Guide

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

Dev & Engineering ✓ NVIDIA · Official

NeMo MBridge GPU Memory Tuning

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

Automation & Ops ✓ NVIDIA · Official

Jetson LLM Serving

Deploy OpenAI-compatible LLM and VLM servers on Jetson with vLLM or SGLang.

Automation & Ops ✓ NVIDIA · Official

Jetson vLLM Speculative Decoding

Configure speculative decoding for lower single-stream generation latency on Jetson vLLM servers.

Dev & Engineering ✓ NVIDIA · Official

NVIDIA Skill Finder

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

Automation & Ops ✓ NVIDIA · Official

Jetson LLM Benchmark

Measure and compare LLM runtime performance on Jetson with structured JSON results.

Dev & Engineering ✓ NVIDIA · Official

DALI Dynamic Mode Assistant

Helps agents write, review, and migrate NVIDIA DALI imperative dynamic-mode code.

Dev & Engineering ✓ NVIDIA · Official

Earth2Studio Diagnostic Builder

Build Earth2Studio wrappers for single-step diagnostic data transformations.

Dev & Engineering ✓ NVIDIA · Official

Holoscan SDK Setup Guide

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

Automation & Ops ✓ NVIDIA · Official

TAO NVIDIA GPU Host Setup

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

Dev & Engineering ✓ NVIDIA · Official

Earth2Studio Deterministic Forecast

Build single-member weather forecast inference scripts with Earth2Studio.

Automation & Ops ✓ NVIDIA · Official

Holoscan NGC Container Installer

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

Automation & Ops ✓ NVIDIA · Official

cuOpt Installation Guide

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

Dev & Engineering ✓ NVIDIA · Official

Earth2Studio Forecast Wrapper Builder

Build and validate Earth2Studio time-stepping forecast wrappers.

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

Jetson Inference Memory Tuning

Choose a Jetson serving runtime and generate memory flags from the device snapshot and workload.

Dev & Engineering ✓ NVIDIA · Official

cuTile Python Kernel Assistant

Guides developers in writing, debugging, validating, and optimizing high-performance cuTile GPU kernels.

Dev & Engineering ✓ NVIDIA · Official

Jetson Target Switcher

Switch the active Jetson target among existing platform profiles.

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CT Medical Imaging Segmentation Skill

Run VISTA3D on CT NIfTI volumes and produce verifiable label-map evidence.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Info Check

Verify Jetson BSP version, board configs, and rootfs state before flashing.

Related skills