OpenClaw Video Editor

v2.1.0

Professional video editing and production skill. Covers trimming, transitions, color grading, subtitles, watermarks, speed changes, merging, format conversio...

1· 210·0 current·0 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
The declared requirements (ffmpeg, ffprobe, python) and the SKILL.md editing operations (trim, transitions, color grading, subtitles, etc.) match; the included subtitle generator script is appropriate for the stated subtitle/transcription task. The SKILL.md also references host-provided media tools (video_generate, transcribe, upload) — these are reasonable if provided by the runtime.
Instruction Scope
Instructions stay within video editing scope: probing inputs with ffprobe, running ffmpeg commands, using the bundled Python subtitle tool, and writing intermediate files in a workspace. One operational note: the skill expects to use built-in upload/deliver tools which produce public URLs for output files — users should be aware that delivered/uploaded files may be publicly accessible.
Install Mechanism
No install spec is provided (instruction-only) and the only code file is a small, local Python script that reads/writes files. Nothing is downloaded or extracted from external URLs.
Credentials
The skill declares no required environment variables, no credentials, and does not access system config paths; the included script reads only local transcript JSON and writes subtitle files.
Persistence & Privilege
The skill is not forced-always (always:false) and does not request persistent/privileged system presence. Autonomous invocation is allowed (default), which is typical for skills; this alone is not a red flag.
Assessment
This skill appears to do what it says: it requires ffmpeg/ffprobe and Python and uses a small local script to generate subtitles. Before installing, ensure your host runtime provides the named built-in media tools (video_generate, transcribe, upload) if you expect AI generation features to work. Note that the skill writes intermediate files to the workspace and uses upload/deliver to share outputs — check whether those uploads become public URLs and avoid sending sensitive footage if you do not want it exposed. Finally, verify ffmpeg/ffprobe and python are the versions you expect; you can review the small scripts (generate_srt.py) yourself — they only perform local JSON parsing and file writes.

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

latestvk971tnpw2m9wvfe6rsc90wnvhx84kcnm

License

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

Runtime requirements

Binsffmpeg, ffprobe
Any binpython3, python

Comments