← Back to Skills Marketplace
Video Frames
by
Peter Steinberger
· GitHub ↗
· v1.0.0
52506
Downloads
129
Stars
1597
Active Installs
1
Versions
Install in OpenClaw
/install video-frames
Description
Extract frames or short clips from videos using ffmpeg.
Usage Guidance
Install only if you are comfortable using ffmpeg locally. Choose the --out path carefully, because the script can overwrite an existing file at that path.
Capability Analysis
Type: OpenClaw Skill
Name: video-frames
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides clear instructions for extracting video frames using `ffmpeg` and does not contain any prompt injection attempts against the AI agent. The `scripts/frame.sh` script correctly parses arguments, validates input, and executes `ffmpeg` commands with proper quoting, preventing shell injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or other high-risk behaviors. The functionality is clearly aligned with its stated purpose.
Capability Assessment
Purpose & Capability
The SKILL.md and script are coherent with the stated purpose of extracting video frames using ffmpeg.
Instruction Scope
Instructions are limited to explicit, user-invoked commands with a video input, optional timestamp or frame index, and output path.
Install Mechanism
The only declared install requirement is the ffmpeg binary, with a Homebrew install option; this is proportionate to the skill's purpose.
Credentials
The script reads a specified local video and writes a specified image file. It creates the output directory and uses ffmpeg overwrite mode, so an existing output file can be replaced if the user points to it.
Persistence & Privilege
No persistence, background process, credentials, account access, network transfer, privilege escalation, or hidden data collection is shown.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-frames - After installation, invoke the skill by name or use
/video-frames - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Metadata
Frequently Asked Questions
What is Video Frames?
Extract frames or short clips from videos using ffmpeg. It is an AI Agent Skill for Claude Code / OpenClaw, with 52506 downloads so far.
How do I install Video Frames?
Run "/install video-frames" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Frames free?
Yes, Video Frames is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Video Frames support?
Video Frames is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Frames?
It is built and maintained by Peter Steinberger (@steipete); the current version is v1.0.0.
More Skills