| name | kuavi-compare |
| description | Compare video segments across time ranges |
| argument-hint | <query> |
| disable-model-invocation | true |
KUAVi Compare Segments
Compare content across different time ranges in an indexed video.
Instructions
- Parse
$ARGUMENTS for time ranges or content descriptions to compare.
- If not indexed, ask the user to run
/kuavi-index first.
- For each comparison target:
a. Search for the relevant segments using
kuavi_search_video
b. Extract frames using kuavi_extract_frames
c. Get transcript using kuavi_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