with one click
video-frames
Extract frames or short clips from videos using ffmpeg.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Extract frames or short clips from videos using ffmpeg.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Search and install agent skills from ClawHub, the public skill registry.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Workflow for handling multi-step and complex tasks using a Todo-Driven approach.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
| name | video-frames |
| description | Extract frames or short clips from videos using ffmpeg. |
| homepage | https://ffmpeg.org |
| metadata | {"closeclaw":{"emoji":"🎞️","requires":{"bins":["ffmpeg"]},"install":[{"id":"brew","kind":"brew","formula":"ffmpeg","bins":["ffmpeg"],"label":"Install ffmpeg (brew)"}]}} |
Extract a single frame from a video, or create quick thumbnails for inspection.
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
--time for “what is happening around here?”..jpg for quick share; use .png for crisp UI frames.