Agent skill · NVIDIA
vss-deploy-profile
Use to select, configure, deploy, verify, debug, or tear down a VSS profile (base, search, lvs, warehouse, edge). Not for standalone microservices — use the vss-deploy-* skill.
What it needs
About 11k tokens when loaded.
What this skill does
VSS Deploy Available Scripts Script Purpose Arguments --- --- --- scripts/normalizeresolvedyml.py Strip optional dependson entries for services filtered out of resolved.yml before deploy. Path to resolved.yml scripts/proberemotemodels.sh Probe an OpenAI-compatible remote LLM/VLM endpoint and verify the selected model id. Base URL, optional expected model id Profile Routing Match the user's request to a profile, then load that profile's reference for sizing, services, env recipes, and debugging. User says Profile Reference --- --- --- "deploy vss" / "deploy base" base references/base.md "deploy alerts" / "alert verification" / "real-time alerts" / "deploy for incident report" alerts references/alerts.md "deploy lvs" / "video summarization" lvs references/lvs-profile.md "deploy search" / "video search" search references/search.md "deploy warehouse" / "warehouse blueprint" / "vss warehouse" warehouse references/warehouse.md "debug warehouse" / "warehouse not working" / "warehouse FPS low" / "warehouse BEV out of sync" warehouse (debug) references/warehouse-debug.md Edge hardware routing (DGX Spark, AGX/IGX Thor): see references/edge.md. DGX Spark uses the Spark Nano 9B standalone local LLM on port 30081; AGX/IGX Thor uses the Edge 4B standalone vLLM fallback. Each profile's reference owns its sizing table. Don't pick a deployment shape from this file — open the profile reference and check minimum GPU count for the host's hardware against the (mode × platform) matrix there. Instructions The deployment flow is always: copy .env to generated.env, apply overrides, dry-run compose into resolved.yml, review, normalize, deploy, then wait for readiness. .env is read-only checked-in defaults; generated.env is the per-deploy working copy. Step 1c covers this in full. Prerequisites 1. Repo path — auto-detect video-search-and-summarization/ before asking the user. Use the detected path as $REPO for all subsequent commands. 2. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills NVIDIA/vss-deploy-profile