From twelvelabs
Search indexed videos using natural language. Use when the user wants to find specific content, moments, or scenes in their indexed videos. Triggers on phrases like "find the part where...", "search for...", "look for...", "where does...", "when does...".
npx claudepluginhub twelvelabs-io/twelve-labs-claude-code-pluginThis skill uses the workspace's default tool permissions.
Search indexed videos using natural language descriptions. TwelveLabs interprets your query to find matching content based on visual elements, actions, sounds, and on-screen text.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
Search indexed videos using natural language descriptions. TwelveLabs interprets your query to find matching content based on visual elements, actions, sounds, and on-screen text.
Use this skill when the user:
Identify what the user wants to find from their natural language request. Convert their question into a search query.
Examples:
Use the mcp__twelvelabs-mcp__search tool:
Tool: mcp__twelvelabs-mcp__search
Parameters:
query: "<extracted search query>"
Note: The search is performed across all videos in the default index. To search a specific index, provide the optional indexId parameter.
Format the search results clearly for the user. The search returns matching segments with timestamps.
For each video with matching segments, display:
Example output with results:
Found matches for: "a person walking"
**video_filename.mp4**
Stream: https://stream.url/video.m3u8
Matching segments:
- 00:12 - 00:28 (16 seconds)
- 01:45 - 02:03 (18 seconds)
- 03:30 - 03:45 (15 seconds)
**another_video.mp4**
Stream: https://stream.url/another.m3u8
Matching segments:
- 00:05 - 00:15 (10 seconds)
Found 4 matching segments across 2 videos.
Example output with no results:
No matching content found for: "a person walking"
Tips:
- Try different keywords or descriptions
- Use broader search terms
- Make sure your videos are fully indexed
Convert timestamps to human-readable format:
MM:SS (e.g., 01:45)HH:MM:SS (e.g., 1:23:45)Calculate segment duration as end_time - start_time and display in parentheses.
TwelveLabs uses multimodal AI to understand video content:
The search interprets natural language queries and finds segments that match across all these modalities.