Design & media

gemini video analyze

Try it

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...

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

  1. Set an API key:
    • GEMINI_API_KEY (preferred), or
    • GOOGLE_API_KEY
  2. Run the analyzer with a public video URL supported by Gemini as direct URI input.
  3. Provide a task-specific prompt (summary, timeline extraction, Q&A, moderation, etc.).
  4. 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

Turn video URLs or files into structured JSON: transcript, description, summary, speakers, and Q&A via Gemini.

65 installs5 stars

Summarize YouTube videos into Markdown notes with chapter breakdowns, timestamped transcripts, and key takeaways.

59 installs1 stars

Create YouTube videos, Shorts, thumbnails, and scripts through the CellCog SDK.

102 installs11 stars

Use when the user wants to generate or edit images with Google's Nanobanana/Gemini image models using the official Gemini API shape, or when they need public...

33 installs

Compress any source while preserving every claim, hedge, number, and attribution.

239 installs4 stars