Send 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 extra...
Design & media
Google Video URL Analysis
Try itSend 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 extra...
What it does
Send 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 extra...
The skill document
Google Video Url Analysis
Use scripts/gemini_video_url_analyzer.py for deterministic Gemini calls instead of ad-hoc API snippets.
Workflow
- Set an API key:
MAVERICK_GEMINI_API_KEY(preferred), orMAVERICK_GOOGLE_API_KEY
- Run the analyzer with a public video URL supported by Gemini as direct URI input.
- Provide a task-specific prompt (summary, timeline extraction, Q&A, moderation, etc.).
- Inspect the text output.
Command Guide
- Basic analysis:
python scripts/gemini_video_url_analyzer.py --video-url "https://www.youtube.com/watch?v=..." --prompt "Summarize in 5 bullets and list important timestamps."
- Override model:
python scripts/gemini_video_url_analyzer.py --video-url "" --model "gemini-2.5-pro" --prompt "Produce a scene-by-scene report."
Operational Rules
- Require a publicly accessible URL.
- Prefer concise, explicit prompts with concrete output constraints.
Related skills
Analyze any YouTube, Facebook, or Instagram video URL and generate a comprehensive Markdown reference document by combining AI vision analysis of extracted f...
Turn video URLs or files into structured JSON: transcript, description, summary, speakers, and Q&A via Gemini.
Search Google Videos
Summarize YouTube videos into Markdown notes with chapter breakdowns, timestamped transcripts, and key takeaways.
Fetch YouTube video transcripts, search YouTube, list channel or playlist videos, and track new uploads via the BulkTranscripts API. Use when the user shares a YouTube link, asks to summarize/analyze/quote a video, wants transcripts for a whole channel or playlist, needs YouTube research, or asks what a channel posted recently. Works immediately with no API key (free tier); set BULKTRANSCRIPTS_API_KEY for purchased credits.