Process video and audio using FFmpeg CLI for transcoding, cutting, merging, audio extraction, thumbnails, GIFs, speed, filters, subtitles, and watermarks.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ffmpeg-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ffmpeg-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ffmpeg-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ffmpeg-cli description: Comprehensive video/audio processing with FFmpeg. Use for: (1) Video transcoding and format conversion, (2) Cutting and merging clips, (3) Audio extraction and manipulation, (4) Thumbnail and GIF generation, (5) Resolution scaling and quality adjustment, (6) Adding subtitles or watermarks, (7) Speed adjustment (slow/fast motion), (8) Color correction and filters. metadata: {"clawdbot":{"emoji":"🎬","requires":{"bins":["ffmpeg"]},"install":[{"id":"brew","kind":"brew","formula":"ffmpeg","bins":["ffmpeg"],"label":"Install ffmpeg (brew)"}]}} ---
| Task | Command | |------|---------| | Cut video | {baseDir}/scripts/cut.sh -i -s | | Merge clips | {baseDir}/scripts/merge.sh -o | | Extract audio | {baseDir}/scripts/extract-audio.sh -i | | Generate thumbnail | {baseDir}/scripts/thumb.sh -i | | Create GIF | {baseDir}/scripts/gif.sh -i | | Convert format | {baseDir}/scripts/convert.sh -i -o | | Change speed | {baseDir}/scripts/speed.sh -i -r <0.5-2.0> -o | | Add watermark | {baseDir}/scripts/watermark.sh -i |
{baseDir}/scripts/cut.sh -i video.mp4 -s 00:01:30 -e 00:02:45 -o clip.mp4
{baseDir}/scripts/merge.sh -o merged.mp4 part1.mp4 part2.mp4 part3.mp4
{baseDir}/scripts/extract-audio.sh -i video.mp4 -o audio.mp3
{baseDir}/scripts/thumb.sh -i video.mp4 -t 00:00:15 -o frame.jpg
{baseDir}/scripts/gif.sh -i video.mp4 -s 00:00:10 -e 00:00:15 -o clip.gif
{baseDir}/scripts/convert.sh -i input.avi -o output.mp4
{baseDir}/scripts/speed.sh -i video.mp4 -r 2.0 -o fast.mp4 # 2x speed
{baseDir}/scripts/speed.sh -i video.mp4 -r 0.5 -o slow.mp4 # 0.5x speed
{baseDir}/scripts/watermark.sh -i video.mp4 -w logo.png -o output.mp4
-h or no args to see script usage安装 FFmpeg CLI 后,可以对 AI 说这些话来触发它
Help me get started with FFmpeg CLI
Explains what FFmpeg CLI does, walks through the setup, and runs a quick demo based on your current project
Use FFmpeg CLI to process video and audio using FFmpeg CLI for transcoding, cutting, ...
Invokes FFmpeg CLI with the right parameters and returns the result directly in the conversation
What can I do with FFmpeg CLI in my design & creative workflow?
Lists the top use cases for FFmpeg CLI, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ffmpeg-cli/ 目录(个人级,所有项目可用),或 .claude/skills/ffmpeg-cli/(项目级)。重启 AI 客户端后,用 /ffmpeg-cli 主动调用,或让 AI 根据上下文自动发现并使用。
FFmpeg CLI 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
FFmpeg CLI 可免费安装使用。请查阅仓库了解许可证信息。
Process video and audio using FFmpeg CLI for transcoding, cutting, merging, audio extraction, thumbnails, GIFs, speed, filters, subtitles, and watermarks.
FFmpeg CLI 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using FFmpeg CLI
Identifies repetitive steps in your workflow and sets up FFmpeg CLI to handle them automatically