nv-reason-cxr

Installation
SKILL.md

NV-Reason-CXR

Purpose

  • Used for command-shape or live NV-Reason-CXR chest X-ray reasoning smoke tests. Not for diagnosis or clinical reporting.
  • Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation.
  • Manifest I/O: inputs are chest_xray_image_or_fixture; outputs are result_json.

Instructions

  • Read skill_manifest.yaml before changing arguments, side effects, or validation gates.
  • Run scripts/run_nv_reason_cxr.py through the documented command below; keep outputs under a caller-provided run directory.
  • If a host agent exposes run_script, use run_script("scripts/run_nv_reason_cxr.py", args=[...]); otherwise run the Bash/Python command shown below.
  • Check the emitted JSON and paired verifier guidance before treating the run as evidence.

Available Scripts

Script Purpose Arguments
scripts/run_nv_reason_cxr.py Primary entrypoint declared by skill_manifest.yaml. PATH_TO_CXR_OR_FIXTURE --out-dir OUT_DIR [--mock] [--check-setup]
Installs
113
Repository
nvidia/skills
GitHub Stars
1.0K
First Seen
5 days ago
nv-reason-cxr — nvidia/skills