twitter-to-reel
Installation
SKILL.md
Twitter to Reel Converter
Convert Twitter/X posts into Instagram Reels format (9:16 vertical video).
Dependencies
Python dependencies are installed automatically via PEP 723 inline metadata when using uv run.
Playwright and FFmpeg must be installed separately:
# Install Playwright globally via uv tool
uv tool install playwright
# Install Chromium browser for Playwright
playwright install chromium
# FFmpeg - Ubuntu/Debian
apt-get install ffmpeg