NVIDIA/video-search-and-summarization/rt-vlm
Use this skill when working with the RTVI VLM or RT-VLM microservice API on VSS 3.1.
Installation
Install this skill (Claude Code)
# Clone and copy the skill into your project
git clone https://github.com/NVIDIA/skills.git
mkdir -p .claude/skills
cp -r skills/skills/video-search-and-summarization/rt-vlm .claude/skills/
# Or for personal use: ~/.claude/skills/Related in video-search-and-summarization
NVIDIA/video-search-and-summarization/alerts
Manage and monitor VSS alerts after the alerts profile is deployed.
NVIDIA/video-search-and-summarization/deploy
Deploy, debug, or tear down any VSS profile using a compose-centric workflow — config (dry-run) with env overrides, review resolved compose, then compose up.
NVIDIA/video-search-and-summarization/report
Produce video analysis reports by discovering the deployed VSS agent, querying POST /generate for a timestamped captioned summary of the clip, then formatting the agent reply as th...
NVIDIA/video-search-and-summarization/video-analytics
Query video analytics data and metrics from Elastic search via the VA-MCP server (port 9901).
NVIDIA/video-search-and-summarization/video-search
Search video archives using natural language — find events, objects, actions, and people across recorded video using fusion search (Cosmos Embed1 semantic search + CV attribute sea...
NVIDIA/video-search-and-summarization/video-summarization
Summarize a video by calling the VLM NIM or the Long Video Summarization (LVS) microservice directly.