twitter-to-reel
Installation
SKILL.md
Twitter to Reel Converter
Convert Twitter/X posts into Instagram Reels format (9:16 vertical video).
Dependencies
Install required packages before use:
pip install playwright pillow numpy
playwright install chromium
FFmpeg must also be available:
# Ubuntu/Debian
apt-get install ffmpeg
# macOS
Related skills
More from bossjones/boss-skills
twitter-media-downloader
Download images and videos from X/Twitter using gallery-dl. Use when user wants to download media from Twitter/X URLs including tweets, user profiles, timelines, or likes. Supports single tweets, entire user media galleries, bookmarks, and lists. Handles authentication via cookies for accessing protected content.
48doc-generator
Generate markdown documentation from Python codebases by analyzing source files, extracting docstrings, type hints, and code structure. Use when the user asks to document Python code, create API docs, or generate README files from source code.
4