← 返回 Skills 市场
jackeven02

Video Understanding

作者 Jackeven02 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2108
总下载
1
收藏
19
当前安装
1
版本数
在 OpenClaw 中安装
/install video-learn
功能描述
视频理解与分析能力 - 让 AI 能够理解视频内容、提取关键信息。当用户要求分析视频、理解视频内容、总结视频、提取视频要点时触发此技能。
安全使用建议
This skill appears to do what it says: fetch video metadata and summarize content. Things to consider before installing or using it: - If you want full transcription/speech-to-text, the skill suggests downloading audio/subtitles and using extra tools (e.g., yt-dlp plus an STT service). Installing yt-dlp (pip) or using an external STT service can download/process user content and may send it to third-party servers — only proceed if you trust those tools/services. - The YouTube Data API example needs an API_KEY; only provide API keys you trust and limit their scope. The skill itself does not request any credentials, but you may be prompted to supply them if you want API-based metadata rather than simple web scraping. - Downloading videos can touch copyrighted or private material. Ensure you have permission before downloading or transcribing content. - If you require stricter safety, ask for an explicit statement of where transcriptions or downloaded media will be sent (local-only processing vs. remote transcription API) and whether the agent will persist files on disk. Overall this skill is coherent and proportional to its purpose, but be mindful of optional external installs and transcription service choices.
功能分析
Type: OpenClaw Skill Name: video-learn Version: 1.0.0 The skill aims to understand and analyze video content. The `references/resources.md` file documents the `yt-dlp` command-line tool, providing examples like `yt-dlp "URL"` and `yt-dlp --write-subs "URL"`. Given that `SKILL.md` mentions 'speech to text (needs extra tools)', it is highly probable the AI agent will be instructed to use `yt-dlp` with user-provided video URLs. Executing `yt-dlp` with unsanitized user input creates a critical shell injection vulnerability, leading to potential Remote Code Execution (RCE). This constitutes a significant security risk, classifying the skill as suspicious due to this severe vulnerability.
能力评估
Purpose & Capability
The name/description (video understanding, summarization, extracting titles/descriptions/duration) matches the instructions and resources which reference YouTube/Bilibili/Tencent APIs and optional download tools. Nothing requested or described is unrelated to video analysis.
Instruction Scope
Instructions remain within the stated purpose (identify platform, fetch metadata, extract subtitles/audio, summarize). They mention using third-party APIs and downloading audio/subtitles for speech-to-text, but do not instruct reading unrelated local files or exfiltrating data. Note: using download + STT may cause the agent to fetch and store video/audio data — a privacy consideration rather than an incoherence.
Install Mechanism
The skill is instruction-only and includes no install spec (low static risk). The resources advise installing yt-dlp via pip for downloads; that is an optional external package installation the user/agent would perform and is not bundled. Installing third-party packages (pip/ PyPI) is a normal choice but increases attack surface if done automatically — the bundle itself does not perform that install.
Credentials
The skill declares no required env vars or credentials. The references correctly show where a YouTube Data API key would be used if the agent opts to call that API. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request persistent presence (always:false), does not modify other skills/config, and does not declare privileged system access. Autonomous invocation is allowed by platform default but is not combined with other high-risk factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-learn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-learn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of video-understanding skill. - Enables AI to analyze and summarize video content from popular platforms (YouTube, Bilibili, etc.) - Extracts video title, description, duration, and key points - Supports video content summarization and highlights extraction - Detects user intent based on requests such as "analyze," "summarize," or "extract" video content - Cannot play videos or process raw visuals; relies on metadata and available APIs
元数据
Slug video-learn
版本 1.0.0
许可证
累计安装 19
当前安装数 19
历史版本数 1
常见问题

Video Understanding 是什么?

视频理解与分析能力 - 让 AI 能够理解视频内容、提取关键信息。当用户要求分析视频、理解视频内容、总结视频、提取视频要点时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2108 次。

如何安装 Video Understanding?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-learn」即可一键安装,无需额外配置。

Video Understanding 是免费的吗?

是的,Video Understanding 完全免费(开源免费),可自由下载、安装和使用。

Video Understanding 支持哪些平台?

Video Understanding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Video Understanding?

由 Jackeven02(@jackeven02)开发并维护,当前版本 v1.0.0。

💬 留言讨论