vss-deploy-profile

Deploy and validate NVIDIA VSS profiles with preflight checks and readiness gates.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill vss-deploy-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vss-deploy-profile
Source: https://github.com/sayalinvidia/sayali-skills-test/tree/main/skills/vss-deploy-profile
Command: npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill vss-deploy-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the end-to-end deployment of NVIDIA VSS profiles on a host, coordinating environment setup, dependency validation, and readiness checks to ensure a correct, reproducible rollout.

Core Features & Use Cases

  • Orchestrates deployment for base, lvs, search, and alerts profiles with preflight checks, env generation, dry-run, and post-deploy verification.
  • Supports remote/local LLM/VLM configurations, profile routing, and per-profile references for sizing and prerequisites.
  • Provides a documented, repeatable workflow from SKILL.md metadata to a healthy, ready-to-use VSS stack.

Quick Start

Invoke this skill to deploy a VSS profile on the host and verify readiness end-to-end.

Frequently Asked Questions about vss-deploy-profile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate NVIDIA VSS profile deployment and validation on a host?

Automate NVIDIA VSS profile deployment by orchestrating environment setup, dependency checks, and readiness gates to ensure correct services are deployed. It manages base, lvs, search, and alerts profiles end-to-end for a given hardware configuration.

What prerequisites do I need to check before deploying a VSS stack with docker-compose?

Before deploying a VSS stack, pre-flight prerequisites enforce hardware configuration validation, environment setup, and dependency resolution. The workflow validates docker-compose readiness and generates required environment variables before initiating the rollout.

Can I perform a dry-run for VSS profile orchestration before applying changes?

Yes, VSS profile orchestration supports an optional dry-run to validate docker-compose resolution and readiness gates. This ensures correct services are configured and pre-flight checks pass before declaring deployment complete.

Does VSS deployment support both remote and local LLM or VLM configurations?

VSS deployment supports optional remote and local LLM/VLM configurations. It handles profile routing and per-profile references for sizing and prerequisites, ensuring the correct model services are deployed.

What is the best way to ensure a reproducible workflow from SKILL.md metadata to a ready-to-use VSS stack?

Ensure a reproducible VSS workflow by enforcing validation from SKILL.md metadata through docker-compose resolution and post-deploy verification. This documented, repeatable process guarantees a healthy, ready-to-use stack.