Data & Analysis ✓ NVIDIA · Official medical-imagingmri-generationsynthetic-datamonaicudanifti

NV-Generate-MR

Generate synthetic body MRI volumes through NVIDIA’s rflow-mr workflow.

FollowSkills review · FSRS-2.0
Not recommended
57/ 100 5-point scale 2.9 / 5
Trust17 / 25 · 3.4/5

The skill clearly limits use to synthetic MRI, prohibits clinical and production-training use, and discloses output, cache, and Hugging Face/GitHub network effects. It pins the upstream commit, inventories model files, records hashes, and avoids deleting outputs. Deductions reflect Bash access, pip installation and network downloads without dependency hashes or sandbox isolation; ordinary runs lack explicit user confirmation, may write to a default output/cache location, and provide no rollback mechanism.

Reliability9 / 20 · 2.3/5

The wrapper includes argument validation, CUDA and model preflight checks, voxel limits, a cost gate, timeout handling, stderr capture, NIfTI summarization, and structured failure output. Deductions reflect static-only review, reliance on an upstream repository and undisclosed manifest/requirements details, and unconfirmed compatibility among upstream models, configs, and commands. Cross-environment reproducibility and abnormal-path coverage remain limited. Static calibration caps this at 10.

Adaptability10 / 15 · 3.3/5

Purpose, exclusions, supported modalities, brain-MRI redirection, input configuration, and output types are documented, and the command interface is usable by Chinese-speaking users. Deductions reflect the NVIDIA GPU requirement, no CPU fallback, and core dependence on Hugging Face/GitHub for setup and downloads. Mainland-China reachability or mirror guidance is absent, and invocation still depends substantially on user judgment about input format and scope.

Convention9 / 15 · 3.0/5

The skill provides purpose, instructions, prerequisites, limitations, troubleshooting, references, fixtures, and benchmark material; it states the wrapper license and upstream rights constraints and records an upstream commit. Deductions reflect the missing recommended Examples section, only two benchmark tasks, unclear maintenance ownership, absent changelog/version policy, and a possible inconsistency between license metadata and repository-level licensing. Static findings also report unexpected root directories.

Effectiveness7 / 15 · 2.3/5

The wrapper stages configuration overrides, invokes the upstream inference path, and emits model inventory, configuration, geometry, spacing, affine, intensity, and finiteness checks. The supplied evaluation report shows 85% assisted correctness and 57% assisted effectiveness for Codex. Deductions reflect only two one-shot evaluation tasks and the inability of static review to confirm actual generated outputs; results still require independent quality and legal review, and comparative benefit over direct upstream use is only weakly evidenced. Static calibration caps this at 7.

Verifiability5 / 10 · 2.5/5

The source includes a pinned upstream revision, exact commands, structured results, model-file hashes, output hashes, and validation fields; BENCHMARK.md and evals.json provide limited evaluation evidence. Deductions reflect that this review did not execute anything, benchmark coverage is narrow, and no complete CI or committed key-path test evidence is provided. Upstream behavior, model quality, and output correctness cannot be independently reproduced from the supplied files alone. Static calibration caps this at 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Execution uses Bash, installs requirements.txt dependencies, and may download code or models from Hugging Face/GitHub; review network access, dependencies, and model licensing first.
  • Outputs are synthetic, image-only MRI volumes and must not be used directly for clinical interpretation, diagnosis, regulatory submission, or production training data.
  • The workflow requires an NVIDIA GPU with approximately 16 GB or more of VRAM and has no CPU fallback; mainland-China access and downloads may fail because no mirror or offline path is documented.
  • Normal runs create output directories and staged configs without a rollback or cleanup strategy; use an isolated, dedicated run directory.
See the full review method →

What does this skill do, and when should you use it?

NV-Generate-MR is a thin NVIDIA medical-AI skill wrapper for generating synthetic body MRI volumes. It delegates inference, sampling, and decoding to the rflow-mr workflow in NVIDIA-Medtech/NV-Generate-CTMR. The skill supports mri, mri_t1, mri_t2, and mri_flair modalities and produces synthetic NIfTI volumes with result metadata and validation checks. It does not produce paired segmentation masks and is not intended for production training data, clinical deployment, or autonomous diagnosis.

It reads a user-supplied JSON model configuration override, stages the upstream configuration, installs the declared runtime requirements, and runs scripts/run_mr.py. When needed, setup can clone a pinned upstream checkout and retrieve model assets from GitHub or Hugging Face; inference runs on an NVIDIA GPU. The wrapper writes generated outputs to the caller-provided directory and emits a synthetic MRI NIfTI volume plus result_json containing configuration, model inventory, geometry, spacing, affine, intensity range, and finite/non-constant data checks.

  1. A medical-imaging researcher needs synthetic body MRI volumes for exploratory experiments or method development.
  2. A developer needs to run the pinned rflow-mr inference workflow in an NVIDIA-GPU environment.
  3. An evaluation workflow needs generated NIfTI geometry, spacing, affine, and data-validity checks recorded as evidence.
  4. A research team needs synthetic body MRI in the mri_t1, mri_t2, or mri_flair modality.

What are this skill's strengths and limitations?

Pros
  • Provides the documented upstream rflow-mr entrypoint without requiring custom inference code for normal runs.
  • Supports four named MRI modalities: mri, mri_t1, mri_t2, and mri_flair.
  • Records useful output geometry, spacing, affine, intensity, and finite-data checks.
  • Distributed through the NVIDIA/skills CLI, whose catalog README documents signatures, evaluations, and daily synchronization.
Limitations
  • Generates image-only volumes and does not emit paired segmentation masks.
  • Requires an NVIDIA GPU with at least 16 GB VRAM; the upstream path has no CPU fallback.
  • The upstream weights are listed as NVIDIA Non-Commercial, so production-training use requires legal and quality review.
  • Not intended for clinical deployment, clinical interpretation, autonomous diagnosis, or regulatory submission; the source provides no independent test-suite or performance-benchmark evidence for this skill.

How do you install this skill?

Install the skill through the NVIDIA/skills skills CLI: npx skills add nvidia/skills --skill nv-generate-mr --yes. Installation can target a client with options such as --agent codex or --agent claude-code. The README does not document a separate source-install procedure for this individual skill.

How do you use this skill?

From the repository root, run: export NV_GENERATE_ROOT="${NV_GENERATE_ROOT:-$HOME/.cache/nvidia-skills/upstreams/NV-Generate-CTMR-61c4ec7}" && python -m pip install -r "$NV_GENERATE_ROOT/requirements.txt" && python skills/nv-generate-mr/scripts/run_mr.py PATH_TO_MR_CONFIG.json --output-dir runs/nv_generate_mr_demo --modality mri_t1 --random-seed 0. Replace PATH_TO_MR_CONFIG.json with the actual request path and use a fresh output directory. The pinned upstream checkout and rflow-mr weights must be available before inference; runtime requires an NVIDIA GPU with at least 16 GB VRAM. Inspect the emitted JSON and verifier guidance after the run.

How does this skill compare with similar options?

For brain MRI synthesis, the upstream README recommends rflow-mr-brain and the separate nv-generate-mr-brain skill; NV-Generate-MR is intended for body MRI rather than that brain-imaging path.

FAQ

Does it generate segmentation masks?
No. It generates image-only synthetic MRI volumes and does not output paired segmentation masks.
Can it run on CPU?
No. The upstream path has no CPU fallback and requires an NVIDIA GPU with at least 16 GB VRAM.
Can the outputs be used as production training data?
Not without review. The source identifies the weights as NVIDIA Non-Commercial and requires independent legal and quality review before production-training use.
What should I inspect if a run fails?
Check the manifest-declared dependencies, the input path, and the supported modality; then inspect the wrapper JSON and stderr and retain the failed evidence pack.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

Synthetic Brain MRI Generator

Generate synthetic brain MRI volumes through NVIDIA’s documented workflow.

Data & Analysis ✓ NVIDIA · Official

NV-Generate-CT Synthetic CT Generator

Generate paired synthetic CT volumes and masks through NVIDIA’s rflow-ct pipeline.

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CTMR Medical Image Segmentation

Run CT or MRI NIfTI segmentation and capture inspectable label-map evidence.

Data & Analysis ✓ NVIDIA · Official

NV Brain MRI Diffusion Fine-Tuner

Fine-tune the NV-Generate-CTMR diffusion UNet from NIfTI brain MRI training volumes.

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CT Fine-Tuning

Fine-tune NV-Segment-CT VISTA3D on labeled CT NIfTI datasets.

Data & Analysis ✓ NVIDIA · Official

NV-Generate Medical Imaging VAE Fine-Tuning

Fine-tune the NV-Generate-CTMR MAISI VAE on CT or MRI NIfTI training volumes.

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CT Medical Imaging Segmentation Skill

Run VISTA3D on CT NIfTI volumes and produce verifiable label-map evidence.

Data & Analysis ✓ NVIDIA · Official

DICOM CT Series to NIfTI Volume

Converts one CT DICOM series into a HU NIfTI volume with affine evidence.

Dev & Engineering ✓ NVIDIA · Official

i4h Catheter Navigation Workflow Guide

Orients agents to the right stage of NVIDIA’s endovascular catheter navigation workflow.

Dev & Engineering ✓ NVIDIA · Official

Catheter Navigation DRR Renderer

Generate a single digitally reconstructed radiograph from CT data or a synthetic phantom for fluoroscopy previews and renderer smoke tests.

Data & Analysis ✓ NVIDIA · Official

NVIDIA Physical AI Defect Image Generation

Orchestrate defect-image generation, augmentation, inference, and labeling for AOI datasets on OSMO.

Data & Analysis ✓ NVIDIA · Official

NeMo Data Designer Synthetic Data Skill

Build synthetic datasets and declarative data-generation pipelines from a natural-language description.

Data & Analysis ✓ NVIDIA · Official

Data Designer Synthetic Data Skill

Build synthetic datasets and data-generation pipelines from a natural-language specification.

Data & Analysis ✓ NVIDIA · Official

PAIDF AnomalyGen

Fine-tune, generate, evaluate, and refine synthetic anomaly images.

Data & Analysis ✓ NVIDIA · Official

DICOM Series Preflight

Header-only validation for one DICOM series before conversion or inference.

Dev & Engineering ✓ NVIDIA · Official

Clinical ASR Flywheel: Environment Setup

Validate that a clinical ASR evaluation environment can complete a TTS-to-ASR round trip through NVIDIA-hosted speech services.

Data & Analysis ✓ NVIDIA · Official

DICOM Metadata Extractor

Extract selected metadata from one DICOM file and flag PHI in standard tags.

Dev & Engineering ✓ NVIDIA · Official

NV-Reason-CXR Chest X-ray Reasoning Test

Runs reproducible command-shape and live inference smoke tests for chest X-ray reasoning.

Data & Analysis ✓ NVIDIA · Official

Catheter Navigation Vascular Digital Twin

Turn CT angiography data into a patient-specific vascular digital twin for catheter-navigation workflows.

Data & Analysis ✓ NVIDIA · Official

TAO AOI Image Mining

Embed target and source images with one encoder, then mine deduplicated nearest-neighbour AOI images for augmentation.

Related skills