← 返回 Skills 市场
571
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install videoanalyzer
功能描述
Download videos, extract transcripts, capture frames. Analyze YouTube, tutorials, DD videos with yt-dlp + Whisper + ffmpeg.
安全使用建议
This skill appears to do what it says — it downloads video/audio, extracts frames, and runs a local Whisper transcription. Before installing or running it, verify you trust the yt-dlp/ffmpeg/whisper binaries on your system (install from official sources), run the scripts in a directory where large downloads and model files are acceptable, and be cautious about transcripts that may contain sensitive information: the README/examples show piping transcripts to 'clawdbot ask' (or other AI services), which would send that text off your machine. Also confirm you have the right to download the target videos and consider running the tool in a sandbox if you handle confidential content. If you want higher assurance, check the referenced GitHub repository (package.json) or inspect the scripts yourself — they are short and readable.
功能分析
Type: OpenClaw Skill
Name: videoanalyzer
Version: 1.0.0
The skill bundle is designed for legitimate video analysis tasks, utilizing tools like yt-dlp, ffmpeg, and Whisper. However, it presents a significant prompt injection vulnerability in `scripts/summarize.sh` and the examples provided in `SKILL.md` and `README.md`. The content of the `transcript.txt` file, which is derived from user-provided video input, is directly embedded into a prompt for the AI agent without sanitization. This allows an attacker to craft a video whose transcript contains malicious instructions, potentially leading the AI agent to execute unauthorized commands or actions.
能力评估
Purpose & Capability
Name/description require yt-dlp, ffmpeg, and whisper; the included scripts call exactly those binaries to download video/audio, extract frames, and run Whisper for transcription. Required binaries and file operations are proportionate to the stated purpose.
Instruction Scope
SKILL.md and scripts instruct only local actions (yt-dlp download, ffmpeg/ffprobe, whisper transcription, write outputs to an outputs/ directory). One usage example suggests piping the transcript to 'clawdbot ask' (an external AI CLI) — that would transmit transcript text off-host if used, so users should be aware of potential data leakage when using that step.
Install Mechanism
No automated install spec is included (instruction-only); the README/SKILL.md recommend installing yt-dlp, ffmpeg, openai-whisper via brew. No remote download/extract steps or obscure URLs are present in the package itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All runtime behavior is driven by CLI arguments and local files (config.json is present but not required). This is proportionate to the described functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills' configurations. It only writes output files into its chosen output directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install videoanalyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/videoanalyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Download, transcribe, screenshot videos
元数据
常见问题
Video Analyzer 是什么?
Download videos, extract transcripts, capture frames. Analyze YouTube, tutorials, DD videos with yt-dlp + Whisper + ffmpeg. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 571 次。
如何安装 Video Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install videoanalyzer」即可一键安装,无需额外配置。
Video Analyzer 是免费的吗?
是的,Video Analyzer 完全免费(开源免费),可自由下载、安装和使用。
Video Analyzer 支持哪些平台?
Video Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Analyzer?
由 Zedit42(@zedit42)开发并维护,当前版本 v1.0.0。
推荐 Skills