@steipete

Video Frames

Extract frames or short clips from videos using ffmpeg.

当前版本
v1.0.0
105 4.1万总安装 1,468

name: video-frames description: Extract frames or short clips from videos using ffmpeg. homepage: https://ffmpeg.org metadata: {"clawdbot":{"emoji":"🎞️","requires":{"bins":["ffmpeg"]},"install":[{"id":"brew","kind":"brew","formula":"ffmpeg","bins":["ffmpeg"],"label":"Install ffmpeg (brew)"}]}}

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 --time for “what is happening around here?”.
  • Use a .jpg for quick share; use .png for crisp UI frames.

Security Scan

OpenClaw

gpt-5-mini

clean

OpenClaw 分析

The skill does what it claims: an instruction-only helper that calls ffmpeg to extract frames; its files and instructions are coherent and proportional to that purpose.

置信度: high

VirusTotal

Type: OpenClaw Skill Name: video-frames Version: 1.0.0 The skill bundle is benign. The `SKILL.md` provides clear instructions for extracting video frames using `ffmpeg` and does not contain any prompt injection attempts against the AI agent. The `scripts/frame.sh` script correctly parses arguments, validates input, and executes `ffmpeg` commands with proper quoting, preventing shell injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or other high-risk behaviors. The functionality is clearly aligned with its stated purpose.

元数据

  • 作者: @steipete
  • 创建时间: 2026/01/04
  • 更新时间: 2026/02/26
  • 版本数: 1
  • 评论数: 1
  • 扫描时间: 2026/02/11

运行要求

官方公开数据里暂未列出运行要求。

Video Frames | ClawHub 中文站