Media Compress
v1.1.0Compress and convert images and videos using ffmpeg. Use when the user wants to reduce file size, change format, resize, or optimize media files. Handles com...
⭐ 0· 104·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill name/description, SKILL.md, and the two included scripts all align: they compress/convert images and videos by invoking ffmpeg/ffprobe. One small inconsistency: the registry metadata lists no required binaries, but the SKILL.md and the scripts clearly require ffmpeg/ffprobe; the scripts check for ffmpeg at runtime. Requiring ffmpeg is expected for this purpose, so this is a metadata omission rather than a functional mismatch.
Instruction Scope
Runtime instructions and the scripts operate on user-specified files or directories, create optional backups in the same folder, and run ffmpeg/ffprobe via subprocess without shell=True. There are no instructions to read unrelated system configuration, access network services, or exfiltrate data. Preview mode only prints estimates. Behavior stays within the stated purpose.
Install Mechanism
No install spec (instruction-only) and included Python scripts are provided. Nothing downloads or executes code from remote URLs during install—lowest-risk install posture. The skill does require an external binary (ffmpeg) to be present, but that is standard and the scripts check for it.
Credentials
The skill does not request any environment variables, credentials, or config paths. That is appropriate for a local media-processing utility. There are no hidden references to environment secrets in the scripts.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false), does not modify other skills or global agent configuration, and only writes files in user-specified input/output locations. No excessive persistence or privilege is requested.
Assessment
This skill appears to be what it says: a local ffmpeg wrapper that compresses and converts media. Before installing or running: (1) confirm ffmpeg/ffprobe are installed from an official source, since the scripts call those binaries; (2) review the included scripts (they run ffmpeg via subprocess without shell interpolation, which reduces injection risk); (3) run first in preview mode (--preview) and test on a copy of files or a non-sensitive folder; (4) be aware backups are saved next to originals with a .backup suffix—ensure no name collisions; (5) note the registry metadata omitted declaring ffmpeg as a required binary (a documentation gap) — you should ensure the environment has ffmpeg/ffprobe available before use.Like a lobster shell, security has layers — review code before you run it.
compressionvk9761mxpvs4c1k1bggde8dpvr98351bmffmpegvk9761mxpvs4c1k1bggde8dpvr98351bmimagevk9761mxpvs4c1k1bggde8dpvr98351bmlatestvk9761mxpvs4c1k1bggde8dpvr98351bmmediavk9761mxpvs4c1k1bggde8dpvr98351bmmp4vk9761mxpvs4c1k1bggde8dpvr98351bmvideovk9761mxpvs4c1k1bggde8dpvr98351bmwebpvk9761mxpvs4c1k1bggde8dpvr98351bm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
