← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-post-production
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-post-production - After installation, invoke the skill by name or use
/video-post-production - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Video Post Production?
Run "/install video-post-production" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Post Production free?
Yes, Video Post Production is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Post Production support?
Video Post Production is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Post Production?
It is built and maintained by tiepige8 (@tiepige8); the current version is v1.0.0.
More Skills