← 返回 Skills 市场
machunlin

video-merger

作者 machunlin · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
334
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install video-merger
功能描述
多片段短视频自动拼接工具,支持按文件名排序、统一音视频参数、淡入淡出转场、分块/完整拼接,适合短剧、分镜头视频批量拼接
安全使用建议
This package appears coherent and implements a local ffmpeg-based merger. Before installing: (1) verify the source repository or author if you need provenance (homepage is missing); (2) install ffmpeg from your platform's official packages to avoid untrusted binaries; (3) run the included tests in a safe environment and review scripts/merge.py and src/video_merger.py yourself (they call ffmpeg/ffprobe via subprocess but do not perform network access or read credentials); (4) only point the tool at directories you intend it to read (it will access any file paths you supply). If you require stronger assurance, run it in an isolated/containerized environment or inspect/verify the package on the machine before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: video-merger Version: 1.1.0 The video-merger skill is a legitimate utility designed to concatenate video segments using ffmpeg. The core logic in src/video_merger.py uses subprocess.run with argument lists to execute ffmpeg and ffprobe commands, which is a standard and relatively safe practice. The skill includes comprehensive documentation (SKILL.md, README.md), unit tests (tests/test_merger.py), and standard project metadata, with no evidence of malicious intent, data exfiltration, or unauthorized persistence mechanisms.
能力评估
Purpose & Capability
Name/description match the packaged code and CLI. The skill requires ffmpeg and Python 3.8+, which are appropriate and proportionate for a video-merging tool. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs installing ffmpeg and running the provided CLI; runtime instructions and code only access local files and call ffmpeg/ffprobe via subprocess. There are no instructions to read unrelated system files, transmit data externally, or access credentials. The subprocess calls are expected for ffmpeg usage.
Install Mechanism
No remote download/install from untrusted URLs. The provided install.sh uses package managers (brew/apt) to install ffmpeg or prompts manual install. No extract-from-URL or obscure installers present.
Credentials
No environment variables, credentials, or config paths are required. The code does not attempt to read env vars or external secrets. Allowing the tool to run only grants it access to files you point it at (input directory and any paths passed).
Persistence & Privilege
Skill is not forced-always-included (always:false) and does not request elevated platform privileges or modify other skills. It runs only when invoked by the user/agent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-merger
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-merger 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
新增分块输出模式,支持自定义分块时长,完善命令行参数和文档
v1.0.0
video-merger 1.0.0 - Initial release of the video-merger tool. - Automatically merges sequential short video clips into a longer video, ensuring correct order by filename. - Unifies video parameters such as resolution, framerate, and encoding for smooth playback. - Supports fade-in/out transitions (optional) and seamless audio synchronization. - Offers both chunked output (approx. 1 minute per segment) and full-length output modes. - Allows custom resolution and transition duration settings.
元数据
Slug video-merger
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

video-merger 是什么?

多片段短视频自动拼接工具,支持按文件名排序、统一音视频参数、淡入淡出转场、分块/完整拼接,适合短剧、分镜头视频批量拼接. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 334 次。

如何安装 video-merger?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-merger」即可一键安装,无需额外配置。

video-merger 是免费的吗?

是的,video-merger 完全免费(开源免费),可自由下载、安装和使用。

video-merger 支持哪些平台?

video-merger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 video-merger?

由 machunlin(@machunlin)开发并维护,当前版本 v1.1.0。

💬 留言讨论