vss-manage-video-io-storage

Automate VIOS sensor, stream, and storage management via REST API.

Updated May 29, 2026
One-click install
npx skills add https://github.com/rblake2320/vigil --skill vss-manage-video-io-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vss-manage-video-io-storage
Source: https://github.com/rblake2320/vigil/tree/main/.claude/skills/vss-manage-video-io-storage
Command: npx skills add https://github.com/rblake2320/vigil --skill vss-manage-video-io-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a unified client experience for VIOS video ingestion, storage, and retrieval via the VIOS REST API, enabling automated management of sensors, streams, timelines, clips, and snapshots in VSS deployments.

Core Features & Use Cases

  • Sensor and stream lifecycle: register sensors, manage streams, query timelines, and inspect storage usage across VIOS components.
  • Clip and snapshot retrieval: download or URL-access video clips and stills from stored footage for downstream analytics and captioning workloads.
  • NvStreamer and WebRTC integration: coordinate on-disk video uploads, file-backed sensors, live replay, and WebRTC playback within VIOS workflows.

Quick Start

Register a VIOS sensor, upload a video, and fetch a snapshot or a clip using the VIOS REST API.

Frequently Asked Questions about vss-manage-video-io-storage

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

FAQPage Schema
How do I automate VIOS sensor registration and stream management via REST API?

You can automate VIOS sensor registration and stream management by using a REST API client to add sensors, register streams, and query timelines across VIOS deployments. This handles the full sensor and stream lifecycle programmatically.

Can I extract video clips and snapshots from stored VIOS footage using an API?

Yes, you can extract video clips and snapshots from stored VIOS footage by querying the REST API. The client supports downloading or URL-accessing stills and clips for downstream analytics workloads.

How do I upload on-disk video files to VIOS for file-backed sensor streaming?

To upload on-disk video files to VIOS, use the REST API to coordinate file-backed sensor creation and video ingestion. This integrates with NvStreamer to enable live replay and WebRTC playback workflows.

What is the best way to query storage usage and timelines across VIOS deployments?

The best way to query storage usage and timelines across VIOS deployments is via the REST API, which provides unified endpoints to inspect storage metrics and retrieve historical timeline data for registered sensors.

Does VIOS video management support WebRTC playback and live replay integration?

Yes, VIOS video management supports WebRTC playback and live replay integration. The REST API coordinates with NvStreamer to manage file-backed sensors and enable real-time streaming within VIOS workflows.