Agent skill · NVIDIA

jetson-diagnostic

Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.

What it needs

About 6k tokens when loaded.

What this skill does

Jetson Diagnostic A unified, agent-friendly view of a running Jetson device. Replaces the need to remember which of tegrastats, jtop, procrank, /sys/kernel/debug/nvmap, nvpmodel, free, swapon, df, and systemctl list-units produces which slice of the truth. Purpose Capture a read-only health snapshot from the Jetson host so agents can answer device identity, memory, GPU, thermal, power, storage, and service-state questions using live data instead of guesses. When to use Activate when the user asks: "What is this Jetson? What SKU? How much memory?" "What's running on this Jetson right now?" "Why is my Jetson slow / hot / out of memory?" "Give me a snapshot of GPU / CPU / power usage." "What does my tegrastats output mean?" "Which services are running that I could turn off?" The user has installed jetson-memory-audit, jetson-headless-mode, jetson-inference-mem-tune, jetson-llm-benchmark, jetson-llm-serve, or jetson-package and needs a baseline measurement before running them. Do not use this skill to change power modes, drop caches, stop services, install packages, serve models, or tune inference flags. Report the observed state, then hand off to the action-oriented skill. Prerequisites Run on the Jetson host, or in a sandbox/container with host-visible Jetson system paths and process data. Available Scripts Script Purpose Arguments -------- --------- ----------- scripts/snapshot.sh Emits the all-in-one JSON snapshot for identity, memory, GPU, thermal, power, disk, top processes, and candidate services. --human, --tegra-secs N, --top-procs N. scripts/memsummary.sh Emits a compact human-readable RAM/GPU/swap summary. --short, --watch, --interval N. scripts/detectjetson.sh Exports or prints canonical Jetson SKU/generation/product-line fields for this repo. No arguments. If your agent runtime supports runscript, use it to run scripts/snapshot.sh or scripts/memsummary.sh and summarize the returned output. Otherwise run the scripts with bash from the repository root. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills NVIDIA/jetson-diagnostic

View the source on GitHub

Browse the @skills marketplace