Extract frames or short clips from videos using ffmpeg.
Security Analysis
high confidenceThe skill does what it claims: an instruction-only helper that calls ffmpeg to extract frames; its files and instructions are coherent and proportional to that purpose.
Name/description match the included script and instructions. The only dependency required is ffmpeg, which is appropriate for extracting frames; no unrelated binaries, env vars, or config paths are requested.
SKILL.md tells the agent to run the included scripts/frame.sh with a video path, optional time/index, and an output path. The script only checks the provided input file, creates the output directory, runs ffmpeg to write a single frame, and echoes the output path—there are no network calls, no reading of unrelated files or env vars, and no external endpoints referenced.
The registry lists no install spec (instruction-only), so nothing is written to disk beyond the included script when the skill is installed. SKILL.md metadata has a harmless suggestion to install ffmpeg via brew (ffmpeg is a well-known project); there are no downloads from untrusted URLs or extract steps.
No environment variables, credentials, or config paths are required. The script does not read or depend on any secrets—requested privileges are minimal and proportional to the task.
Skill is not always-on and does not request elevated or persistent privileges. It does not modify other skills or system-wide agent settings; autonomous invocation is allowed (platform default) but not combined with other concerning flags.
Guidance
This skill is small and coherent: it runs the included frame.sh which calls your local ffmpeg to extract a frame. Before installing, ensure you have a trusted ffmpeg binary (install via your package manager if needed). The script only reads the video file you provide and writes the output you specify; it does not exfiltrate data or access other files. As with any tool that processes untrusted media, consider potential bugs in ffmpeg itself—avoid running it on untrusted files in high-security environments.
Latest Release
v1.0.0
More by @steipete
Published by @steipete on ClawHub