video-frames

Extract still frames from video files using ffmpeg.

5|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/kcns008/clusterclaw --skill video-frames-kcns008
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: video-frames
Source: https://github.com/kcns008/clusterclaw/tree/main/skills/video-frames
Command: npx skills add https://github.com/kcns008/clusterclaw --skill video-frames-kcns008

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual hassle of opening a video editor just to grab a frame, helping you turn footage into a quick visual reference fast.

Core Features & Use Cases

  • Frame Extraction: Capture the first frame, a specific timestamp, or a numbered frame from a video.
  • Fast Inspection: Generate thumbnails for checking UI states, scene content, or visual issues in recordings.
  • Practical Use Case: A reviewer can pull a single frame from a product demo at the exact moment a bug appears and share it for discussion.

Quick Start

Use the video-frames skill to extract a frame from the provided video and save it as a JPG image.

Frequently Asked Questions about video-frames

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract a frame from a video at a specific timestamp?▼

Extracting a frame at a specific timestamp requires decoding the input media and applying time-based frame selection. This skill uses ffmpeg to capture the exact moment from your video file and saves it as a deterministic output JPG image.

Can I generate a thumbnail from a video file without opening a video editor?▼

Yes, you can generate a thumbnail from a video file without opening an editor. This skill extracts still frames directly using ffmpeg, providing a fast visual reference for checking scene content or UI states in recordings.

Do I need ffmpeg installed to extract video frames?▼

Yes, you need ffmpeg installed to extract video frames. This skill requires ffmpeg for decoding input media sources and processing time-based or index-based frame selection to output your image files.

What is the best way to pull a specific numbered frame from a recording for visual debugging?▼

The best way to pull a specific numbered frame from a recording for visual debugging is using index-based frame selection. This skill captures the exact numbered frame using ffmpeg and saves it as an image for quick review.

Does video frame extraction work with all media formats?▼

Video frame extraction works with all ffmpeg-supported media sources. By leveraging ffmpeg for decoding, the skill can process a wide variety of input video formats for your thumbnail creation or visual inspection tasks.