with one click
Extract frames or short clips from videos using ffmpeg.
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill video-framesCopy and paste this command into Claude Code to install the skill
Extract frames or short clips from videos using ffmpeg.
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill video-framesCopy and paste this command into Claude Code to install the skill
Diagnose and resolve FFT_nano runtime issues across container execution, provider credentials, Telegram/WhatsApp routing, scheduler behavior, and per-group logs/state.
Setup and bootstrap FFT_nano on macOS or Linux, including container runtime checks, dependency install/build, env wiring for Pi provider credentials, and first-run startup validation.
Normalize FFT_nano to Docker-first runtime defaults. Use when user asks for Docker parity, cross-platform setup, or to disable host runtime mode.
Debug FFT_nano agent runtime issues (Docker default, host opt-in). Use when agent execution fails, runtime checks fail, or onboarding/startup is blocked.
Run initial FFT_nano setup. Use when user wants to install dependencies, authenticate WhatsApp, register their main channel, or start the background services. Triggers on "setup", "install", "configure fft_nano", or first-time setup requests.
Add Telegram as a channel. Can replace WhatsApp entirely or run alongside it. Also configurable as a control-only channel (triggers actions) or passive channel (receives notifications only).
| name | video-frames |
| description | Extract frames or short clips from videos using ffmpeg. |
| metadata | {"openclaw":"{\"emoji\":\"🎞️\",\"requires\":{\"bins\":[\"ffmpeg\"]},\"install\":[{\"id\":\"brew\",\"kind\":\"brew\",\"formula\":\"ffmpeg\",\"bins\":[\"ffmpeg\"],\"label\":\"Install ffmpeg (brew)\"}]}","legacy_homepage":"https://ffmpeg.org"} |
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.