Video Analysis Analyze video files using either native model understanding or frame extraction + transcription . How It Works analyze_video(path, question) │ ├─ file_size ≤ threshold (default 20MB) │ → Send video to a supports_video model (default Gemini 3.1 Flash Lite) │ → Model sees full video natively (best quality) │ └─ file_size > threshold → ffmpeg extracts keyframes (scene detection for long videos) → Whisper transcribes audio track → Returns frame image paths + transcript text → Agent feeds these to the current chat model Show more Installs 586 Repository starchild-ai-ag…l-skills GitHub Stars 17 First Seen Jun 9, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
video-analysis
安装
npx skills add https://github.com/starchild-ai-agent/official-skills --skill video-analysis