← 返回 Skills 市场
sxliuyu

Video Extractor Pro

作者 SxLiuYu · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
325
总下载
1
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install video-extractor-pro
功能描述
Extract key frames or clips from videos for content analysis, review, or素材 collection with single, batch, or scene-based options.
使用说明 (SKILL.md)

video-frames - 视频关键帧提取工具

从视频中提取关键帧或短片段,适合内容分析、视频审核、素材收集等场景。

功能

  • 提取帧: 从视频中提取指定时间的单帧或连续多帧
  • 提取片段: 截取视频的某个时间段
  • 批量提取: 按间隔或场景自动提取多帧
  • 格式转换: 支持输出为图片或GIF

触发词

  • 提取视频帧
  • 视频截图
  • 提取视频片段
  • 视频关键帧
  • 截取视频
安全使用建议
This skill appears coherent with its stated purpose. Before installing, consider: (1) ffmpeg/ffprobe must be installed in the agent environment (the script invokes them via subprocess); (2) ffmpeg has had security vulnerabilities in the past—process untrusted or user-uploaded media in a sandboxed environment and keep ffmpeg up to date; (3) the script executes ffmpeg with argument lists (not via a shell), reducing shell-injection risk, but you should still validate file paths you pass to it and avoid giving it arbitrary system paths; (4) no network exfiltration or secret access is requested by the skill, so typical concerns are limited to local resource use and the safety of processed media files.
功能分析
Type: OpenClaw Skill Name: video-extractor-pro Version: 1.0.2 The skill bundle is a legitimate utility for extracting frames and clips from videos using ffmpeg. The Python script `scripts/extract.py` implements its functionality using safe subprocess calls (list-based arguments without shell=True), and the `SKILL.md` instructions are consistent with the stated purpose without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description (frame/clip extraction) aligns with the included script and _meta.json. The code implements frame extraction, interval extraction, clip extraction/re-encode, GIF creation and info using ffmpeg/ffprobe as expected. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md is narrowly scoped (features and trigger words) and the script only reads user-supplied video paths and writes outputs. There are no instructions to read unrelated files, environment variables, system configs, or to send data externally. The script executes ffmpeg/ffprobe subprocesses (expected for this task).
Install Mechanism
No install spec is provided (instruction-only), and the only external dependency is ffmpeg/ffprobe declared in _meta.json. Nothing is downloaded or written by an installer—low install risk. The agent environment must already have ffmpeg/ffprobe available.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate for a local video-processing tool.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It does not request persistent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-extractor-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-extractor-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
No changes detected in this version. - No updates or modifications were made to the skill’s files or documentation.
v1.0.1
No changes detected in this version; no updates or new features added.
v1.0.0
Initial release of video-extractor-pro. - 提取指定时间的单帧或连续多帧 - 支持截取视频的某个时间段 - 批量按间隔或场景自动提取多帧 - 输出支持图片和GIF格式
元数据
Slug video-extractor-pro
版本 1.0.2
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 3
常见问题

Video Extractor Pro 是什么?

Extract key frames or clips from videos for content analysis, review, or素材 collection with single, batch, or scene-based options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 325 次。

如何安装 Video Extractor Pro?

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

Video Extractor Pro 是免费的吗?

是的,Video Extractor Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Video Extractor Pro 支持哪些平台?

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

谁开发了 Video Extractor Pro?

由 SxLiuYu(@sxliuyu)开发并维护,当前版本 v1.0.2。

💬 留言讨论