원클릭으로
kuavi-deep-analyze
Deep multi-pass video analysis with parallel sharding and zoom
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep multi-pass video analysis with parallel sharding and zoom
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compositional pixel analysis patterns using kuavi_eval for counting, motion detection, change tracking, and visual comparison. Use when questions require precise measurements, object counting, or frame-by-frame comparison.
Full end-to-end video analysis with KUAVi
Multi-video corpus indexing and cross-video search
Multi-pass search with query refinement for hard-to-find video content. Use when initial search returns low-confidence results or no matches.
Index a video file for KUAVi analysis
Predictive video understanding — anticipate actions, predict future content, verify coherence, classify activities
| name | kuavi-deep-analyze |
| description | Deep multi-pass video analysis with parallel sharding and zoom |
| agent | video-analyst |
| context | fork |
| argument-hint | <video-path> <question> |
| disable-model-invocation | true |
Perform comprehensive, multi-pass video analysis with parallel temporal sharding and progressive zoom.
$ARGUMENTS for: video path and question/task.kuavi_index_video.kuavi_get_scene_list to understand the video structure.kuavi_analyze_shards with the question to get per-shard answers from parallel LLM workers. Use this to identify which temporal regions are most relevant.kuavi_search_video across multiple fields (summary, action, visual, temporal) to find relevant segments. Cross-reference with shard analysis results.kuavi_search_transcript and kuavi_get_transcript to find spoken evidence. Note any discrepancies with visual findings.crop_frame, diff_frames, threshold_frame, frame_info) for deterministic evidence.kuavi_eval for complex computations, iterating over frames, or chaining multiple operations.kuavi_get_session_stats — synthesize after 15 tool calls or 120 seconds.The first argument is the video path. Remaining text is the question.
Example: /kuavi-deep-analyze /path/to/video.mp4 What are the key events and when do they occur?