← 返回 Skills 市场
851
总下载
1
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install video-editor
功能描述
Perform video editing tasks with ffmpeg, including cutting, merging, converting formats, extracting audio, adding subtitles, resizing, cropping, adjusting sp...
安全使用建议
This skill appears coherent and focused on ffmpeg-based editing with no hidden network calls or secret access. Before installing or running: (1) verify ffmpeg/ffprobe are installed (brew install ffmpeg or your distro package); (2) inspect the included scripts (they are plain shell and call ffmpeg); (3) ensure small utilities used by scripts (realpath, mktemp, bc) exist on your system or adjust the scripts; (4) run operations on trusted or sandboxed files first (ffmpeg processes input media and malformed files can crash tools); and (5) note the source/homepage is unspecified — if provenance matters, request a named maintainer or upstream link before wider use.
功能分析
Type: OpenClaw Skill
Name: video-editor
Version: 1.0.0
The video-editor skill bundle provides a collection of shell scripts that wrap ffmpeg for common media processing tasks such as trimming, merging, and resizing videos. The scripts (e.g., cut.sh, merge.sh, resize.sh) use standard shell quoting for arguments and follow the logic described in the SKILL.md documentation. No evidence of data exfiltration, malicious execution, or prompt injection was found; the bundle functions as a legitimate utility for video editing.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included shell scripts all focus on ffmpeg-based editing (cut, merge, convert, extract audio, subtitles, resize, crop, speed). The declared required binaries (ffmpeg, ffprobe) are appropriate for the stated purpose; scripts perform only video/audio processing using ffmpeg.
Instruction Scope
Runtime instructions direct the agent to run the included scripts and ffmpeg commands; the scripts operate only on user-supplied file paths and temporary files. Minor scope issues: scripts call common system utilities that are not listed in metadata (realpath, mktemp, bc). The SKILL.md troubleshooting examples also reference external utilities (file, iconv). There are no instructions to read unrelated files, access credentials, or send data off-host.
Install Mechanism
No custom install routine or remote downloads are present. The metadata suggests installing ffmpeg via a well-known brew formula (ffmpeg). This is proportionate and expected for an ffmpeg-based skill.
Credentials
The skill requires no environment variables or credentials. Scripts do not attempt to read env vars or secret/config files. Credential access is not requested or implied.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It is user-invocable and can be invoked autonomously per platform defaults, which is normal for a utility skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-editor - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-editor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with cut, merge, convert, extract-audio, add-subtitles, resize, speed, and crop operations
元数据
常见问题
Video Editor 是什么?
Perform video editing tasks with ffmpeg, including cutting, merging, converting formats, extracting audio, adding subtitles, resizing, cropping, adjusting sp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 851 次。
如何安装 Video Editor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-editor」即可一键安装,无需额外配置。
Video Editor 是免费的吗?
是的,Video Editor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Editor 支持哪些平台?
Video Editor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Editor?
由 cntuang(@cntuang)开发并维护,当前版本 v1.0.0。
推荐 Skills