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 extra...
Install via ClawdBot CLI:
clawdbot install tokyo-s/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 "" --model "gemini-2.5-pro" --prompt "Produce a scene-by-scene report." Generated Mar 1, 2026
Instructors or students use the skill to quickly summarize lengthy educational videos, extracting key concepts and timestamps for efficient study or lesson planning. This aids in creating study guides or identifying relevant sections without watching entire videos.
Media companies or social platforms employ the skill to analyze video content for compliance, detecting inappropriate material or summarizing news clips for reporting. It helps automate content review and generate briefs for editorial teams.
HR departments or training coordinators use the skill to summarize training videos, extracting key points and action items for employee onboarding or skill development. This streamlines feedback and ensures consistency in training materials.
Marketing teams analyze competitor videos or product demos to extract insights on features, messaging, and customer pain points. This supports competitive analysis and informs strategy without manual video review.
Organizations use the skill to generate text summaries or transcripts from videos, improving accessibility for users with hearing impairments or those needing quick content overviews. This aids in compliance and user engagement.
Offer the skill as a cloud-based service with tiered pricing based on usage volume, such as number of video analyses per month. Target businesses needing regular video content processing, providing API access and analytics dashboards.
Provide a free tier for limited video analyses to attract developers and small businesses, with paid upgrades for higher limits and advanced features like custom prompts or batch processing. Monetize through API calls and enterprise support.
License the skill to other companies for integration into their platforms, such as e-learning systems or media tools, with customization options. Revenue comes from one-time licensing fees or ongoing maintenance contracts.
💬 Integration Tip
Ensure API keys are securely stored and prompts are tested for clarity to optimize output quality; consider adding error handling for unsupported video formats.
Extract frames or short clips from videos using ffmpeg.
Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.
Generate SRT subtitles from video/audio with translation support. Transcribes Hebrew (ivrit.ai) and English (whisper), translates between languages, burns subtitles into video. Use for creating captions, transcripts, or hardcoded subtitles for WhatsApp/social media.
Create AI videos with optimized prompts, motion control, and platform-ready output.
自动登录抖音账号,上传并发布视频到抖音创作者平台,支持视频标签管理和登录状态检查。
Create product demo videos by automating browser interactions and capturing frames. Use when the user wants to record a demo, walkthrough, product showcase, or interactive video of a web application. Supports Playwright CDP screencast for high-quality capture and FFmpeg for video encoding.