Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
NVIDIA NV-Reason-CXRSkill
Summary
Runs NVIDIA's NV-Reason-CXR-3B chest X-ray reasoning model through a documented wrapper, locally on GPU or via the public Hugging Face Space, and returns the model's full reasoning trace as engineering evidence.
Features
- Runs NV-Reason-CXR-3B chest X-ray reasoning through a documented wrapper
- Local GPU backend or public Hugging Face Space API backend
- Mock mode with a synthetic fixture for CI without model weights
- Returns the model's full <think>/<answer> reasoning trace
- Documented limitations: engineering evidence only, not clinical diagnosis
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Example Usage
python scripts/run_nv_reason_cxr.py PATH_TO_CXR --backend hf-space-api
Description
A skill from NVIDIA's official agent-skill bank for running NV-Reason-CXR-3B, a 3-billion-parameter vision-language model that reasons over chest radiographs.
It wraps scripts/run_nv_reason_cxr.py and deliberately stops the agent from reimplementing the entrypoint by hand — image preprocessing, inference and decoding are all delegated to Hugging Face Transformers and the upstream model.
Two backends. --backend local runs the model on your own GPU and needs CUDA, PyTorch and the packages the skill manifest declares. --backend hf-space-api calls the public NV-Reason-CXR Hugging Face Space and needs no local PyTorch, CUDA, model cache or HF token — only network access. A --mock mode with a committed synthetic fixture lets CI verify the wrapper without downloading weights.
It returns reasoning, not labels. The skill instructs the agent to hand back the complete wrapper JSON, or at minimum the full output.response_text including the model's <think> and <answer> sections, rather than collapsing the run to a classification.
Scope limits, stated by NVIDIA. Output is engineering evidence, not a diagnosis, clinical report, triage decision or treatment recommendation, and must be reviewed by a qualified professional before any medical use. NVIDIA documents that the model may hallucinate findings, miss subtle abnormalities, misread support devices or produce overconfident prose, and explicitly excludes clinical deployment and autonomous diagnosis. Authored by the NVIDIA MedTech Team and licensed Apache-2.0.
Related Skills
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
