A comprehensive FFmpeg-based video utility for cutting, compressing, and converting media files within AI agent workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cutmv
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 cutmv using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The cutmv Video Tool is a robust media processing engine designed to integrate seamlessly into the OpenClaw environment. By leveraging the industry-standard FFmpeg library, this skill allows users to perform high-level video and audio manipulations—such as bitrate compression, format conversion, and precise segment cutting—without leaving their development workspace. It is built to bridge the gap between raw video data and actionable media assets.
As part of the broader ecosystem of Openclaw Skills, this tool provides a programmatic and CLI-based interface for tasks that typically require heavy manual editing. It is particularly effective for developers building agents that need to summarize video content, prepare media for social platforms, or extract specific data points from visual recordings.
To use this tool, first ensure FFmpeg is installed on your operating system:
# macOS
brew install ffmpeg
# Ubuntu
sudo apt install ffmpeg
# Windows
winget install ffmpeg
Then, place the skill files into your local OpenClaw directory structure:
~/openclaw-workspace/skills/cutmv-video-tool/
├── SKILL.md
├── skill.py
├── README.md
└── README-CN.md
The cutmv Video Tool operates on a file-in, file-out basis within the workspace. It organizes data according to the following structure:
| Component | Description |
|---|---|
| Source Media | Input files in formats such as MP4, AVI, MOV, or MP3. |
| Processed Output | Newly generated files following conversion, compression, or cutting operations. |
| Frame Directory | A dedicated folder used when extracting multiple images from a video source. |
| Subtitle Assets | External .srt or .ass files utilized for hard-coding text into video streams. |
Loading
A versatile FFmpeg-powered media tool for video compression, format conversion, and automated frame extraction.

A specialized skill for AI agents to search for hotels, retrieve real-time pricing, and access detailed room information via the AIGoHotel MCP server.

A sophisticated agent framework featuring a three-tier memory system and autonomous self-evolution mechanisms.

A dual-channel automation tool for sending notes to flomo via macOS URL schemes or reliable webhook fallbacks.

A high-performance media processing utility for video cutting, compression, and format conversion powered by FFmpeg.

A dedicated tracking tool for monitoring and managing MiniMax API prompt consumption in real-time.








































