com um clique
video-frames
Extract frames or short clips from videos using ffmpeg.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Extract frames or short clips from videos using ffmpeg.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.