Install
openclaw skills install gemini-video-analyzeSend a public video URL directly to a Google Gemini model for analysis. Use when Codex must summarize a video, answer questions about video content, or extract key points from a URL without local download or file upload steps.
openclaw skills install gemini-video-analyzeUse scripts/gemini_video_url_analyzer.py for deterministic Gemini calls instead of ad-hoc API snippets.
GEMINI_API_KEY (preferred), orGOOGLE_API_KEYpython scripts/gemini_video_url_analyzer.py --video-url "https://www.youtube.com/watch?v=..." --prompt "Summarize in 5 bullets and list important timestamps."python scripts/gemini_video_url_analyzer.py --video-url "<url>" --model "gemini-2.5-pro" --prompt "Produce a scene-by-scene report."