Video Editor
v1.0.0Edits existing videos using ffmpeg and Python. Use ALWAYS when the user wants to edit a video, cut a video, join videos, add subtitles, add music, remove aud...
⭐ 0· 55·0 current·0 all-time
byEmerson Braun@emersonbraun
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The SKILL.md content matches the declared purpose (video edits using ffmpeg and Python). However, the registry metadata lists no required binaries while the instructions clearly rely on ffmpeg/ffprobe and may call Python/whisper — a minor inconsistency (expected tools are not declared). Also the internal SKILL.md version (1.1.0) differs from registry version (1.0.0).
Instruction Scope
Instructions stay focused on video tasks (analysis with ffprobe, editing with ffmpeg, subtitle generation with Whisper, etc.). They do not instruct reading unrelated files, accessing credentials, or sending data to external endpoints. The SKILL.md does include pip install and whisper usage, which will download packages or models if executed, but this is appropriate for transcription functionality.
Install Mechanism
There is no formal install spec (instruction-only), so nothing is written by the skill itself. The runtime instructions do call out pip install openai-whisper and expect ffmpeg/ffprobe on PATH; those actions will cause network downloads if executed and can pull large ML models. This is normal for a transcription step but worth noting because it involves runtime package/model downloads.
Credentials
The skill requests no environment variables, credentials, or config paths. That aligns with its purpose: local video editing does not require secret tokens. No unrelated credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated persistence or to modify other skills/config. Autonomous invocation is allowed (platform default) but is not combined with other red flags here.
Assessment
This skill appears to be what it claims: an ffmpeg/Python recipe collection for editing videos. Before using it, ensure your environment has ffmpeg and ffprobe installed (the SKILL.md assumes them even though the registry didn't list them). Be aware that following instructions like `pip install openai-whisper` and running Whisper may download models and large files from the internet and consume disk/CPU. The skill does not request any credentials or perform network exfiltration in its instructions, but executing the provided shell commands will run local binaries and install packages — review any commands you intend the agent to run, keep backups (the skill correctly advises not to overwrite originals), and verify you trust any Python packages it suggests installing.Like a lobster shell, security has layers — review code before you run it.
latestvk97ex5dkxessf8628nh4znenvh84dhzg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
