← All skills
Tencent SkillHub Β· AI

Video Understanding

Analyze and summarize videos from 1000+ sites using Google Gemini AI, providing transcripts, descriptions, summaries, and answers to questions.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Analyze and summarize videos from 1000+ sites using Google Gemini AI, providing transcripts, descriptions, summaries, and answers to questions.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/analyze_video.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Video Understanding (Gemini)

Analyze videos using Google Gemini's multimodal video understanding. Supports 1000+ video sources via yt-dlp.

Requirements

yt-dlp β€” brew install yt-dlp / pip install yt-dlp ffmpeg β€” brew install ffmpeg (for merging video+audio streams) GEMINI_API_KEY environment variable

Default Output

Returns structured JSON: transcript β€” Verbatim transcript with [MM:SS] timestamps description β€” Visual description (people, setting, UI, text on screen, flow) summary β€” 2-3 sentence summary duration_seconds β€” Estimated duration speakers β€” Identified speakers

Analyze a video (structured JSON output)

uv run {baseDir}/scripts/analyze_video.py "<video-url>"

Ask a question (adds "answer" field)

uv run {baseDir}/scripts/analyze_video.py "<video-url>" -q "What product is shown?"

Override prompt entirely

uv run {baseDir}/scripts/analyze_video.py "<video-url>" -p "Custom prompt" --raw

Download only (no analysis)

uv run {baseDir}/scripts/analyze_video.py "<video-url>" --download-only -o video.mp4

Options

FlagDescriptionDefault-q / --questionQuestion to answer (added to default fields)none-p / --promptOverride entire prompt (ignores -q)structured JSON-m / --modelGemini modelgemini-2.5-flash-o / --outputSave output to filestdout--keepKeep downloaded video filefalse--download-onlyDownload only, skip analysisfalse--max-sizeMax file size in MB500--rawRaw text output instead of JSONfalse

How It Works

YouTube URLs β†’ Passed directly to Gemini (no download needed) All other URLs β†’ Downloaded via yt-dlp β†’ uploaded to Gemini File API β†’ poll until processed Gemini analyzes video with structured prompt β†’ returns JSON Temp files and Gemini uploads cleaned up automatically

Supported Sources

Any URL supported by yt-dlp: Loom, YouTube, TikTok, Vimeo, Twitter/X, Instagram, Dailymotion, Twitch, and 1000+ more.

Tips

Use -q for targeted questions on top of the full analysis YouTube is fastest (no download step) Large videos (10min+) work fine β€” Gemini File API supports up to 2GB (free) / 20GB (paid) The script auto-installs Python dependencies via uv

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/analyze_video.py Scripts