clawcut
SKILL.md
ClawCut š¦āļø
AI short video generator: topic ā script ā video with native voice.
Pipeline
- Script generation ā Gemini 3 Pro generates 9-scene screenplay (Chinese narration + English visual descriptions)
- Nine-grid image ā Gemini 3 Pro Image creates character consistency reference (supports up to 14 input images)
- Video generation ā Veo 3.1 generates 9 video clips concurrently with native Chinese speech
- Post-processing ā Silence trimming + ffmpeg concat into final video
Prerequisites
- Google Cloud project with Vertex AI enabled
- Service account JSON with Vertex AI User role
- ffmpeg binary installed
- Python 3.11+