A professional-grade tool for native video analysis, summarization, and metadata extraction using the Google Gemini API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install a6-gemini-video-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install a6-gemini-video-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gemini Video Analyzer is a sophisticated integration designed to leverage Google's multimodal capabilities for deep video understanding. By utilizing the Openclaw Skills framework, this tool enables developers to skip the tedious process of manual frame extraction. Instead, it processes video natively at 1 frame per second, allowing the AI to maintain a temporal grasp of motion, transitions, and audio cues.
Whether you are processing screen recordings for bug reports or summarizing long-form tutorials, this skill provides a robust interface to the Google Gemini API. It handles large files up to 2GB and ensures privacy by relying on temporary file storage that auto-expires, making it a reliable choice for automated video research and data extraction.
To begin using these Openclaw Skills, ensure you have a valid API key from Google AI Studio.
# Set your environment variable for authentication
export GOOGLE_AI_API_KEY='your_api_key_here'
# Run the analysis script on a local video file with a default prompt
python3 scripts/analyze.py ./my_video.mp4
# Perform a custom analysis focused on extracting UI components
python3 scripts/analyze.py ./demo.mp4 "What text and UI elements are visible?"
| Feature | Specification |
|---|---|
| Supported Formats | MP4, AVI, MOV, MKV, WebM, FLV, MPEG, MPG, WMV, 3GP |
| Max File Size | Up to 2GB per file |
| Default Model | gemini-2.5-flash |
| Temporal Resolution | 1 Frame Per Second (FPS) with audio context |
| File Retention | 48-hour automatic deletion via Google Files API |
Loading
A comprehensive financial intelligence skill for querying real-time and historical data across equities and cryptocurrencies.

A powerful YouTube Search Engine Results Page (SERP) scout designed for autonomous agents to perform deep content and competitor research.

An intelligent multi-source retrieval engine that provides autonomous agents with confidence-scored answers from web and academic sources.

A unified media generation skill for creating high-fidelity images and cinematic videos through the AIsa API.

A specialized tool for AI agents to analyze GitHub repositories, generate architecture diagrams, and convert codebases into AI-readable markdown documents.

A comprehensive management and optimization tool for designing, debugging, and maintaining high-performance OpenClaw deployments.








































