video-creator

Installation
SKILL.md

Video Creator

Professional cinematic video production for products, services, events, and brands. Every output is a 1920×1080 MP4 with voiceover, synced captions, rich animation, and multiple scene transitions.

Quick Start (3 commands)

# 1. Scaffold project
npx --yes hyperframes@0.6.51 init my-video

# 2. Generate voiceover
python3 -c "from kokoro_onnx import Kokoro; import soundfile as sf; k=Kokoro('models/kokoro-v1.0.onnx','models/voices-v1.0.bin'); s,r=k.create(open('script.txt').read(),voice='bm_george',speed=0.92,lang='en-gb'); sf.write('narration.wav',s,r)"

# 3. Transcribe for captions
npx --yes hyperframes@0.6.51 transcribe narration.wav --model small.en

# 4. Render
npx --yes hyperframes@0.6.51 render
Installs
2
First Seen
Jul 2, 2026
video-creator — drolu/agent-skills