Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
steipete avatar

Video Frames

  • 3.5k installs
  • 385k repo stars
  • Updated August 3, 2026
  • steipete/clawdis

video-frames is a skill that extracts single frames or thumbnails from video files with ffmpeg so agents can inspect or share still images without writing custom ffmpeg commands.

About

video-frames is a steipete/clawdis skill that extracts still images from video files using ffmpeg through a bundled frame.sh wrapper script. It requires the ffmpeg binary on PATH and documents brew-based installation via formula ffmpeg in OpenClaw metadata. The quick start covers extracting the first frame with --out to a jpg or png path, or targeting a timestamp with --time HH:MM:SS for context around a specific moment. Developers reach for video-frames when an agent needs frame grabs for README screenshots, UI inspection, or lightweight social assets without hand-writing ffmpeg flags. The skill recommends jpg for quick sharing and png for crisp UI frames. Notes emphasize preferring --time when the question is what is happening around a point in the clip. It fits media-heavy agent workflows where video review must become inspectable stills on disk.

  • Bundled frame.sh script extracts first frame or timestamped frame with --out path.
  • Supports --time for context frames and documents jpg versus png output tradeoffs.
  • Requires ffmpeg binary with brew install path documented in OpenClaw metadata.
  • Quick start examples write frames to /tmp/frame.jpg or /tmp/frame-10s.jpg.
  • Targets inspection, sharing, and documentation use cases without custom ffmpeg recipes.

Video Frames by the numbers

  • 3,491 all-time installs (skills.sh)
  • +162 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #129 of 1,337 Generative Media skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

video-frames capabilities & compatibility

Capabilities
extract first frame from a video file · extract frame at a specific timestamp with tim · write jpg or png output via out flag · document brew based ffmpeg installation path
From the docs

What video-frames says it does

Extract frames or short clips from videos using ffmpeg.
SKILL.md
{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg
SKILL.md
npx skills add https://github.com/steipete/clawdis --skill video-frames

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3.5k
repo stars385k
Security audit3 / 3 scanners passed
Last updatedAugust 3, 2026
Repositorysteipete/clawdis

How do I pull a still frame or thumbnail from a video file at a specific timestamp for inspection or documentation?

Extract single frames or quick thumbnails from video files with ffmpeg for inspection, documentation, or sharing.

Who is it for?

Developers or agents working with local video files who need quick frame grabs via a documented frame.sh wrapper around ffmpeg.

Skip if: Skip when you need full video editing, transcoding, or clip generation rather than single-frame extraction.

When should I use this skill?

User asks to extract a frame from video, grab a thumbnail, or capture what happens at a specific timestamp in a clip.

What you get

A jpg or png image file on disk representing the first frame or a timestamped moment from the source video.

  • Still image file from video source

By the numbers

  • Requires 1 binary dependency: ffmpeg
  • Documents 1 brew install formula for ffmpeg

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

Forks & variants (2)

Video Frames has 2 known copies in the catalog totaling 6 installs. They canonicalize to this original listing.

FAQ

What does video-frames require before running?

The ffmpeg binary on PATH; OpenClaw metadata documents brew install ffmpeg when missing.

How do I extract a frame at a specific time?

Run frame.sh with --time HH:MM:SS and --out to your destination jpg or png path.

When should I choose jpg versus png output?

Use jpg for quick sharing and png when you need crisp UI frames.

Is Video Frames safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.