← 返回 Skills 市场
995
总下载
4
收藏
6
当前安装
3
版本数
在 OpenClaw 中安装
/install video-understanding
功能描述
Analyze and summarize videos from 1000+ sites using Google Gemini AI, providing transcripts, descriptions, summaries, and answers to questions.
安全使用建议
This skill appears to do what it says: it downloads videos (via yt-dlp), may remux/merge with ffmpeg, and uploads the content to Google Gemini using the GEMINI_API_KEY for analysis. Before installing, consider: 1) Privacy and copyright — uploaded videos will be sent to Google's servers, so avoid private/confidential or copyrighted content unless you have rights. 2) Billing and limits — using Gemini File API may incur costs and has size limits; confirm your API plan. 3) Trusting yt-dlp downloads — yt-dlp executes network downloads and may write files locally; ensure you trust the video sources. 4) Runtime dependencies — brew will install system binaries and the Python google-genai package will be installed; review these if you have strict policy controls. If these behaviors are acceptable, the skill is internally consistent.
功能分析
Type: OpenClaw Skill
Name: video-understanding
Version: 1.1.0
The skill bundle is classified as benign. It transparently describes its purpose to analyze videos using Google Gemini and `yt-dlp`. The `SKILL.md` contains no prompt injection attempts against the OpenClaw agent. The `analyze_video.py` script correctly uses `subprocess.run` with a list of arguments to invoke `yt-dlp`, preventing shell injection vulnerabilities from user-provided URLs. It handles temporary files and API keys (GEMINI_API_KEY) as expected for its stated functionality, without evidence of data exfiltration, persistence, or other malicious behaviors.
能力评估
Purpose & Capability
Name/description (video analysis with Gemini) aligns with required binaries (yt-dlp, ffmpeg), the GEMINI_API_KEY credential, and the included Python script which downloads/uploads videos and calls the Google GenAI client. The brew install entries for yt-dlp and ffmpeg are proportional and expected.
Instruction Scope
SKILL.md and the script instruct the agent to download non-YouTube videos locally via yt-dlp and upload them to the Gemini File API (YouTube URLs are passed directly). This is within scope, but it does mean the skill will transmit video content to Google's servers — users should be aware of privacy/copyright implications. The script does not read other system files or additional environment variables.
Install Mechanism
Install spec only lists brew formulas for yt-dlp and ffmpeg (well-known packages). The Python dependency (google-genai) is declared in the script metadata and is expected to be installed by the runtime tooling; no arbitrary URL downloads or unknown hosts are used in the install spec.
Credentials
Only GEMINI_API_KEY is required and is used as the API key for the Google GenAI client. No unrelated secrets, tokens, or config paths are requested or read.
Persistence & Privilege
always is false and the skill does not attempt to persist or modify other skills or system-wide settings. It cleans up uploaded Gemini files and local downloads by default (unless keep is used).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-understanding - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-understanding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added proper metadata: declared yt-dlp, ffmpeg, and GEMINI_API_KEY requirements in frontmatter.
v1.0.1
Gemini-powered video analysis. Transcript, description, summary from any URL. 1000+ sites via yt-dlp.
v1.0.0
Initial release: Gemini-powered video analysis with transcript, description, summary. Supports 1000+ sites via yt-dlp. YouTube URL passthrough. Custom questions via -q flag.
元数据
常见问题
Video Understanding 是什么?
Analyze and summarize videos from 1000+ sites using Google Gemini AI, providing transcripts, descriptions, summaries, and answers to questions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 995 次。
如何安装 Video Understanding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-understanding」即可一键安装,无需额外配置。
Video Understanding 是免费的吗?
是的,Video Understanding 完全免费(开源免费),可自由下载、安装和使用。
Video Understanding 支持哪些平台?
Video Understanding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Understanding?
由 bill492(@bill492)开发并维护,当前版本 v1.1.0。
推荐 Skills