vss-search-archive

Finds video clips from archived sources via natural-language queries in the VSS search pipeline.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Find relevant video clips from archived sources by natural-language queries across the VSS search pipeline.

Core Features & Use Cases

  • Natural-language search across archived video sources using embedding-based retrieval and attribute-based filtering.
  • Ingest new clips or RTSP streams for indexing and later search.
  • Supports end-to-end workflows from source resolution to results presentation with professional reports.

Quick Start

Query archived video with natural language to find occurrences.

Frequently Asked Questions about vss-search-archive

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

FAQPage Schema
How do I search archived video using natural language queries?

Archived video search accepts natural-language queries to find relevant clips across registered sources using embedding-based retrieval and attribute-based filtering. It resolves sources through the VSS search pipeline and presents results in professional reports.

Can I ingest RTSP streams for indexing and later video search?

Yes, you can ingest new video clips or live RTSP streams directly for indexing. Once ingested, the streams become registered sources available for natural-language search and embedding-based retrieval across the archive.

Do I need a deployed VSS search profile to run archived video search?

Yes, prerequisites include a deployed VSS search profile, access to the agent backend, and valid credentials for models and embeddings. Without these environment configurations, the search pipeline cannot resolve sources or perform retrieval.

How does embedding-based retrieval work for archived video clips?

Embedding-based retrieval indexes video clips by generating vector embeddings from ingested streams. When you submit a natural-language query, the system matches query embeddings against indexed video embeddings to locate relevant clips across registered sources.

What's the best way to filter archived video search results by attributes?

The best way to filter archived video search results is combining natural-language queries with attribute-based filtering. This approach narrows embedding-based retrieval results using metadata from registered sources to find specific occurrences efficiently.

Why does video search require credentials for models and embeddings?

Video search requires credentials for models and embeddings because the pipeline must authenticate with backend services to generate vector embeddings from video clips and process natural-language queries for accurate retrieval results.