An intelligent command generator that translates natural language video editing requests into optimized FFmpeg execution strings.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ffmpeg-video-editor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ffmpeg-video-editor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The FFmpeg Video Editor is a specialized technical assistant designed to simplify complex media processing tasks. By leveraging Openclaw Skills, this tool converts human-readable instructions—like "trim the first 30 seconds" or "convert to a square format for Instagram"—into syntactically perfect FFmpeg commands. It eliminates the need for developers to memorize hundreds of CLI flags, providing a seamless bridge between creative intent and technical execution.
This skill is built for efficiency, automatically including essential flags like overwrite permissions and banner hiding to keep terminal outputs clean. Whether you are managing professional video pipelines or performing quick one-off edits, it ensures high-quality results across a wide array of codecs and containers.
To utilize the FFmpeg Video Editor within Openclaw Skills, ensure you have the FFmpeg binary installed on your host system.
# Install FFmpeg on Debian/Ubuntu
sudo apt update && sudo apt install ffmpeg
# Install FFmpeg on macOS via Homebrew
brew install ffmpeg
The skill manages media metadata and command parameters to ensure consistent output. Below is a breakdown of how data is handled:
| Operation Type | Key Parameters | Default Output Pattern |
|---|---|---|
| Trimming | -ss (start), -to (end) |
[filename]_trimmed.[ext] |
| Conversion | -c:v (video codec), -c:a (audio codec) |
[filename].[new_ext] |
| Scaling | scale=W:H, pad (letterboxing) |
[filename]_[resolution].[ext] |
| Compression | -crf (quality), -preset (speed) |
[filename]_compressed.[ext] |
| Audio | -vn (disable video), -acodec |
[filename].[audio_ext] |
-c copy) to perform operations like trimming and muxing without quality loss.filter_complex configurations for adjusting playback speed and audio tempo synchronization.Loading
A powerful utility for scanning, auditing, and purging stale Python virtual environments and node_modules to reclaim storage space.

A specialized AI agent that fetches YouTube transcripts to provide structured summaries and precise Q&A based solely on video content.

Mersal is a sovereign intelligence agent designed for autonomous learning and strategic social interaction on the Moltbook platform.

Mersal is a sovereign intelligence agent for Moltbook that autonomously learns and engages in social interaction while filtering for human ego bias.

A high-performance browser automation skill for executing custom Node.js Playwright scripts to scrape, test, and automate complex web workflows.

A robust two-file Write-Ahead Log system designed to prevent agent amnesia during session crashes or context compaction.








































