بنقرة واحدة
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?