What problem does it solve?
Setting up the Isaac for Healthcare (i4h) agentic workflow requires verifying host prerequisites (uv, git, NVIDIA GPU, disk space) and running multiple component setup scripts, which is error-prone when done manually. This Skill guides an agent through preflight checks, idempotent setup execution, and post-install verification.
Core Features & Use Cases
- Host Preflight Checks: Verifies Linux, uv, git, NVIDIA driver/GPU via nvidia-smi, and available disk space before setup.
- Idempotent Setup Execution: Resolves or clones the i4h-workflows repository and runs workflows/agentic/setup.sh with logged output and per-component retry scripts.
- Post-Setup Verification: Confirms environments register and build using --list-envs and --dry-run commands for policy and arena runners.
- Use Case: A robotics engineer on a fresh Linux GPU machine asks the agent to set up the i4h agentic workflow; the agent checks prerequisites, runs setup.sh, tails the log, and reports any missing requirements.
Quick Start
Set up the i4h agentic workflow on this machine and tell me if any host requirements are missing.