← 返回 Skills 市场
181
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 08-video-merge
功能描述
Locally merges video clips, dubbing audio, SRT subtitles, and background music into a 9:16 vertical short video ready for publishing.
使用说明 (SKILL.md)
视频合成技能
功能介绍
将视频、音频、字幕一键合成为 9:16 竖屏成品短剧。
输入参数
- video_url:视频地址(必填)
- audio_url:音频地址(必填)
- subtitle_url:字幕地址(可选)
输出结果
- final_video_url:最终成片地址
使用场景
- 短剧最终合成发布
- 批量产出可发布视频
- 一键成片自动化
技术说明
纯本地运行,无需API、无需模型配置。
安全使用建议
This skill is a stub: it advertises local video merging but the code does not do any merging — it only returns a static filename. Do not rely on it to process media. Before installing or using it: (1) ask the author for a real implementation (look for calls to ffmpeg or other media libraries and explicit file download/cleanup logic); (2) require the skill to declare required binaries (e.g., ffmpeg) and temporary file paths; (3) inspect any future code for network endpoints, uploads, or external dependencies; and (4) test in a sandboxed environment. If you want a working merge skill, insist on a complete implementation that clearly documents required tools, permissions, and where output files are written.
功能分析
Type: OpenClaw Skill
Name: 08-video-merge
Version: 1.0.3
The skill bundle is a non-functional stub for video merging. The implementation in skill.js simply returns a hardcoded string and does not perform any actual processing, network requests, or file system operations. There are no indicators of malicious intent or security vulnerabilities.
能力评估
Purpose & Capability
The name/description promise full local merging (video + audio + SRT + music, 9:16 output). However, the shipped code (skill.js) contains no media processing, no downloads, and no invocation of tools like ffmpeg; it only returns a static path and message. Required binaries/credentials are none, which is inconsistent with a true local media-processing task that would normally require ffmpeg or similar.
Instruction Scope
SKILL.md describes a pure-local merging workflow and lists expected inputs (video_url, audio_url, subtitle_url). The runtime instructions do not ask for unrelated files or secrets, but the actual runtime (skill.js) does not implement any of the described steps. This is scope mismatch: instructions promise behavior that the code does not carry out.
Install Mechanism
There is no install spec and only a tiny instruction+code file; nothing is downloaded or written to disk by an installer. This low-install footprint reduces risk.
Credentials
The skill requests no environment variables, credentials, or config paths — which is consistent with the provided (non-functional) code. If the skill were implemented, it would likely require local binaries or temporary file access; those are not requested now.
Persistence & Privilege
No elevated privileges or persistent 'always' installation is requested. The skill is user-invocable and does not claim to modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install 08-video-merge - 安装完成后,直接呼叫该 Skill 的名称或使用
/08-video-merge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated skill name and descriptions for clarity and conciseness.
- Simplified input parameters: now uses video_url, audio_url, and optional subtitle_url.
- Streamlined usage scenarios and technical details for easier understanding.
- Removed the obsolete _meta.json file.
v1.0.2
- Updated manifest.json with minor adjustments.
- No changes to features or user-facing documentation.
v1.0.1
- Added _meta.json file for enhanced metadata support.
- No changes to functionality or documentation content.
v1.0.0
Initial release of the 08-video-merge skill.
- Merges video segments, dubbing audio, SRT subtitles, and optional background music into a final 9:16 vertical video.
- Runs entirely locally with no external API calls, ensuring privacy and zero API consumption.
- Designed for efficient batch processing and mass production of short vertical drama videos.
- Outputs a ready-to-publish video URL with automatic video stitching, audio-video sync, subtitle burning, and format adaptation.
元数据
常见问题
08 Video Merge 是什么?
Locally merges video clips, dubbing audio, SRT subtitles, and background music into a 9:16 vertical short video ready for publishing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。
如何安装 08 Video Merge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 08-video-merge」即可一键安装,无需额外配置。
08 Video Merge 是免费的吗?
是的,08 Video Merge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
08 Video Merge 支持哪些平台?
08 Video Merge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 08 Video Merge?
由 GHwyever(@ghwyever)开发并维护,当前版本 v1.0.3。
推荐 Skills