Video Frames

v1.0.0

Extract frames or short clips from videos using ffmpeg.

0· 116·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (extract frames with ffmpeg) match the requirements and code. The only required binary is ffmpeg and the included script invokes ffmpeg to extract frames — nothing else is requested or installed.
Instruction Scope
SKILL.md and scripts/frame.sh only read the user-supplied input video file and write the specified output path. There are no network calls, no reads of unrelated files or environment variables, and no broad discretion (script takes explicit args).
Install Mechanism
Install spec uses Homebrew formula 'ffmpeg', a standard and expected way to obtain ffmpeg on macOS. No arbitrary downloads or extract-from-URL steps are present.
Credentials
No environment variables or credentials are requested. The script does not access any secrets or other config paths.
Persistence & Privilege
Skill does not request persistent/always-on presence (always: false) and does not modify other skills or global agent settings. Autonomous invocation remains enabled (platform default) but is reasonable for a user-invoked utility.
Assessment
This skill is a small, coherent wrapper around ffmpeg. Before installing: ensure you are comfortable installing ffmpeg via Homebrew; the script will write the file you specify (it will create the output directory), so avoid pointing --out to sensitive system paths; don't feed untrusted/malicious video files to ffmpeg on sensitive hosts (keep ffmpeg up to date to receive security fixes). If you run on a platform without Homebrew, you'll need to provide ffmpeg by other means.

Like a lobster shell, security has layers — review code before you run it.

latestvk9750vn6hpr743731dytww3b3183d68v

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
Binsffmpeg

Install

Install ffmpeg (brew)
Bins: ffmpeg
brew install ffmpeg

Comments