Video Extractor Pro
Extract key frames or clips from videos for content analysis, review, or素材 collection with single, batch, or scene-based options.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 47 · 1 current installs · 1 all-time installs
by@SxLiuYu
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.2
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
video-frames - 视频关键帧提取工具
从视频中提取关键帧或短片段,适合内容分析、视频审核、素材收集等场景。
功能
- 提取帧: 从视频中提取指定时间的单帧或连续多帧
- 提取片段: 截取视频的某个时间段
- 批量提取: 按间隔或场景自动提取多帧
- 格式转换: 支持输出为图片或GIF
触发词
- 提取视频帧
- 视频截图
- 提取视频片段
- 视频关键帧
- 截取视频
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
