ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

gemini-video-analyzer

Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aiwithabidi/gemini-video-analyzer
Or

What This Skill Does

The Gemini Video Analyzer is a sophisticated multimodal agent skill designed to interpret and extract intelligence from video files without the need for manual frame extraction. By leveraging Google's Gemini API, this tool processes videos at a rate of 1 frame per second, capturing temporal context, motion, audio streams, and visual data simultaneously. Whether you are dealing with screen recordings, instructional walkthroughs, or creative media, the skill translates visual information into actionable text, structured summaries, or specific answers, effectively turning raw video files into queryable data.

Installation

To integrate this skill into your OpenClaw environment, use the command-line interface to pull it from the official repository:

clawhub install openclaw/skills/skills/aiwithabidi/gemini-video-analyzer

Once installed, you must configure your API authentication. Generate a free API key at aistudio.google.com and export it as an environment variable in your shell or define it within your .env file:

export GOOGLE_AI_API_KEY="your_key_here"

The tool is now ready to process supported video formats including MP4, AVI, MOV, and WebM, with file size support up to 2GB.

Use Cases

  • Quality Assurance: Analyze bug report screen recordings to identify visual anomalies or UI crashes.
  • Educational Research: Automatically generate step-by-step summaries from complex software tutorials or instructional demonstrations.
  • Content Archiving: Transcribe spoken audio and index key visual elements from meeting recordings or lecture videos.
  • User Experience Testing: Extract UI element changes or interaction flows from product demos for design comparison.

Example Prompts

  1. "Can you watch this screen recording and provide a bulleted list of the exact steps the user took to trigger the login error?"
  2. "Analyze this product demo video and summarize the three most important features mentioned by the speaker."
  3. "Review this video of a UI walkthrough and list all the buttons and text labels visible in the main navigation menu."

Tips & Limitations

  • Model Selection: Use the default gemini-2.5-flash for general, high-speed tasks. For highly complex visual logic or dense technical content, use the --model gemini-2.5-pro flag.
  • Data Privacy: Files are uploaded to Google's Files API and are automatically deleted after 48 hours.
  • Limitations: While the model excels at temporal understanding, extremely long videos may require more tokens; consider splitting files if you encounter length constraints.

Metadata

Stars4473
Views8
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aiwithabidi-gemini-video-analyzer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#video-analysis#multimodal#gemini#computer-vision#ai-automation
Safety Score: 4/5

Flags: file-read, external-api

Related Skills

agent-memory

Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.

aiwithabidi 4473

skill-auditor

Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.

aiwithabidi 4473

Model Intel

Live LLM model intelligence and pricing from OpenRouter

aiwithabidi 4473

deep-search

Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.

aiwithabidi 4473

amplitude

Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.

aiwithabidi 4473