If you've ever stared at FFmpeg documentation trying to remember the syntax for trimming a video or changing aspect ratios, this skill handles the translation for you. It covers the common operations: cutting clips, format conversion, aspect ratio changes for different platforms (Instagram square, TikTok vertical, YouTube 16:9), compression with CRF values, audio extraction, speed changes, and rotation. The real value is in the command patterns it knows, from simple trim operations to the more annoying filter complex syntax for speed adjustments. It auto-generates output filenames and includes sensible defaults like overwrite flags. Not a video editing GUI replacement, but a solid natural language layer over FFmpeg's command line interface.
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill ffmpeg-video-editor