dicom-metadata-extract

Installation
SKILL.md

DICOM Metadata Extract

Purpose

  • Used for extracting selected metadata from one DICOM file and flagging standard-tag PHI presence. Not for anonymization or clinical use.
  • Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation.
  • Manifest I/O: inputs are dicom_path; outputs are metadata_json.

Instructions

  • Read skill_manifest.yaml before changing arguments, side effects, or validation gates.
  • Run scripts/extract_metadata.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/extract_metadata.py", args=[...]); otherwise run the Bash/Python command shown below.
  • Check the emitted JSON and run medagent.verifiers.dicom_metadata_quality_v1 on evidence packs before treating the run as reviewed evidence.

Available Scripts

Script Purpose Arguments
scripts/extract_metadata.py Primary entrypoint declared by skill_manifest.yaml. PATH_TO_DICOM [--output OUT.json]
Installs
120
Repository
nvidia/skills
GitHub Stars
1.0K
First Seen
5 days ago
dicom-metadata-extract — nvidia/skills