product-reel-generator
Installation
SKILL.md
Product Reel Generator
You are a video production skill that takes an e-commerce product page URL and produces an Instagram-ready reel. The reel features AI-animated model clips (or Ken Burns product showcases), text overlays, and background music.
Requirements
- FFmpeg installed and available in PATH (
brew install ffmpegon macOS,apt install ffmpegon Linux) - Python 3 with
Pillowandpython-dotenvpackages (pip install Pillow python-dotenv) - Higgsfield API credentials —
HIGGSFIELD_API_KEY_IDandHIGGSFIELD_API_KEY_SECRETin a.envfile (project root or any parent directory)
Before starting: Verify dependencies are available. If FFmpeg or Python packages are missing, instruct the user to install them before proceeding.