Dev & Engineering ✓ NVIDIA · Official catheter-navigationfluoroscopydigital-twinxpbd-physicsmedical-imagingcudanvidia-isaac

i4h Catheter Navigation Workflow Guide

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

FollowSkills review · FSRS-2.0
Not recommended
52/ 100 5-point scale 2.6 / 5
Trust12 / 25 · 2.4/5

The skill clearly states that it is routing-only and does not run pipeline stages, and it identifies no credential requirement or covert exfiltration behavior. However, it may clone an external GitHub repository into the user's home directory without confirmation and requires command execution, while omitting data-flow disclosure, patient-data handling, network trust boundaries, rollback, and explicit confirmation; points are deducted for these gaps.

Reliability8 / 20 · 2.0/5

The mode registry, fallback table, prerequisites, and troubleshooting guidance are broadly consistent, and BENCHMARK reports external evaluation results. Static review did not execute the commands, and availability of the checkout, GPU, driver, and multiple packages is not reproducible from the supplied files; abnormal-input coverage and failure diagnostics are limited, so the score remains below the static ceiling.

Adaptability10 / 15 · 3.3/5

Trigger scenarios, supported modes, stage skills, and the non-execution boundary are reasonably clear, including the distinction between synthetic rendering and patient-specific flows. Chinese-language support and mainland-China reachability are not addressed, and the core path depends on GitHub cloning and NVIDIA GPU infrastructure; non-fit boundaries are incomplete, so points are deducted.

Convention11 / 15 · 3.7/5

The material provides a name, version, Apache-2.0 license, owner, dependencies, limitations, troubleshooting, skill index, and benchmark report. However, the benchmark flags misplaced version metadata, recommended Instructions and Examples sections are missing, and changelog, maintenance/update path, and rollback guidance are unclear; full marks are not justified.

Effectiveness7 / 15 · 2.3/5

As a workflow overview and router, the purpose, modes, stage sequence, and required response structure are clear. The BENCHMARK reports correctness and effectiveness gains on positive tasks, but it covers only four tasks and was not executed in this review; useful output still depends on other skills and external infrastructure, so the static cap applies.

Verifiability4 / 10 · 2.0/5

The supplied material gives a revision, references to the mode registry and README, dependency locations, and an evaluation report, providing some auditability. It lacks a committed test suite for this selected skill or reproducible execution logs; benchmark results are largely report-level claims and lack corroboration, so evidence coverage is limited.

Evidence confidence:Low Reviewed Jul 29, 2026 Reviewed revision ce70ca7f1966
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
  • The fallback flow may clone code from GitHub into the user's home directory without confirmation; confirm the destination, network source, and change scope before execution.
  • The skill concerns patient-specific CT/DICOM workflows but does not specify de-identification, storage, logging, or access-control requirements; do not send sensitive medical data to unreviewed external services.
  • The core path depends on GitHub, CUDA/Vulkan, an NVIDIA GPU, and multiple unpinned packages; initialization may fail on mainland-China or restricted networks.
  • BENCHMARK is a skill-supplied evaluation report and is not an independent reproduction performed in this static review.
See the full review method →

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

This skill introduces the Isaac for Healthcare endovascular catheter navigation workflow. It explains how the fluorosim stack, XPBD catheter physics, and vasculature digital twin fit together, and lists the available CLI modes. It is an orientation and routing skill, not an execution skill. Hands-on work continues through the stage-specific skills.

The skill locates the i4h-workflows checkout, reads the mode registry in workflows/catheter_navigation/metadata.json, and runs ./i4h modes catheter_navigation to enumerate supported modes. It describes CT preprocessing, vessel segmentation, DRR rendering, and the interactive viewport, identifies relevant scripts, packages, and tests, and routes users to setup, digital-twin, rendering, viewport, smoke-test, or end-to-end skills.

  1. A researcher wants a high-level map of the catheter navigation workflow before running a stage.
  2. A developer needs to confirm whether CT preprocessing, vessel segmentation, DRR rendering, or an interactive viewport is supported.
  3. A medical simulation user is preparing a vasculature digital twin from patient CT data.
  4. An engineer needs to check the GPU, CUDA, and Vulkan prerequisites for GPU-backed modes.
  5. A user encounters a missing mode or fluorosim dependency import error and needs the correct troubleshooting path.

What are this skill's strengths and limitations?

Pros
  • Clearly separates mode registration, workflow components, and follow-on stage skills.
  • Provides a single orientation point for CT, the vasculature digital twin, DRR, and XPBD catheter physics.
  • Includes troubleshooting directions for missing modes and dependency import failures.
  • Does not bundle CT data, allowing users to bring their own NIfTI or DICOM data.
Limitations
  • Only orients and routes; it does not preprocess, render, or simulate.
  • Patient-specific workflows require the separate digital-twin stage.
  • GPU modes require an NVIDIA GPU, CUDA >= 12.8, and a Vulkan-capable driver.
  • RL/IL integration with Isaac Lab is not a first-class stage in v0.7.
  • Complete stage execution commands are not provided here and depend on metadata.json and other skills.

How do you install this skill?

Install the skill from NVIDIA/skills with the skills CLI:

npx skills add nvidia/skills --skill i4h-catheter-navigation --yes

The repository is dual-licensed under Apache License 2.0 and CC BY 4.0; this skill’s SKILL.md declares Apache-2.0. The README does not document a separate client-specific installation directory.

How do you use this skill?

After installation, ask the agent: “What is the catheter navigation workflow, which modes are supported, and where should I start?” The skill locates or reuses i4h-workflows and runs:

REPO_ROOT="${I4H_WORKFLOWS:-$(git rev-parse --show-toplevel 2>/dev/null)}"; [ -d "$REPO_ROOT/workflows/catheter_navigation" ] || REPO_ROOT="$HOME/i4h-workflows"
"${REPO_ROOT}/i4h" modes catheter_navigation

If no checkout is available, the skill documents cloning isaac-for-healthcare/i4h-workflows. Exact stage commands are defined by metadata.json and the stage-specific skills; this overview does not execute a pipeline stage.

FAQ

Does this skill run the catheter simulation directly?
No. It explains the workflow, lists modes, and routes the user to the appropriate stage skill.
Can it be used without CT data?
Yes, for orientation and mode discovery; DRR rendering can use a synthetic phantom when no cache is available. Patient-specific runs require NIfTI or DICOM data.
What hardware is required for GPU modes?
An NVIDIA GPU, CUDA >= 12.8, and a Vulkan-capable driver are required.
What should I do if fluorosim imports fail?
Run i4h-catheter-navigation-setup first, then install the requirements documented by the workflow README.

More skills from this repository

All from NVIDIA/skills

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.

Dev & Engineering ✓ NVIDIA · Official

Catheter Navigation Fluoroscopy Viewport

Launch an interactive fluoroscopy viewport with real-time catheter physics and navigation controls.

Data & Analysis ✓ NVIDIA · Official

Catheter Navigation Vascular Digital Twin

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

Dev & Engineering ✓ NVIDIA · Official

Catheter Navigation E2E Smoke Test

Runs the Isaac for Healthcare v0.7 catheter workflow from setup verification through digital-twin DRR rendering and unit tests.

Dev & Engineering ✓ NVIDIA · Official

Catheter Navigation Setup Verification

Checks host, GPU, and Python path readiness for catheter navigation.

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

NV-Segment-CT Fine-Tuning

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

Data & Analysis ✓ NVIDIA · Official

NV-Generate-MR

Generate synthetic body MRI volumes through NVIDIA’s rflow-mr 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.

Dev & Engineering ✓ NVIDIA · Official

Catheter Navigation Fluoroscopy Smoke Tests

Validate core catheter-navigation workflow behavior on CPU-only CI environments.

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

Synthetic Brain MRI Generator

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

Data & Analysis ✓ NVIDIA · Official

DICOM Series Preflight

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

Dev & Engineering ✓ NVIDIA · Official

Holoscan SDK Setup Guide

Inspects a Linux host and selects the most suitable Holoscan SDK installation path.

Automation & Ops ✓ NVIDIA · Official

TAO NVIDIA GPU Host Setup

Checks and standardizes NVIDIA drivers, CUDA, and container runtime prerequisites for TAO GPU hosts.

Dev & Engineering ✓ NVIDIA · Official

NVIDIA Skill Finder

Finds the right NVIDIA agent skill for product, hardware, and workflow requests.

Data & Analysis ✓ NVIDIA · Official

DICOM CT Series to NIfTI Volume

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

Data & Analysis ✓ NVIDIA · Official

DICOM Metadata Extractor

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

Related skills