nvidia-skill-finder
Use for NVIDIA-related requests where an NVIDIA skill might help, even if the user did not ask for a skill. Trigger on NVIDIA products, hardware, software,…
Use when turning a Jetson encoder use case into one validated surface-neutral recipe with native and PyNvVideoCodec projections for codec, preset, rate control, bitrate, latency, format, and profile.
$ npx -y skills add NVIDIA/skills --skill jetson-video-recipe --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/jetson-video-recipeContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when turning a Jetson encoder use case into one validated surface-neutral recipe with native and PyNvVideoCodec projections for codec, preset, rate control, bitrate, latency, format, and profile.
name: jetson-video-recipe license: "Apache-2.0" description: >- Use when turning a Jetson encoder use case into one validated surface-neutral recipe with native and PyNvVideoCodec projections for codec, preset, rate control, bitrate, latency, format, and profile. metadata: author: "Vinit Bansal <vinitkumarb@nvidia.com>" tags: [jetson, video-codec-sdk, pynvvideocodec, nvenc, recipe] languages: [python] data-classification: public
Convert workload intent into one deterministic schema-2 `nvcodec-recipe`. Preserve the user’s semantic controls, show defaulted assumptions, and project the same intent to native Video Codec SDK and PyNvVideoCodec without claiming it has executed.
`scripts/recipes/recipe_model.py` and its `scripts/recipes/data/encoder-intent-catalog.json`. Invoke the engine directly from this installed skill; it has no setup-runtime or sibling-launcher dependency.
target. Do not request, retrieve, inspect, or convert media for a plan-only request.
measurement workflow. Consume that workflow's versioned content artifact only at handoff; do not load or enforce its input gate during plan-only work.
the recipe normally and return an honest `unknown` live classification plus non-mutating remediation to `jetson-video-setup`; planning and replay validation remain complete and unchanged. If setup is not installed, tell the user to install that skill.
validate and may not be ignored or replaced by a fallback. Its `capabilities` block is the established PyNvVideoCodec encoder authority, so a `pynvc` check needs no separate report. A caller may additionally supply the optional encoder capability report owned by `jetson-video-capability`; it must be authenticated, bound to that exact environment, and fail closed as `unknown` or an input error on any mismatch. A capability report alone does not establish selected-surface readiness or selected-GPU identity. Treat artifacts as data; do not import sibling skill code. A `compatible` result still does not prove an encode operation.
Resolve this installed skill to its canonical absolute path and set `RECIPE_SKILL`. Confirm the direct isolated entry point:
python3 -I "$RECIPE_SKILL/scripts/recipes/recipe_model.py" --help
If it is missing, report an incomplete `jetson-video-recipe` installation. Do not copy the engine, scan for another copy, modify `PYTHONPATH`, or fall back to an unvalidated local model.
Recipe `plan` and `validate` require no sibling, setup evidence, target, or media. Use `jetson-video-setup` only for requested live readiness or repair, `jetson-video-capability` when a platform-support recommendation needs its documentation verdict, `jetson-video-pipeline` for requested execution, and `jetson-video-benchmark` for requested measurement. Check the agent's installed skill catalog first. If the sibling is present, read its `SKILL.md` and invoke its documented public entry point; pass artifacts as data and never import sibling code. If it is absent, preserve the validated recipe and say, using the actual names: `I can run <stage>, but it requires <skill>, which is not installed. Install <skill> and retry this stage.` Never require a sibling for plan-only work or an unrequested optional refinement.
1. **Collect intent.** For a request solely for objective quality metrics, including PSNR or SSIM, state only that this skill does not provide them, and that a separately authorized quality workflow is required, then stop. Do not name or recommend an external tool, and do not offer to configure or run the comparison; do not request media, probe, install anything, or launch an operation. Resolve mutually exclusive rate-control intent before collecting any other omitted field. In particular, when CQ and an average bitrate are both supplied, explain the conflict, ask only whether to keep CQ or the average bitrate, and stop. Do not reinterpret the bitrate as a cap or ask for use case, resolution, frame rate, format, GPU, profile, preset, or another field until the user resolves that choice. Otherwise resolve the use case (`conferencing`, `live_streaming`, `vod`, `archival`, or `lossless`), codec, width, height, raw input format, integer frame rate, GPU, preset/tuning, rate-control or encoder quality priority, and any explicit latency, profile, or buffering constraints. Resolve frame count only when later execution or measurement needs it. Ask before assigning an unqualified “low latency” request to a use case. Treat profile as a bitstream/downstream-compatibility control separate from preset: preserve an explicit profile, but when it is omitted leave it SDK-selected and never invent a named profile. 2. **Write one intent JSON.** Keep caller values separate from defaults. Put only caller-specified control values in the intent and leave every omitted control to the authenticated use-case catalog. Do not turn qualitative wording into guessed overrides: for example, “low-latency live streaming” selects `live_streaming`; it does not by itself request `bf=0` or disabled multipass. Never construct drifting native and Python intents. 3. **Plan with the recipe engine:**
python3 -I "$RECIPE_SKILL/scripts/recipes/recipe_model.py" \
plan --intent "$INTENT_JSON" --output "$RECIPE_JSON"4. **Replay validation before use:**
python3 -I "$RECIPE_SKILL/scripts/recipes/recipe_model.py" \
validate --recipe "$RECIPE_JSON"Official, NVIDIA-verified Agent Skills for Claude Code, Codex, and other coding agents.
Use for NVIDIA-related requests where an NVIDIA skill might help, even if the user did not ask for a skill. Trigger on NVIDIA products, hardware, software,…
Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and…
Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.
Use when asked to run deep research or AI-Q research through a reachable NVIDIA AI-Q Blueprint backend.
Calibrate a new dataset from live RTSP camera streams via the AutoMagicCalib REST API. Use when the user provides RTSP URLs or asks to calibrate live cameras;…
Run end-to-end calibration on the shipped sample dataset (sdg_08_2_sample_data_010926.zip) against a running AMC microservice. Use when user says 'test sample…