Dev & Engineering ✓ NVIDIA · Official isaac-for-healthcareworkflow-validationpolicy-rolloutstate-machinehdf5arenacheckpoint-evaluation

Isaac for Healthcare Workflow Validator

Run policy or state-machine rollouts and record verification episodes to HDF5.

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

The skill discloses cloning an external repository, starting a policy daemon and simulator, and writing logs and HDF5 data; it includes cleanup and annotation limits, but default cloning, high-resource process startup, and external effects require no user confirmation. Data-flow disclosure, sensitive-data isolation, dependency pinning, and rollback are incomplete, so points are deducted. No malware, credential theft, or covert exfiltration red line is evident.

Reliability9 / 20 · 2.3/5

The workflow gives fairly complete sequencing, state-machine branching, cleanup traps, log checks, and troubleshooting. However, it depends on an external repository, environment YAML, virtual environments, models, and GPU runtime, and key paths were not executed in this static review. Static calibration therefore caps the score at 10.

Adaptability9 / 15 · 3.0/5

Purpose, trigger semantics, inputs, policy evaluation, and state-machine boundaries are reasonably clear, with several evaluation tasks covering intended routing. Non-fit cases, Chinese-language interaction support, and alternatives for unreachable networks are under-specified; the default GitHub clone may be difficult on mainland-China networks, so points are deducted.

Convention10 / 15 · 3.3/5

The skill provides a name, version 0.6.1, Apache-2.0 license, author, dependencies, limitations, troubleshooting, output description, and evaluation records. It lacks dedicated Instructions and Examples sections, maintenance ownership and changelog detail are incomplete, and repository license metadata is NOASSERTION, leaving governance uncertainty.

Effectiveness6 / 15 · 2.0/5

The workflow maps environments, episode counts, checkpoints, and timestep caps into policy or simulator runs and produces HDF5 and logs. The committed evaluation summary reports limited correctness and effectiveness, and no directly usable artifact was independently verified in this static review. Static calibration caps effectiveness at 7, with further deduction for incomplete evidence.

Verifiability4 / 10 · 2.0/5

Versioned skill files, an evaluation task list, and a dated NVSkills-Eval summary provide some traceability. There are no raw logs, committed key-path tests, CI coverage, or independently reproducible artifacts, so the evidence remains mainly a declarative report and cannot exceed the static-review cap of 5.

Evidence confidence:Low Reviewed Jul 29, 2026 Reviewed revision ce70ca7f1966
Before you use it
  • Execution may access or clone an external GitHub repository, start policy and simulator processes, and consume GPU resources; confirm network, resource, and external-effect boundaries in a controlled environment first.
  • Handling rules for model, environment, and HDF5 data flows—including potentially sensitive or patient-related data—are incomplete; do not place credentials or sensitive data in prompts, logs, or outputs.
  • The evaluation report lacks raw artifacts and reproducible tests, so its PASS verdict and percentages should not be treated as independently verified results.
See the full review method →

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

This skill validates, evaluates, or runs policies, checkpoints, and scripted state-machine controllers in Isaac for Healthcare environments. It reads policy and Arena defaults from an environment YAML file, launches the required processes, and records verification episodes. Outputs include an HDF5 recording plus Arena and policy logs. It requires a prepared i4h-workflows checkout and a valid environment and model source.

Resolves the i4h-workflows checkout and reads workflows/agentic/config/environments/<env>.yaml for the model source, task description, health port, and Arena timestep default; creates an evaluation run directory; starts the policy daemon and Arena, or runs Arena with --state-machine when explicitly requested; executes the requested number of episodes and timesteps; writes verify.hdf5 to an absolute path; and inspects Arena and policy logs. The optional VLM annotator is run only when the user requests success labels.

  1. An Isaac for Healthcare user needs to validate a default environment policy over one or more episodes and save the rollout data.
  2. A checkpoint user needs to evaluate a new or latest checkpoint for a specified timestep cap.
  3. A developer needs a surgical state-machine smoke run using Arena without a policy daemon.
  4. An operator needs to confirm that the policy daemon, Arena, recorder, and log outputs work together.

What are this skill's strengths and limitations?

Pros
  • Covers policy, checkpoint, and scripted state-machine validation.
  • Reads model and Arena defaults from the environment configuration as the source of truth.
  • Produces an HDF5 episode recording and separate policy and Arena logs.
  • Documents cleanup of the policy daemon after Arena exits, including failed runs.
Limitations
  • Requires a prepared i4h-workflows checkout, Python virtual environment, matching environment YAML, and a model source.
  • Policy evaluation requires both the policy daemon and Arena; Arena opens a simulation window by default.
  • The --record-to destination must be absolute to avoid nested orphan directories.
  • VLM annotation is outside the default rollout and must be explicitly requested.

How do you install this skill?

Install the skill from NVIDIA's collection with: npx skills add nvidia/skills --skill i4h-workflow-validate --yes. For Codex, use: npx skills add nvidia/skills --skill i4h-workflow-validate --agent codex --yes. Then complete the i4h-workflow-setup prerequisite; its setup procedure is not included here.

How do you use this skill?

Ask the agent, for example, “Validate the scissor_pick_and_place policy for 1 episode” or “Run a state-machine smoke test for 200 timesteps.” Before execution, set I4H_WORKFLOWS when reusing an existing checkout, choose ENV_ID and EPISODES, and set MAX_TIMESTEPS when requested. Follow Step 1 and then Step 2A for policy evaluation or Step 3 for state-machine runs. Policy evaluation must keep policy/run.sh --ensure and arena/run.sh in one controlled shell, then inspect RUN_DIR/data/verify.hdf5, arena.log, and policy.log.

FAQ

Does this skill train a model?
No. It runs policies, checkpoints, or state machines for validation and recording; training is not described in the source.
Can it evaluate the latest checkpoint?
Yes. When the prompt says “new checkpoint” or “latest checkpoint” and MODEL_PATH is not set, use USE_LATEST_CHECKPOINT=1 so the workflow searches the runs directory for the newest checkpoint.
Does a state-machine run need the policy daemon?
No. When state machine is explicitly requested, use Arena with --state-machine and skip the policy daemon.
What happens if Arena fails?
The documented controlled flow records Arena's status and stops the policy daemon after Arena exits, whether episodes succeeded or failed.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

I4H Mimic Dataset Augmentation

Augment an existing HDF5 recording by cloning trajectories with action and state noise.

Dev & Engineering ✓ NVIDIA · Official

I4H Workflow Environment Creator

Scaffold a runnable Isaac for Healthcare environment by forking a proven existing environment.

Dev & Engineering ✓ NVIDIA · Official

Isaac for Healthcare Dataset Replay

Replay HDF5 episodes in Isaac Sim to verify recorded robot behavior visually.

Data & Analysis ✓ NVIDIA · Official

I4H Teleoperation Dataset Recorder

Record human demonstrations from keyboard, SO-ARM leader, or VR teleoperation into HDF5.

Data & Analysis ✓ NVIDIA · Official

i4H Dataset Annotation Workflow

Use a vision-language model to verify task success and filter episodes for fine-tuning.

Data & Analysis ✓ NVIDIA · Official

I4H Dataset Converter

Convert Isaac for Healthcare HDF5 recordings into training-ready LeRobot datasets.

Automation & Ops ✓ NVIDIA · Official

Isaac for Healthcare E2E Workflow

Run the Isaac for Healthcare pipeline from recording through validation.

Dev & Engineering ✓ NVIDIA · Official

I4H Policy Fine-Tuning

Fine-tune GR00T or openpi PI0 policies on recorded LeRobot demonstrations.

Dev & Engineering ✓ NVIDIA · Official

I4H Scene Editing Workflow

Edit existing Isaac for Healthcare scenes live through a controlled bridge session.

Dev & Engineering ✓ NVIDIA · Official

Catheter Navigation Setup Verification

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

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

LeRobot Dataset Visualizer

Inspect converted LeRobot datasets in a local browser.

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.

Data & Analysis ✓ NVIDIA · Official

cuPyNumeric Parallel HDF5 I/O

Move distributed cuPyNumeric arrays through single-file HDF5 in parallel.

Data & Analysis ✓ NVIDIA · Official

cuPyNumeric Parallel Shard Loader

Builds processor-sized parallel loading paths from sharded on-disk data into distributed cuPyNumeric arrays.

Dev & Engineering ✓ NVIDIA · Official

i4h Agentic Workflow Guide

Navigate supported medical-robotics environments, policies, and workflow stages.

Automation & Ops ✓ NVIDIA · Official

TAO Workflow Launch Gate

Preflight TAO jobs across platforms, credentials, data, containers, and monitoring.

Data & Analysis ✓ NVIDIA · Official

Nemotron Retrieval Recipes

Plan, debug, tune, evaluate, export, and deploy Nemotron embedding and reranking recipes.

Data & Analysis ✓ NVIDIA · Official

DICOM Series Preflight

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

Dev & Engineering ✓ NVIDIA · Official

NeMo AutoModel Model Onboarding

A structured guide for adding new LLM, MoE, and VLM architectures to NeMo AutoModel.

Related skills