video-frames
Quickly extract images or clips from videos using ffmpeg.
Install
mkdir -p .claude/skills/video-frames && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/688" && unzip -o skill.zip -d .claude/skills/video-frames && rm skill.zipInstalls to .claude/skills/video-frames
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Extract frames or short clips from videos using ffmpeg.Key capabilities
- →Extract frames by precise timestamp
- →Generate thumbnails from video sources
- →Preview visual media content
- →Slice segments for visual inspection
How it works
It wraps command-line arguments and triggers execution of the ffmpeg binary to seek specific frames or intervals.
Inputs & outputs
When to use video-frames
- →Extract a single frame at a specific timestamp
- →Generate thumbnails from video files
- →Create short video clips for inspection
- →Quickly preview video content via images
About this skill
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.
When not to use it
- →Heavy video transcoding tasks
- →Real-time video streaming processing
Prerequisites
Limitations
- →Dependent on ffmpeg installation
- →Limited by the duration and format of the source video
How it compares
It simplifies complex CLI syntax into a single-call script for quick visual inspection.
Compared to similar skills
video-frames side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| video-frames (this skill) | 20 | 2mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
| video-processor | 17 | 3mo | Review | Intermediate |
| yt-dlp | 16 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by openclaw
View all by openclaw →You might also like
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
video-processor
basher83
Process video files with audio extraction, format conversion (mp4, webm), and Whisper
yt-dlp
SecKatie
Download audio and video from thousands of websites using yt-dlp. Feature-rich command-line tool supporting format selection, subtitle extraction, playlist handling, metadata embedding, and post-processing. This skill is triggered when the user says things like "download this video", "download from YouTube", "extract audio from video", "download this playlist", "get the mp3 from this video", "download subtitles", or "save this video locally".
youtube-clipper
op7418
YouTube 视频智能剪辑工具。下载视频和字幕,AI 分析生成精细章节(几分钟级别), 用户选择片段后自动剪辑、翻译字幕为中英双语、烧录字幕到视频,并生成总结文案。 使用场景:当用户需要剪辑 YouTube 视频、生成短视频片段、制作双语字幕版本时。 关键词:视频剪辑、YouTube、字幕翻译、双语字幕、视频下载、clip video
tts-node
szhshp
>-
skills
Sergio-prog
Fram is a compact media workshop for the terminal, API, and Telegram. The current primary surface is the `fram` CLI, backed by the same typed processing core used by the API and bot.