Automation & Ops ✓ NVIDIA · Official docker-composegpu-deploymentvideo-searchvideo-summarizationnvidia-vssdeployment-debugging

VSS Profile Deployment Assistant

Select, deploy, verify, and troubleshoot NVIDIA VSS Compose profiles for video search and summarization.

FollowSkills review · FSRS-2.0
Blocked
42/ 100 5-point scale 2.1 / 5
Trust9 / 25 · 1.8/5

The skill explicitly provides credential gates, remote-endpoint intent checks, separation of generated.env from the checked-in .env, token non-disclosure, and a pre-deployment review prompt. However, Step 0 requires tearing down an existing deployment and clearing data volumes before the confirmation step, without explicit consent, backup, or recovery evidence in this file. That destructive default is a major deduction and triggers blocking.

Reliability8 / 20 · 2.0/5

The evidence shows a detailed sequence with hardware checks, credential probes, Compose dry-run, configuration validation, container-count gates, readiness checks, and defined stop conditions. However, the referenced files, script implementations, dependencies, and real execution results are not supplied, so static review cannot verify reproducibility or failure behavior. The score stays below the static cap and is reduced for that uncertainty.

Adaptability7 / 15 · 2.3/5

The skill identifies its audience and scenarios, routes five main profiles, handles edge hardware, and excludes standalone microservices. However, trigger coverage is incomplete, input/output contracts depend on external references, Chinese-language support is not stated, and mainland-China network compatibility is not evidenced. Points are deducted for these boundary and environment uncertainties.

Convention8 / 15 · 2.7/5

The evidence includes structured metadata, an Apache-2.0 license declaration, version, product-repository link, routing table, staged workflow, limitations, and a benchmark report. It lacks an author field and Examples section, gives no skill-specific changelog or explicit maintenance owner, and places many installation and troubleshooting details in external references. Points are deducted accordingly.

Effectiveness6 / 15 · 2.0/5

The skill covers deployment, verification, debugging, and teardown, and defines directly actionable outputs such as resolved.yml and health checks. But no independently verifiable representative output is supplied, and the external profile references are absent from the material, so direct completeness and usability across scenarios remain uncertain. The score is conservatively kept within the static cap.

Verifiability4 / 10 · 2.0/5

The evidence includes a pinned revision, product-repository link, committed evaluation report, and multiple evaluation cases, making some claims traceable. It does not include reproducible logs, implemented CI coverage, or independent corroboration, and the core referenced materials are missing. Only limited static evidence is therefore credited.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
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 workflow reaches teardown and data-volume clearing before explicit deployment confirmation; actual use should require explicit consent about data loss and verify recovery options.
  • The supplied material omits the references directory, script implementations, and reproducible execution logs, so hardware matrices, credential probes, and readiness gates cannot be verified statically.
  • Chinese interaction and mainland-China network reachability are not documented; NGC, Hugging Face, Docker registries, and remote endpoints may require additional network configuration.
See the full review method →

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

This skill guides Compose-based deployments of NVIDIA’s Video Search and Summarization (VSS) blueprint. It routes requests to base, alerts, lvs, search, warehouse, or edge profiles and covers host preparation, model placement, credentials, Compose resolution, deployment, readiness checks, and troubleshooting. It can also tear down existing deployments, probe remote model endpoints, and remove dangling optional dependencies from resolved configuration. It does not deploy standalone microservices; hardware sizing and minimum GPU requirements belong to each profile’s reference.

It detects the video-search-and-summarization checkout, inspects GPU, Docker, and network context, and validates credentials and remote model endpoints. It copies .env to generated.env, applies deployment overrides, and runs docker compose config to produce resolved.yml. It runs normalize_resolved_yml.py to remove optional depends_on entries for filtered services, checks access to selected NGC images and model resources, starts the Compose stack, and verifies container counts, health endpoints, the Agent API, the UI, and LLM/VLM endpoints. For failures, it follows common troubleshooting and profile-specific debugging procedures.

  1. A VSS operator needs to deploy the base video search and summarization profile on a host with an NVIDIA GPU, Docker, and the NVIDIA Container Toolkit.
  2. An infrastructure engineer needs to deploy the search, lvs, alerts, or warehouse profile while matching model placement to available hardware.
  3. A team needs to deploy VSS on DGX Spark, AGX Thor, or IGX Thor using the documented edge recipes.
  4. An operator needs to verify that the full deployment path works rather than merely checking whether containers are running.
  5. An engineer needs to diagnose remote LLM/VLM endpoints, NGC entitlement failures, Compose variables, or service-readiness problems.

What are this skill's strengths and limitations?

Pros
  • Covers the deployment lifecycle from host and credential checks through post-deployment readiness verification.
  • Provides explicit routing for base, alerts, lvs, search, warehouse, and edge profiles.
  • Includes remote-model probing, NGC artifact entitlement checks, and dangling depends_on normalization.
  • Separates the checked-in .env defaults from the per-deployment generated.env working copy.
Limitations
  • Requires an NVIDIA GPU, driver, Docker, the NVIDIA Container Toolkit, and the VSS source repository.
  • Deployment may require access to specific NGC artifacts or valid remote model endpoints; missing credentials or entitlement block progress.
  • Scope is limited to Compose-based VSS profiles and excludes standalone microservice deployment.
  • The supplied material does not show a test suite or actual results across hardware platforms; detailed sizing depends on profile references not included here.

How do you install this skill?

Install the specific skill with the skills CLI documented in the repository README:

npx skills add nvidia/skills --skill vss-deploy-profile --yes

For Codex-specific installation:

npx skills add nvidia/skills --skill vss-deploy-profile --agent codex --yes

The README does not provide a separate manual-copy procedure for this individual skill; the collection is installed through the CLI.

How do you use this skill?

After installation, give a compatible agent a concrete request such as "deploy vss", "deploy search", "debug warehouse", or "verify the deploy". The skill then requires repository detection, hardware, credentials, and network checks before copying .env to generated.env, applying overrides, running docker compose --env-file generated.env config > resolved.yml, reviewing and normalizing the result, and starting services after confirmation. It does not silently choose remote models merely because endpoint variables already exist.

FAQ

Can this skill deploy standalone VSS microservices?
No. It is explicitly for Compose-based VSS profiles; standalone microservices belong to the matching vss-deploy-* skill.
Can I deploy without an NGC API key?
Local NIM pulls require NGC_CLI_API_KEY, while remote NIM endpoints require NVIDIA_API_KEY. Missing required credentials or endpoints are deployment blockers.
Will existing remote endpoint variables automatically select remote models?
No. Remote placement requires an explicit user request or supplied endpoint, user agreement when local sizing is insufficient, or an edge recipe that explicitly treats a standalone local service as remote.
Does docker compose up -d mean the deployment is complete?
No. The skill requires a nonzero, expected container count and successful documented readiness checks for the services, API, UI, and selected model endpoints.

More skills from this repository

All from NVIDIA/skills

Automation & Ops ✓ NVIDIA · Official

VSS Video Summarizer

Creates timestamped narrative summaries of recorded videos through LVS, with a VLM fallback.

Automation & Ops ✓ NVIDIA · Official

VSS Standalone Video Analytics API

Deploy and verify NVIDIA’s VSS video analytics REST API without the full warehouse stack.

Automation & Ops ✓ NVIDIA · Official

RT-VLM Dense Captioning Deployment

Deploy and operate NVIDIA RT-VLM to generate dense video captions and manage live streams through a REST API.

Automation & Ops ✓ NVIDIA · Official

VSS Multi-Camera 3D Detection and Tracking

Deploy multi-camera 3D perception with DeepStream and BEV Fusion.

Automation & Ops ✓ NVIDIA · Official

NVIDIA AI-Q Deployment

Deploy, verify, and operate NVIDIA AI-Q Blueprint infrastructure.

Automation & Ops ✓ NVIDIA · Official

VSS Video Embedding Deployment

Deploy and operate NVIDIA’s video embedding service for files, text, and live streams.

Automation & Ops ✓ NVIDIA · Official

AutoMagicCalib Calibration Stack Launcher

Deploy the AutoMagicCalib microservice and web UI with Docker Compose for a ready-to-use camera calibration stack.

Automation & Ops ✓ NVIDIA · Official

VSS Archive Video Search

Search archived video with natural language and ingest files or RTSP streams into a searchable index.

Automation & Ops ✓ NVIDIA · Official

VSS Standalone Behavior Analytics

Deploy and operate VSS behavior analytics independently without bringing up the full warehouse stack.

Automation & Ops ✓ NVIDIA · Official

NVIDIA RAG Blueprint Operations

Deploy, configure, troubleshoot, and manage NVIDIA RAG Blueprint environments.

Automation & Ops ✓ NVIDIA · Official

NVIDIA GPU Docker Runtime Guide

Reusable Docker conventions for authenticating with NGC, exposing NVIDIA GPUs, mounting data, inspecting containers, and diagnosing GPU workload failures.

Automation & Ops ✓ NVIDIA · Official

TAO NVIDIA GPU Host Setup

Checks and standardizes NVIDIA drivers, CUDA, and container runtime prerequisites for TAO GPU hosts.

Dev & Engineering ✓ NVIDIA · Official

TAO Sparse4D Training Skill

Guides agents through training, evaluation, export, quantization, and inference for multi-camera temporal 3D detection and tracking.

Automation & Ops ✓ NVIDIA · Official

VSS Video Analysis Reports

Generates structured reports from recorded video clips or incident time ranges.

Dev & Engineering ✓ NVIDIA · Official

DeepStream Pipeline Builder

Collects pipeline requirements interactively, then generates and validates runnable GStreamer inference pipelines for NVIDIA DeepStream.

Automation & Ops ✓ NVIDIA · Official

Holoscan NGC Container Installer

Install, validate, and launch NVIDIA Holoscan SDK through an NGC Docker container.

Automation & Ops ✓ NVIDIA · Official

VSS Video Auto-Calibration

Run end-to-end AutoMagicCalib calibration for local videos, RTSP cameras, or the bundled sample dataset.

Automation & Ops ✓ NVIDIA · Official

VSS Alert Management

Operate NVIDIA VSS real-time alerts, subscriptions, incident queries, Slack notifications, and camera onboarding.

Automation & Ops ✓ NVIDIA · Official

Dynamo Recipe Runner

Select, validate, minimally patch, and deploy existing NVIDIA Dynamo inference recipes on Kubernetes.

Dev & Engineering ✓ NVIDIA · Official

Holoscan SDK Source Builder

Build Holoscan SDK from source in a Docker container and produce a local CMake-consumable installation tree.

Related skills