name: kuavi-compare
description: Compare video segments across time ranges
argument-hint:
disable-model-invocation: true
KUAVi Compare Segments
Compare content across different time ranges in an indexed video.
Instructions
- Parse
$ARGUMENTSfor time ranges or content descriptions to compare. - If not indexed, ask the user to run
/kuavi-indexfirst. - For each comparison target:
a. Search for the relevant segments using
kuavi_search_videob. Extract frames usingkuavi_extract_framesc. Get transcript usingkuavi_get_transcript - Present a structured comparison:
- Visual differences/similarities
- Transcript differences/similarities
- Temporal progression or changes over time
- Synthesize findings into a clear comparison summary.
Example
User: /kuavi-compare How does the scene change between the beginning and end?
- Search for opening content:
kuavi_search_video("beginning opening", top_k=3) - Search for ending content:
kuavi_search_video("ending conclusion", top_k=3) - Extract frames from both time ranges
- Compare visual content and transcript
- Report changes, progression, and key differences