blitzreels-faceless
Installation
SKILL.md
BlitzReels Faceless Video Generation
Generate AI-powered faceless videos from a topic or script.
Cost Warning: Faceless generation consumes AI credits (AI script writing, image generation, voiceover, video assembly). You MUST present a plan to the user and get approval before calling any expensive endpoint.
Quick Start
# Full pipeline: topic → video
bash scripts/faceless.sh --topic "5 productivity tips" --duration 30 --voice rachel --style cinematic
# Dry run — show plan without executing
bash scripts/faceless.sh --topic "5 productivity tips" --dry-run
# From a user-provided script (paragraph breaks = scene breaks)
bash scripts/faceless.sh --script "First scene narration.\n\nSecond scene narration." --duration 60