Data & Analysis ✓ NVIDIA · Official hdf5dataset-augmentationtrajectory-mimicaction-noisestate-noiseisaac-for-healthcare

I4H Mimic Dataset Augmentation

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

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

The skill documents inputs, outputs, noise parameters, and source-data checks, and avoids silently falling back from empty data; however, it clones from GitHub, creates directories and a symlink without explicit user confirmation, and uses --overwrite without a rollback procedure. Permission scope, data-flow risks, and sensitive-data handling are incomplete, so points are deducted.

Reliability8 / 20 · 2.0/5

The ordered workflow, input validation, environment consistency check, and troubleshooting guidance are useful; however, the dependency repository is not version-pinned, key scripts and runtime details are not included in the selected skill path, and static review cannot verify execution. The score is conservatively bounded by the static cap.

Adaptability10 / 15 · 3.3/5

The audience, intended augmentation use cases, non-fit recording scenario, HDF5 input, environment ID, and optional visualization chain are clear; however, the skill is narrowly tied to the i4h workflow, trigger boundaries are only partially specified, and missing dependencies may require GitHub access that can be unreliable or unreachable from mainland China, so points are deducted.

Convention10 / 15 · 3.3/5

Version 0.6.0, Apache-2.0, author, dependencies, limitations, troubleshooting, and final reporting fields are documented. Points are deducted for missing recommended Instructions and Examples sections, no explicit changelog or maintenance/update path, and limited concrete parameter examples. Repository license metadata is NOASSERTION, which further weakens governance clarity.

Effectiveness6 / 15 · 2.0/5

The skill provides a directly actionable path from an existing recording to an augmented HDF5, episode-count verification, and optional visualization. The benchmark reports passing two positive tasks and some correctness uplift; however, Codex correctness was 65% and effectiveness 27%, the dataset had only two positive tasks and no negative cases, and no directly inspectable output is included. The static ceiling therefore applies.

Verifiability4 / 10 · 2.0/5

The pinned source contains auditable instructions, evaluation tasks, and a results summary; however, it lacks committed key-path tests, raw execution logs, or independently reproducible artifacts. The benchmark summary alone supports only limited verification, so the score remains low.

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 default commands clone an unpinned workflow repository from GitHub when absent; confirm network access, source revision, and user authorization before execution.
  • --overwrite can replace the specified output; use an explicit new output path and preserve the input as a backup.
  • Robot-trajectory HDF5 files may contain sensitive or regulated data; the skill does not specify anonymization, access control, or log-data handling.
  • The benchmark has only two positive tasks, no negative tasks, and no raw execution evidence; it should not be treated as comprehensive validation.
See the full review method →

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

This skill expands HDF5 recordings used in Isaac for Healthcare workflows. It clones existing trajectories and adds small action and state perturbations to create additional episodes. It requires an existing input HDF5 containing successful episodes and the environment ID that produced the recording. It does not record new demonstrations or alter visual data.

The skill resolves the i4h-workflows base code, checks that the input HDF5 exists and contains episodes, creates a mimic run directory, and invokes mimic/run.sh to expand the dataset. The documented example targets scissor_pick_and_place, adds 3 episodes with a noise standard deviation of 0.01, and preserves the source episodes. It then uses the workflow virtual environment to verify that the output episode count equals the source count plus the requested additions.

  1. An Isaac for Healthcare robotics dataset developer wants more training trajectories from existing HDF5 demonstrations.
  2. A user who has completed teleoperation or validation and has successful recordings wants to augment the dataset.
  3. A user needs simulated action and state variation without recording new demonstrations.
  4. A user who also requests visualization can mimic first, then convert the augmented HDF5 and launch the visualization workflow.

What are this skill's strengths and limitations?

Pros
  • Documents a complete flow from input validation through augmentation and episode-count verification.
  • Keeps source demonstrations by default, allowing original and generated data to be used together.
  • Explicitly rejects empty HDF5 files and failed recordings as invalid sources.
  • Can be chained with documented conversion and visualization skills when requested.
Limitations
  • Requires an existing HDF5 recording with successful episodes.
  • The environment ID, state dimensions, and action dimensions must match the input recording.
  • Perturbs actions and states only; it does not augment or change visual data.
  • The source provides no standalone test suite, platform coverage, or performance benchmarks.

How do you install this skill?

Install the skill from NVIDIA's collection with: npx skills add nvidia/skills --skill i4h-workflow-dataset-mimic --yes. Alternatively, run npx skills add nvidia/skills and select the skill interactively. The source does not document a separate package installation for i4h-workflows; the skill reuses the current checkout or clones it to ~/i4h-workflows when needed.

How do you use this skill?

Ask the agent to do something such as “augment my HDF5 dataset” or “mimic 3 episodes with 0.01 noise,” and provide an existing input HDF5 plus its environment ID. The input must exist and contain at least one episode. The documented command uses ENV_ID=scissor_pick_and_place, --episodes 3, --noise-std 0.01, --include-source, and --overwrite. Do not use this skill to record new demonstrations.

How does this skill compare with similar options?

The skill explicitly distinguishes augmenting an existing dataset from recording new demonstrations; new demonstrations should use i4h-workflow-dataset-teleop. The source provides no other verifiable competitor or alternative comparison.

FAQ

Can I use it without an input HDF5 file?
No. --input must point to an existing HDF5 file, and the skill rejects missing files or files with no episodes.
Does it generate new visual data?
No. It perturbs actions and states, not visuals.
Can I use a different environment ID from the input recording?
You should not. The environment ID must match the environment that produced the recording, or state/action dimensions may fail validation.
Is there public pricing information?
The supplied source material does not provide pricing information for this skill or its workflow.

More skills from this repository

All from NVIDIA/skills

Dev & Engineering ✓ NVIDIA · Official

Isaac for Healthcare Workflow Validator

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

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.

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

LeRobot Dataset Visualizer

Inspect converted LeRobot datasets in a local browser.

Automation & Ops ✓ NVIDIA · Official

Isaac for Healthcare E2E Workflow

Run the Isaac for Healthcare pipeline from recording through validation.

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.

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

I4H Policy Fine-Tuning

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

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

NeMo AutoModel Model Onboarding

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

Automation & Ops ✓ NVIDIA · Official

TAO Workflow Launch Gate

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

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Info Check

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

Data & Analysis ✓ NVIDIA · Official

TAO DAFT Dataset Validator

Validate TAO DAFT dataset structure, schemas, and cross-references with tao-daft validate.

Dev & Engineering ✓ NVIDIA · Official

AMC Sample Dataset Calibration

Verify a running NVIDIA AutoMagicCalib service end to end with its bundled sample dataset.

Related skills