Automation & Ops ✓ NVIDIA · Official video-alertsincident-queryslack-notificationscamera-onboardingalert-bridgedockervss

VSS Alert Management

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

FollowSkills review · FSRS-2.0
Not recommended
51/ 100 5-point scale 2.6 / 5
Trust15 / 25 · 3.0/5

The document discloses data flows across VSS, Alert Bridge, VIOS, Slack, NGC credentials, and external services, and requires redeploy confirmation, two-step rule deletion, sanitized errors, and Agent-mediated routing. However, the webhook defaults to binding 0.0.0.0, credentials are injected through environment or configuration, mode switching tears down monitoring, and rollback is not defined, so full marks are not justified.

Reliability9 / 20 · 2.3/5

Routing precedence, mode detection, API parameters, abnormal cases, and user-facing error handling are fairly detailed. However, key workflows depend on external skills, deployment state, services, and scripts not included in the supplied evidence. Static review cannot reproduce execution, and no committed CI workflow with key-path test coverage is shown, so the score is capped and reduced.

Adaptability8 / 15 · 2.7/5

The intended audience, alert monitoring, rules, queries, Slack operations, and CV/VLM boundaries are clearly described, including ambiguity handling. Fit is nevertheless narrow because it requires a specific NVIDIA VSS deployment, Docker, GPU capacity, NGC credentials, and reachable services; Chinese-language interaction and mainland-China network compatibility are not addressed.

Convention9 / 15 · 3.0/5

The skill has clear sections for purpose, prerequisites, limitations, troubleshooting, version, author, Apache-2.0 license, GitHub provenance, examples, and cross-skill links. It lacks a clear changelog, explicit maintenance commitment, update procedure, and locked dependency specification, and several referenced files and scripts are absent from the supplied material.

Effectiveness6 / 15 · 2.0/5

The workflows directly cover alert creation, querying, rule management, camera onboarding, and Slack notifications, with usable curl examples, routing rules, and output requirements. Actual value still depends heavily on deployment state, external microservices, and unprovided implementation files, so static evidence cannot support a higher score than the allowed ceiling.

Verifiability4 / 10 · 2.0/5

Version metadata, a benchmark report, and multiple evaluation manifests provide some audit trail. The benchmark is still an in-repository claim, with no verifiable CI workflow, test implementation, execution logs, or independent corroboration demonstrating reproduction of the key paths.

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
  • Do not switch between CV and VLM modes without confirmation; switching tears down the deployment and loses active monitoring state.
  • Slack and NGC credentials are sensitive and should not be exposed in logs, command output, or unprotected .env files; the webhook's default 0.0.0.0 binding should be restricted in production.
  • Rule deletion requires confirmation, but deployment teardown and webhook stopping lack a unified rollback mechanism.
  • Core functionality depends on NVIDIA VSS, Docker, GPU capacity, NGC, and reachable external services; the material does not establish stable operation on mainland-China networks or with Chinese-language requests.
See the full review method →

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

vss-manage-alerts is for the alerts profile of NVIDIA Video Search and Summarization. It routes requests across CV verification and VLM real-time deployments for monitoring, Alert Bridge subscriptions, incident lookup, Slack notifications, camera onboarding, and verifier-prompt customization. It requires a reachable VSS deployment, VIOS sensors, curl, jq, and Docker. Persistent subscriptions and Slack operations require VLM real-time mode, while switching modes tears down the current deployment and stops active monitoring.

Checks Docker containers or generated.env to identify the deployed alerts mode; sends monitoring and incident-query requests through the VSS Agent POST /generate endpoint; guides creation, listing, and deletion of persistent Alert Bridge rules; guides Slack webhook setup, status checks, and test messages through alert-notify; registers RTSP/IP cameras in VIOS; handles CV static-alert onboarding and verifier-prompt customization; and uses curl, jq, Docker, referenced playbooks, and named helper scripts.

  1. A VSS operator needs to start or stop a one-time real-time monitoring session for a named sensor without a detection condition.
  2. A system administrator needs to create, inspect, or delete a persistent alert rule for a specific sensor and condition in VLM real-time mode.
  3. An incident responder needs alerts for a sensor, time range, or detection type queried from the deployed system.
  4. A platform administrator needs to configure, check, or test Slack alert notifications in VLM real-time mode.
  5. A video-system administrator needs to register an RTSP or IP camera in VIOS so the alerts pipeline can use it.
  6. A CV-mode operator needs to onboard static alerts or customize verifier prompts.

What are this skill's strengths and limitations?

Pros
  • Covers monitoring, persistent subscriptions, incident queries, Slack notifications, and camera onboarding in one alert-operations workflow.
  • Clearly separates CV verification and VLM real-time capabilities and defines refusal and redeployment behavior for incompatible requests.
  • Requires live querying for incident questions instead of answering from memory.
  • Includes troubleshooting paths for connection failures, NGC authentication errors, and GPU memory problems.
Limitations
  • It is not standalone; it requires a reachable VSS alerts profile and matching microservices.
  • Alert Bridge subscriptions and Slack notifications are unavailable in CV mode, and switching modes stops current monitoring.
  • NGC-hosted models and NIMs may involve rate limits, GPU-memory requirements, and license terms.
  • The supplied source provides no independent test results or cross-platform execution evidence.

How do you install this skill?

Install the individual skill with the NVIDIA skills CLI:

npx skills add nvidia/skills --skill vss-manage-alerts --yes

The README does not specify the resulting installation directory; the CLI prompts for the skill and destination. Reload the agent's skills after installation.

How do you use this skill?

Ensure an alerts profile is deployed and reachable at $HOST_IP, and provide $NGC_CLI_API_KEY, $NVIDIA_API_KEY, curl, jq, and Docker. Example prompts include "Start real-time alert for sensor warehouse_sample", "Show me recent alerts for sensor warehouse_sample", and "Set up Slack notifications". The skill detects the deployment mode before routing the request. Subscription and Slack requests require VLM real-time mode, while incident queries are sent through the VSS Agent /generate endpoint. Cameras must already be registered in VIOS.

FAQ

Can this skill work without a VSS deployment?
No. It requires a reachable VSS alerts profile at `$HOST_IP`; if the deployment probe fails, the profile must be deployed first.
Can CV mode create subscriptions or send Slack notifications?
No. Both require VLM real-time mode. Redeployment with `vss-deploy-profile -p alerts -m real-time` requires user confirmation because it tears down the current deployment.
What data do incident queries use?
Queries go through the VSS Agent `/generate` endpoint and retrieve CV or VLM alert incidents stored in Elasticsearch.
What should be checked when an operation fails?
Connection refusal usually indicates a stopped microservice; NGC 401/403 errors usually indicate a missing or expired key; OOM or model-load failures indicate insufficient GPU memory.

More skills from this repository

All from NVIDIA/skills

Automation & Ops ✓ NVIDIA · Official

VSS Video Analysis Reports

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

Automation & Ops ✓ NVIDIA · Official

VSS Video Auto-Calibration

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

Data & Analysis ✓ NVIDIA · Official

VSS Video Analytics Query

Read video-analytics incidents, metrics, alerts, and sensor data through VA-MCP.

Automation & Ops ✓ NVIDIA · Official

VSS Archive Video Search

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

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

RTVI-CV 2D Detection & Tracking Operations

Deploy and operate the RTVI-CV 2D video detection and tracking microservice.

Data & Analysis ✓ NVIDIA · Official

Cosmos-Embed Video Retrieval & Fine-Tuning

Use Cosmos-Embed1 to embed, retrieve, deduplicate, and fine-tune video-text data.

Automation & Ops ✓ NVIDIA · Official

VIOS Video I/O and Storage Manager

Manage VIOS sensors, streams, recordings, snapshots, clips, and storage through its REST API.

Data & Analysis ✓ NVIDIA · Official

VSS Video Q&A

Answers visual questions by having an agent inspect a recorded video clip.

Data & Analysis ✓ NVIDIA · Official

TAO BEVFusion Training

Train, evaluate, and run inference on BEV 3D detection models that fuse LiDAR and camera data with TAO.

Data & Analysis ✓ NVIDIA · Official

TAO Video Reasoning Annotation Pipeline

Convert raw videos into chain-of-thought training data.

Dev & Engineering ✓ NVIDIA · Official

HSB QA Test Runner

Filter, execute, and report automatable QA tests on Holoscan Sensor Bridge development hardware.

Data & Analysis ✓ NVIDIA · Official

TAO Grounding DINO Open-Vocabulary Detection

Train and deploy text-guided object detectors without a fixed class vocabulary.

Dev & Engineering ✓ NVIDIA · Official

Holoscan SDK Setup Guide

Inspects a Linux host and selects the most suitable Holoscan SDK installation path.

Automation & Ops ✓ NVIDIA · Official

TAO NVIDIA GPU Host Setup

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

Data & Analysis ✓ NVIDIA · Official

TAO FastFoundationStereo Real-Time Stereo Depth

Run TAO FastFoundationStereo workflows that produce low-latency disparity maps from stereo images.

Automation & Ops ✓ NVIDIA · Official

Jetson LLM Serving

Deploy OpenAI-compatible LLM and VLM servers on Jetson with vLLM or SGLang.

Automation & Ops ✓ NVIDIA · Official

Nemotron Speech NIM Skill

Guides deployment and operation of NVIDIA Riva ASR, TTS, and translation NIMs.

Automation & Ops ✓ NVIDIA · Official

Holoscan NGC Container Installer

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

Data & Analysis ✓ NVIDIA · Official

TAO FoundationStereo Stereo Depth

Generate disparity maps from stereo images and manage FoundationStereo training, evaluation, and deployment for 3D reconstruction.

Related skills