Video Frames

v1.0.1

Extract frames or short clips from videos using ffmpeg.

0· 279·2 current·2 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 match the included files and runtime instructions. The only runtime dependency is ffmpeg (declared) and the script operates on a user-supplied video file to produce a local output image.
Instruction Scope
SKILL.md and scripts/frame.sh only read the provided input video and write the specified output path. No reading of unrelated files, no network endpoints, no collection or transmission of extra data, and no vague 'gather whatever context you need' instructions.
Install Mechanism
Install is limited to a homebrew formula (ffmpeg) which is a standard, well-known package source; no arbitrary downloads or archive extraction are used.
Credentials
No environment variables, credentials, or config paths are required. The requested resources are proportional to the stated purpose.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system-wide changes or access to other skills' configurations. Default autonomous invocation is unchanged (normal).
Assessment
This skill is straightforward: it runs a small bash wrapper around ffmpeg to extract frames and will install ffmpeg via Homebrew if needed. Before installing: ensure you are comfortable allowing brew to install ffmpeg; use the official ffmpeg package source; and be aware that processing untrusted video files can be risky because vulnerabilities have existed in ffmpeg in the past — consider running on trusted inputs or in a sandbox if the videos come from unknown sources. No credentials are requested and the skill does not transmit data off your machine.

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

latestvk970fyq3rh4g4nrppgrsnjgty183c8dq

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