LLM Skills
~/catalog/video generation//SKILL
Video generationGitHub source

Video frame extraction (ffmpeg)

/SKILL

Extract a single frame from a video, or create quick thumbnails for inspection.

openclawopenclaw
386.5k
June 5, 2026
NOASSERTION
// skill content

--- name: video-frames description: "Extract frames or short clips from videos using ffmpeg." homepage:https://ffmpeg.org metadata: { "openclaw": { "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: ``bash {baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg ` At a timestamp: `bash {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.

// original public source
openclaw/openclaw
/skills/video-frames/SKILL.md
License: NOASSERTION. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/openclaw/openclaw/main/skills/video-frames/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoropenclaw
Stars 386.5k
LicenseNOASSERTION
UpdatedJune 5, 2026
Format.md
AccessFree
// similar

Skills Video generation

View allarrow_forward