skills$openclaw/video-frames
steipete9.2kβ˜…

by steipete

video-frames – OpenClaw Skill

video-frames is an OpenClaw Skills integration for data analytics workflows. Extract frames or short clips from videos using ffmpeg.

9.2k stars2.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namevideo-frames
descriptionExtract frames or short clips from videos using ffmpeg. OpenClaw Skills integration.
ownersteipete
repositorysteipete/video-frames
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @steipete/video-frames
last updatedFeb 7, 2026

Maintainer

steipete

steipete

Maintains video-frames in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
frame.sh
1.3 KB
_meta.json
278 B
SKILL.md
776 B
SKILL.md

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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install video-frames?

Run openclaw add @steipete/video-frames in your terminal. This installs video-frames into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/video-frames. Review commits and README documentation before installing.