What problem does it solve?
Getting started with NVIDIA's Physical AI Data Factory (PAIDF) Auto-Labeling requires coordinating many moving parts: scenario planning, cookbook authoring, prompt and question-bank writing, stage configuration, and workflow-runner execution. This Skill routes each request to the correct specialized reference so agents follow the validated workflow instead of inventing one.
Core Features & Use Cases
- Guided onboarding: Confirms critical inputs (data path, output path, VLM/LLM endpoints, model cache, GPU ids) before any run, then proves the stack with a shipped example cookbook before customization.
- Task routing: Directs requests to specialized references for scenario planning, cookbook authoring, prompt authoring, pipeline migration, video data augmentation, event/person attribute search, event-verification reasoning, runner debugging, and per-stage configuration.
- Safety guardrails: Requires container dry-runs before real execution, forbids committing secrets or absolute paths, and mandates raising max_tokens for reasoning-capable models.
- Use Case: A user with warehouse-safety videos asks how to produce auto-labels; the Skill sequences plan → adapt cookbook → author prompts → configure detection-and-tracking → dry-run → execute and validate.
Quick Start
Ask your agent: "I cloned the PAIDF repo and have my own video data — help me get started producing auto-labels for my domain."