9.2kβ
by steipete
video-frames β OpenClaw Skill
video-frames is an OpenClaw Skills integration for data analytics workflows. Extract frames or short clips from videos using ffmpeg.
Skill Snapshot
| name | video-frames |
| description | Extract frames or short clips from videos using ffmpeg. OpenClaw Skills integration. |
| owner | steipete |
| repository | steipete/video-frames |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @steipete/video-frames |
| last updated | Feb 7, 2026 |
Maintainer

name: video-frames description: Extract frames or short clips from videos using ffmpeg. homepage: https://ffmpeg.org metadata: {"clawdbot":{"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:
{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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install video-frames?
Run openclaw add @steipete/video-frames in your terminal. This installs video-frames into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/video-frames. Review commits and README documentation before installing.
