Dev & Engineering ✓ NVIDIA · Official isaac-simhdf5episode-replayvisual-verificationroboticssimulationisaac-for-healthcare

Isaac for Healthcare Dataset Replay

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

FollowSkills review · FSRS-2.0
Not recommended
48/ 100 5-point scale 2.4 / 5
Trust15 / 25 · 3.0/5

The skill keeps the HDF5 input local and records replay logs under the runs directory; no credential theft, covert exfiltration, or malware is evident. However, it may clone code from GitHub, create directories and a symlink, and launch Isaac Sim without an explicit confirmation step. It does not address potentially sensitive healthcare data, permission boundaries, or rollback, so points are deducted.

Reliability8 / 20 · 2.0/5

The ordered steps, environment variables, file validation, candidate listing, episode-index guidance, and troubleshooting are coherent. Still, availability of i4h-workflows, Isaac Sim, the virtual environment, and the matching environment is not verified by this file; ENV_ID is hard-coded, and no executable tests cover this skill's key path. Static calibration therefore limits the score.

Adaptability7 / 15 · 2.3/5

The trigger, HDF5 input, environment identifier, episode index, and non-fit cases are mostly clear, including ordinal-to-zero-based index mapping. The core workflow depends on Isaac Sim and GitHub-hosted code, with no mainland-China reachability or offline alternative guidance and no Chinese-language support, so points are deducted.

Convention9 / 15 · 3.0/5

The skill provides a name, version, purpose, dependencies, limitations, troubleshooting, final-output requirements, Apache-2.0 licensing, owner information, and an evaluation report. It lacks the recommended Instructions and Examples sections, provides limited maintenance/change-path detail, and repository-level NOASSERTION metadata weakens governance clarity.

Effectiveness5 / 15 · 1.7/5

The intended task—replaying an HDF5 recording in Isaac Sim for visual verification—has directly usable commands and a defined final report. However, the supplied evaluation covers only two positive tasks, has no negative-trigger cases, reports 41% effectiveness, and includes no replay artifacts or key-output evidence; only limited credit is justified.

Verifiability4 / 10 · 2.0/5

The skill includes concrete commands, failure conditions, and a pinned skill version, while BENCHMARK.md supplies a limited third-party evaluation summary. There are no replay logs, committed tests for this skill, or independent reproduction artifacts; the evaluation has only two tasks and no negative cases, so key claims remain weakly corroborated.

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
  • Before execution, verify that I4H_WORKFLOWS, the HDF5 path, and the environment source are trusted; cloning, directory/symlink creation, and simulator launch should require user confirmation.
  • HDF5 recordings may contain healthcare or other sensitive data; restrict file and log permissions and avoid uncontrolled disclosure of paths or contents.
  • GitHub and Isaac Sim dependencies may be affected by mainland-China network access, licensing, or hardware constraints; provide reachable mirrors or an offline installation path.
  • The evaluation covers only two positive tasks and does not establish error recovery, negative triggering, or real visual-result quality.
See the full review method →

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

This skill replays a recorded HDF5 episode inside Isaac Sim for visual verification. It drives the Arena replay command from the i4h-workflows codebase and selects an episode by zero-based index. An existing HDF5 recording is required, and the environment ID must match the environment that produced it. Each invocation replays one episode and does not modify or expand the recording.

Resolves or reuses an i4h-workflows checkout and clones it from GitHub when needed; checks that HDF5_PATH points to an existing absolute-path recording; creates a timestamped replay directory and log directory; runs arena/run.sh --replay with the selected environment, HDF5 path, and episode index; writes command output to replay.log; and reports the environment, recording path, episode index, launch outcome, and visible mismatches.

  1. An Isaac for Healthcare user wants to visually inspect an HDF5 recording produced by teleoperation, mimic, or validation.
  2. A robotics data engineer wants to verify a recording before conversion or training.
  3. A user needs to replay a specific episode, such as the first or second episode, using zero-based indexing.
  4. A user needs to diagnose an invalid HDF5 path, an out-of-range episode index, a missing workflow setup, or an environment mismatch.

What are this skill's strengths and limitations?

Pros
  • A focused workflow for visual replay of HDF5 episodes in Isaac Sim.
  • Provides explicit zero-based episode selection, including a second-episode example.
  • Checks the recording path and creates a separate run and log directory.
  • Documents common failures involving setup, paths, episode indexes, and environment IDs.
Limitations
  • An existing HDF5 recording is mandatory; the skill does not provide a default demo.hdf5.
  • Requires Isaac Sim, i4h-workflows, and a configured workflow environment; the source gives no platform matrix or test-suite evidence.
  • Only one episode is replayed per invocation, and replay is limited to visual verification.
  • Requires shell and filesystem access, and may require network access to clone i4h-workflows.

How do you install this skill?

Install the individual skill through the NVIDIA/skills skills CLI:

npx skills add nvidia/skills --skill i4h-workflow-dataset-replay --yes

The README does not describe a separate package for this skill. After installation, an agent can load it when a relevant task is encountered.

How do you use this skill?

First configure the workflow with i4h-workflow-setup, ensure .venv exists, and provide an existing HDF5 recording using an absolute path. Example trigger: "Replay the second episode from this HDF5 recording in Isaac Sim." For the second episode, set EPISODE_INDEX=1; use 0 for the first episode. The skill then sets HDF5_PATH, ENV_ID, and a run directory, and executes:

"${REPO_ROOT}/workflows/agentic/arena/run.sh" --env "${ENV_ID}" --replay "${HDF5_PATH}" --episode-index "${EPISODE_INDEX}"

ENV_ID must be the environment that produced the HDF5 recording.

FAQ

Does it modify or convert the HDF5 recording?
No. The source explicitly limits it to visual verification and says replay does not modify or expand the recording.
Can it run without an HDF5 file?
No. HDF5_PATH must identify an existing recording by absolute path; an unset or invalid path causes the skill to list candidates and exit.
Why might playback be mismatched or garbled?
The documented cause is using an environment ID different from the one that produced the recording; an episode index outside the HDF5 range is another documented failure.
Does the source state whether using it costs money?
No. The provided source material does not specify pricing.

More skills from this repository

All from NVIDIA/skills

Dev & Engineering ✓ NVIDIA · Official

I4H Workflow Environment Creator

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

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 Converter

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

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 Mimic Dataset Augmentation

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

Dev & Engineering ✓ NVIDIA · Official

I4H Scene Editing Workflow

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

Dev & Engineering ✓ NVIDIA · Official

Isaac for Healthcare Workflow Validator

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

Dev & Engineering ✓ NVIDIA · Official

I4H Policy Fine-Tuning

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

Automation & Ops ✓ NVIDIA · Official

Isaac for Healthcare E2E Workflow

Run the Isaac for Healthcare pipeline from recording through validation.

Dev & Engineering ✓ NVIDIA · Official

i4h Agentic Workflow Guide

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

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 Setup Verification

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

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

Jetson BSP Info Check

Verify Jetson BSP version, board configs, and rootfs state before flashing.

Dev & Engineering ✓ NVIDIA · Official

cuPyNumeric Installation Guide

Guides safe cuPyNumeric installation and verifies that it actually works.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Quick Start

Choose a Jetson BSP customization path and hand validated intake answers to the right setup skills.

Dev & Engineering ✓ NVIDIA · Official

NVIDIA NuRec Neural Reconstruction Router

Routes NuRec requests to the right upstream workflow skill.

Related skills