video-style-extractor
Installation
SKILL.md
Video Style Extractor
Extract the complete editing style from one or more videos, including pixel-art mascot profiles when present, and produce artifacts ready for AI image generators and image-to-video generators.
Prerequisites
- Gemini API key in the environment as
GEMINI_API_KEY. Set it withexport GEMINI_API_KEY="your-key"(add the line to your shell profile to make it stick). - google-genai Python SDK
- ffmpeg and yt-dlp on your PATH
- Python deps from
scripts/requirements.txt:pip install -r "${CLAUDE_SKILL_DIR}/scripts/requirements.txt"
All local helpers live under scripts/ and are invoked as python -m scripts.<module> from the skill directory (cd "${CLAUDE_SKILL_DIR}").