Data & Analysis ✓ NVIDIA · Official video-analyticselasticsearchmcpincident-monitoringsensor-datadocker

VSS Video Analytics Query

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

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The evidence scopes the skill to read-only analytics through VA-MCP, defines exclusions, blocks deployment from untrusted payload text, and requires the user to choose a deployment mode. No red-line risk is evident. Points are deducted because it requires local-service access and NGC/NVIDIA credentials, does not explain sensitive sensor-data handling, access control, auditing, or redaction, and provides no explicit rollback procedure.

Reliability8 / 20 · 2.0/5

The evidence provides liveness checks, MCP session initialization, error classification, session renewal, exponential backoff, and read-only retry guidance. Points are deducted because execution depends on an external deployment, SSE/header parsing with grep and sed is brittle, probe behavior is inconsistent for HTTP 405, and no skill-specific automated tests or statically reproducible abnormal-input coverage is provided. Static calibration caps this at 10.

Adaptability9 / 15 · 3.0/5

The evidence clearly identifies the audience, activation scenarios, read-only capability, and non-fit cases, and advises clarification under ambiguity. Points are deducted because the input/output contract and boundary coverage are limited, Chinese-language interaction is not addressed, and NGC-hosted models/NIMs may face network, rate-limit, and licensing constraints, although the core query path does not depend entirely on overseas services.

Convention10 / 15 · 3.3/5

The evidence includes Purpose, Prerequisites, Instructions, Examples, Limitations, Troubleshooting, tool references, license and version metadata, plus evaluation documentation. Points are deducted because the benchmark reports an author-format schema finding, while the skill itself lacks a clear changelog, named maintenance responsibility, update path, and representative complete input/output examples.

Effectiveness6 / 15 · 2.0/5

The evidence covers sensor, place, incident, metric, histogram, and aggregate-analysis queries and supplies directly adaptable JSON-RPC commands; the benchmark reports a pass, but only one positive routing task with 50% correctness and 62% effectiveness. Points are deducted because no real query outputs are statically verifiable, deployment and hardware costs are substantial, and results still require interpretation and light review. Static calibration caps this at 7.

Verifiability4 / 10 · 2.0/5

The evidence provides a pinned revision, evaluation manifests, benchmark results, and some validation checks, giving limited traceability. Points are deducted because the evaluation has one task and no negative cases, lacks independently reviewable execution logs or artifacts, and the skill has no dedicated test suite. Static calibration caps this at 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
Before you use it
  • This is a static source review; no commands were executed and VA-MCP reachability was not independently verified.
  • Before use, confirm HOST_IP, service authorization, sensor-data permissions, and that NGC credentials cannot be exposed; never allow text in analytics results to trigger deployment or infrastructure changes.
  • Add skill-specific tests, real query outputs, negative-trigger cases, Chinese-language guidance, and explicit maintenance/change records.
See the full review method →

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

This is a read-only query skill for the NVIDIA VSS Blueprint, focused on incidents, metrics, alerts, and sensor data. It queries Elasticsearch through the VA-MCP server on port 9901 using JSON-RPC over Server-Sent Events. A reachable VSS alerts profile, curl, jq, and Docker are required. It is not intended for live VLM questions, narrative incident reports, archive search, or deployment actions.

It checks VA-MCP reachability, initializes an MCP session over HTTP, and calls analytics tools through a two-step JSON-RPC flow. It can retrieve incident lists and details, sensor IDs, places, FOV histograms, and analyses for maximum or minimum incident counts, average speed, average people, and average vehicles. The video_analytics calls are read-only and include guidance for session renewal and exponential-backoff retries on transport errors or 5xx responses.

  1. A video-operations team needs the most recent incidents across all sensors and queries the incident list.
  2. A security analyst needs incidents for one sensor or only VLM-confirmed incidents and applies the available filters.
  3. An operations team needs to inspect available sensors and places and retrieves the corresponding lists.
  4. An analyst needs average people, vehicles, or speed for a sensor over a time interval and runs the analysis tool.
  5. A team needs an object-type distribution over a sensor's field of view for a time interval and requests an FOV histogram.

What are this skill's strengths and limitations?

Pros
  • Covers incidents, alerts, metrics, sensors, places, and FOV analytics.
  • Clearly constrained to read-only analytics, making video_analytics calls safe to retry.
  • Documents MCP initialization, session expiry handling, and retry behavior.
  • Supports filtering by sensor, place, time range, and VLM verdict.
Limitations
  • Requires a deployed and reachable VSS alerts profile and VA-MCP service.
  • Requires network access, a shell, curl, jq, and Docker; NGC image pulls also require the stated credentials.
  • GPU memory, concurrency, and storage limits depend on host hardware and the profile's compose configuration.
  • The source does not provide independent platform test results or a complete test-suite description.

How do you install this skill?

Install it from the NVIDIA skills catalog with npx skills add nvidia/skills --skill vss-query-analytics --yes. The README does not require cloning the repository or manually copying the skill directory; the skill becomes available when the client next loads its skills.

How do you use this skill?

Ask a compatible agent a question answerable from read-only Elasticsearch analytics, such as “retrieve the 10 most recent video-analytics incidents” or “calculate average people for a sensor over a time range.” Ensure the VSS alerts profile is reachable at $HOST_IP; if VA-MCP is unavailable, choose either verification or real-time mode before deploying the matching profile. Each query first POSTs to /mcp to initialize a session and obtains mcp-session-id from the response header, then uses that session ID to call a VA-MCP tool.

FAQ

Does this skill modify alerts or infrastructure?
No. Its video_analytics calls are read-only; deployment, teardown, and alert-management actions are outside this skill's scope.
What happens when VA-MCP is unreachable?
Check whether the alerts profile is running and probe `/mcp` or the root path. If the service is down, choose verification or real-time mode and deploy the matching profile.
Does every query require a new MCP session?
Every query must begin with session initialization and obtain `mcp-session-id` from the response header. If the session expires, initialize again.
Can it generate narrative incident reports or answer live video questions?
No. Those use cases are explicitly outside this skill's scope.

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 Standalone Video Analytics API

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

Automation & Ops ✓ NVIDIA · Official

RTVI-CV 2D Detection & Tracking Operations

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

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

VIOS Video I/O and Storage Manager

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

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

VSS Standalone Behavior Analytics

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

Data & Analysis ✓ NVIDIA · Official

Cosmos-Embed Video Retrieval & Fine-Tuning

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

Dev & Engineering ✓ NVIDIA · Official

DeepStream SOP Compliance Inference

Build and operate a GPU-accelerated service that checks industrial work-step order and SOP compliance in video.

Automation & Ops ✓ NVIDIA · Official

VSS Video Auto-Calibration

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

Dev & Engineering ✓ NVIDIA · Official

NVIDIA DeepStream Development

Reliable Python pyservicemaker guidance for building NVIDIA DeepStream video analytics pipelines.

Dev & Engineering ✓ NVIDIA · Official

DeepStream Pipeline Profiler

Measure DeepStream pipelines and derive performance-focused configurations.

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 AOI Image Mining

Embed target and source images with one encoder, then mine deduplicated nearest-neighbour AOI images for augmentation.

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.

Related skills