← Back to Skills Marketplace
sxliuyu

Video Extractor Pro

by SxLiuYu · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
325
Downloads
1
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install video-extractor-pro
Description
Extract key frames or clips from videos for content analysis, review, or素材 collection with single, batch, or scene-based options.
README (SKILL.md)

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

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

功能

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

触发词

  • 提取视频帧
  • 视频截图
  • 提取视频片段
  • 视频关键帧
  • 截取视频
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install video-extractor-pro
  3. After installation, invoke the skill by name or use /video-extractor-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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格式
Metadata
Slug video-extractor-pro
Version 1.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 3
Frequently Asked Questions

What is Video Extractor Pro?

Extract key frames or clips from videos for content analysis, review, or素材 collection with single, batch, or scene-based options. It is an AI Agent Skill for Claude Code / OpenClaw, with 325 downloads so far.

How do I install Video Extractor Pro?

Run "/install video-extractor-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Video Extractor Pro free?

Yes, Video Extractor Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Video Extractor Pro support?

Video Extractor Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Video Extractor Pro?

It is built and maintained by SxLiuYu (@sxliuyu); the current version is v1.0.2.

💬 Comments