← 返回 Skills 市场
Video Frames
作者
utromaya-code
· GitHub ↗
· v1.0.0
· MIT-0
474
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install video-frames-extractor
功能描述
Extract frames or short clips from videos using ffmpeg.
使用说明 (SKILL.md)
Video Frames (ffmpeg)
Extract a single frame from a video, or create quick thumbnails for inspection.
Quick start
First frame:
{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg
At a timestamp:
{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg
Notes
- Prefer
--timefor “what is happening around here?”. - Use a
.jpgfor quick share; use.pngfor crisp UI frames.
安全使用建议
This skill is a small, coherent wrapper around ffmpeg. Before installing: ensure you are comfortable installing ffmpeg via Homebrew; the script will write the file you specify (it will create the output directory), so avoid pointing --out to sensitive system paths; don't feed untrusted/malicious video files to ffmpeg on sensitive hosts (keep ffmpeg up to date to receive security fixes). If you run on a platform without Homebrew, you'll need to provide ffmpeg by other means.
功能分析
Type: OpenClaw Skill
Name: video-frames-extractor
Version: 1.0.0
The skill bundle is a legitimate utility for extracting video frames using ffmpeg. The core logic in `scripts/frame.sh` is a straightforward wrapper that handles arguments safely using double quotes to prevent shell injection, and the installation instructions in `SKILL.md` use standard package managers (Homebrew) to satisfy dependencies.
能力评估
Purpose & Capability
Name/description (extract frames with ffmpeg) match the requirements and code. The only required binary is ffmpeg and the included script invokes ffmpeg to extract frames — nothing else is requested or installed.
Instruction Scope
SKILL.md and scripts/frame.sh only read the user-supplied input video file and write the specified output path. There are no network calls, no reads of unrelated files or environment variables, and no broad discretion (script takes explicit args).
Install Mechanism
Install spec uses Homebrew formula 'ffmpeg', a standard and expected way to obtain ffmpeg on macOS. No arbitrary downloads or extract-from-URL steps are present.
Credentials
No environment variables or credentials are requested. The script does not access any secrets or other config paths.
Persistence & Privilege
Skill does not request persistent/always-on presence (always: false) and does not modify other skills or global agent settings. Autonomous invocation remains enabled (platform default) but is reasonable for a user-invoked utility.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-frames-extractor - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-frames-extractor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of video-frames-extractor.
- Extract single frames or quick thumbnails from videos using ffmpeg.
- Supports extracting at specific timestamps.
- Provides installation instructions for ffmpeg via Homebrew.
- Includes guidance for output formats (JPG for sharing, PNG for UI quality).
元数据
常见问题
Video Frames 是什么?
Extract frames or short clips from videos using ffmpeg. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 474 次。
如何安装 Video Frames?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-frames-extractor」即可一键安装,无需额外配置。
Video Frames 是免费的吗?
是的,Video Frames 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Frames 支持哪些平台?
Video Frames 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Frames?
由 utromaya-code(@utromaya-code)开发并维护,当前版本 v1.0.0。
推荐 Skills