← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-post-production
功能描述
End-to-end short-video post-production from one raw talking-head video: transcribe speech, build timed subtitle phrases, highlight key words, place sound eff...
安全使用建议
This skill appears to do what it claims: it runs local Python scripts plus ffmpeg to transcribe, generate ASS subtitles, and render a final video. Before installing/running: 1) ensure ffmpeg, ffprobe, and python3 are present; expect faster-whisper/Whisper to download model weights (large, network + disk usage) the first time you transcribe; 2) the reference docs include curl examples to download BGM/SFX from third‑party sites — only run those if you trust the source; 3) no credentials or secrets are requested by the skill, but you should still run it on a machine where large downloads and CPU/GPU usage are acceptable; 4) the subtitle generator uses simple text replacement for highlights (may over-replace in edge cases), so verify outputs on a sample video first. If you are processing sensitive videos, run the skill in an isolated environment to limit exposure.
功能分析
Type: OpenClaw Skill
Name: video-post-production
Version: 1.0.0
The video-post-production skill bundle provides a legitimate and well-structured workflow for automating video editing tasks such as transcription, subtitle generation, and audio mixing. It utilizes standard tools like ffmpeg, ffprobe, and the faster-whisper library. The Python scripts (align_speech.py, generate_subtitles.py, render_video.py) use safe subprocess calls with list-based arguments, minimizing shell injection risks. The documentation (SKILL.md and references/) provides clear instructions and helpful resources for acquiring assets from reputable sites like Mixkit and Pixabay, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description match the included scripts (speech alignment, subtitle generation, rendering). Declared runtime tools (ffmpeg, ffprobe, python, faster-whisper) are appropriate for transcription and video/audio processing. No unrelated binaries or credentials are requested.
Instruction Scope
Runtime instructions stay within the stated post-production workflow and reference only local files, ffmpeg, and the included scripts. Two things to note: (1) reference docs show example curl commands to download BGM/SFX from third-party sites (Mixkit, Pixabay) — these are optional examples but would fetch remote content if followed; (2) using faster-whisper/Whisper models typically triggers large model downloads (network + disk) when first run — the SKILL.md doesn't explicitly call this out, but it is expected behavior of the transcription dependency.
Install Mechanism
There is no install spec (instruction-only) and the code runs locally, which is lower risk. The SKILL.md suggests 'pip3 install faster-whisper' if missing; that is standard but will pull packages from PyPI. Reference docs contain curl examples to third-party sites — these are optional but involve external downloads if executed.
Credentials
The skill requires no environment variables, credentials, or config paths. The scripts do not read secrets or system configuration beyond checking standard binaries and working with provided media files.
Persistence & Privilege
always is false, the skill does not request permanent presence or modify other skills; it runs on-demand and writes outputs only to a working directory next to the input video.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-post-production - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-post-production触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
常见问题
Video Post Production 是什么?
End-to-end short-video post-production from one raw talking-head video: transcribe speech, build timed subtitle phrases, highlight key words, place sound eff... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Video Post Production?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-post-production」即可一键安装,无需额外配置。
Video Post Production 是免费的吗?
是的,Video Post Production 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Post Production 支持哪些平台?
Video Post Production 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Post Production?
由 tiepige8(@tiepige8)开发并维护,当前版本 v1.0.0。
推荐 Skills