video-search-analysis

Retrieve relevant video segments via natural-language and vectorized semantic matching.

Updated May 18, 2026
One-click install
npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill video-search-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-search-analysis
Source: https://github.com/smyx-sunjinhui/smyx-open-claw-skills/tree/main/skills/video-search-analysis
Command: npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill video-search-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps users quickly locate relevant moments inside long videos by searching for specific targets or natural-language-described scenes, reducing manual scrubbing and wasted viewing time.

Core Features & Use Cases

  • Conventional target retrieval: Detects and indexes conventional objects and people (e.g., people, vehicles, general objects) to find matching segments.
  • Natural language retrieval: Uses multimodal understanding to retrieve video moments via descriptions such as “person wearing red clothes” or “talking on the phone”.
  • Vectorized model matching: Converts video content into high-dimensional vectors to enable fused fuzzy matching across text/image/video modalities, including multi-condition searches.

Quick Start

Ask the skill to search the uploaded video for a described target and return matching time ranges and report links.

Frequently Asked Questions about video-search-analysis

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

FAQPage Schema
How do I search for a specific object or scene in a long surveillance video?

To search a long surveillance video for a specific object or scene, use multimodal semantic retrieval to detect and index targets, returning structured segment matches with time ranges and confidence scores.

Can I use natural language to find video segments of an incident?

Yes, you can use natural language retrieval to find video segments of an incident. Multimodal analysis interprets descriptions like "person wearing red clothes" to locate matching moments without manual scrubbing.

What is vectorized semantic matching for video search?

Vectorized semantic matching for video search converts video content into high-dimensional vectors, enabling fused fuzzy matching across text, image, and video modalities for multi-condition segment localization.

Does video segment localization support local video files and public URLs?

Video segment localization supports input via both local file uploads and public URLs, processing the sources through cloud APIs to return structured time ranges and optional historical reports.

What is the best way to retrieve specific moments from long video assets?

The best way to retrieve specific moments from long video assets is target-based and vectorized semantic matching, which indexes conventional objects and people to return precise time ranges and reduce wasted viewing time.

Do I need to install external libraries to use multimodal video search?

You need the requests library installed to use multimodal video search, as the skill relies on this dependency to communicate with cloud APIs for processing and returning segment localization reports.