What problem does it solve? Deploying and operating NVIDIA's RTVI-CV 2D detection/tracking microservice involves many error-prone steps: pulling NGC resources, resolving model and video paths, editing DeepStream configs, managing TensorRT engine caches, and driving the REST API for streams, health, and metrics. This Skill turns that into a guided, step-by-step workflow with deterministic helper scripts. ## Core Features & Use Cases - Guided deployment: End-to-end deploy flow for warehouse-2d, warehouse-3d, smartcity-rtdetr, and smartcity-gdino use cases, with platform detection (x86 dGPU, SBSA, Jetson) and per-step status boxes. - REST API operations: Add/remove/list streams, probe liveness/readiness/startup, collect FPS and GPU metrics, and generate text embeddings against a running instance on port 9000. - Debug and teardown: Troubleshooting runbooks for healthcheck failures, NGC auth errors, and GPU OOM, plus clean container teardown flows. - Use Case: An engineer says "deploy rtvi-cv warehouse 2d with 4 streams and display" — the Skill resolves the ONNX model and videos, applies batch/sink/source configuration inside the container, waits for readiness, and reports live FPS. ## Quick Start Ask the agent to deploy rtvi-cv warehouse 2d with 4 streams and display, then follow the step-by-step prompts it presents.