← 返回 Skills 市场
Video Content Analyzer
作者
junhongzhang77-ui
· GitHub ↗
· v0.1.0
· MIT-0
588
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install video-content-analyzer
功能描述
下载视频并用AI分析内容 - 支持B站/抖音/YouTube等平台,提取语音内容并分析视频结构
安全使用建议
This skill appears to do what it says (download videos, extract audio, transcribe with Whisper, analyze frames), but the manifest omitted that it needs an OpenAI API key and may read/write ~/.openclaw/openclaw.json. Before installing or running: 1) confirm you are comfortable granting Exec permission to run yt-dlp/ffmpeg and downloading arbitrary URLs (copyright risk); 2) do not reuse a high‑privilege OpenAI key — create a limited/test key or set usage limits; 3) avoid running pip with --break-system-packages on critical systems; 4) audit any secret stored in ~/.openclaw/openclaw.json and consider keeping it in an isolated environment; 5) ask the publisher to update metadata to declare OPENAI_API_KEY and the config path so the required permissions are explicit. If you need higher assurance, run the workflow manually in a sandbox first.
功能分析
Type: OpenClaw Skill
Name: video-content-analyzer
Version: 0.1.0
The skill utilizes the 'Exec' tool to perform video downloading and processing via yt-dlp and ffmpeg, which are high-risk capabilities involving shell execution and network access. While these actions are aligned with the stated purpose of video content analysis and no malicious intent or data exfiltration was found, the broad permissions and execution of external binaries (SKILL.md) warrant a suspicious classification per the defined criteria.
能力评估
Purpose & Capability
Name and description match the runtime instructions: downloading (yt-dlp), extracting audio (ffmpeg), transcribing (Whisper) and analyzing frames is coherent and expected for a video analysis tool.
Instruction Scope
SKILL.md instructs the agent to download arbitrary URLs with yt-dlp, run ffmpeg/ffprobe and call the Whisper API. It also references storing/reading an OpenAI API key from ~/.openclaw/openclaw.json and mentions fetching danmaku/subtitles — the skill thus reads/writes a home‑directory config and will execute arbitrary command-line tools. Those runtime file and exec operations are broader than the registry metadata indicates and should be disclosed.
Install Mechanism
No install spec (instruction-only), which reduces risk from downloads. However the instructions tell users to run pip3 install --break-system-packages yt-dlp and to install ffmpeg via package managers; the --break-system-packages flag can alter system Python packaging and may be undesirable. Overall install actions are plausible but require manual review.
Credentials
Registry metadata claims no required env vars or config paths, but SKILL.md explicitly requires OPENAI_API_KEY (or an entry in ~/.openclaw/openclaw.json) for Whisper. This mismatch is material: the skill needs a private API key and will read/write a home config file but that was not declared in metadata.
Persistence & Privilege
always is false and there is no install that forces persistent, system-wide changes beyond recommendations to put the key in ~/.openclaw/openclaw.json. The skill does not request special platform-level privileges in the manifest.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-content-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-content-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of video-content-analyzer skill.
- Supports downloading videos from Bilibili, Douyin, and YouTube.
- Extracts audio using ffmpeg and transcribes speech to text via OpenAI Whisper API.
- Analyzes video structure, hooks, pacing, and key content elements.
- Outputs a comprehensive report, including full transcript, video structure, hook analysis, and content highlights.
- Requires yt-dlp, ffmpeg, and an OpenAI API key for proper operation.
元数据
常见问题
Video Content Analyzer 是什么?
下载视频并用AI分析内容 - 支持B站/抖音/YouTube等平台,提取语音内容并分析视频结构. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 588 次。
如何安装 Video Content Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-content-analyzer」即可一键安装,无需额外配置。
Video Content Analyzer 是免费的吗?
是的,Video Content Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Content Analyzer 支持哪些平台?
Video Content Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Content Analyzer?
由 junhongzhang77-ui(@junhongzhang77-ui)开发并维护,当前版本 v0.1.0。
推荐 Skills