twitter-media-downloader
Installation
SKILL.md
Twitter/X Media Downloader
Download images and videos from X/Twitter using gallery-dl.
Quick Start
Run the download script with a Twitter/X URL:
uv run scripts/download.py "https://x.com/username" --output ./downloads
Supported URL Types
- Single tweets:
https://x.com/user/status/1234567890 - User timelines:
https://x.com/username - User media:
https://x.com/username/media - User likes:
https://x.com/username/likes(requires auth) - Bookmarks:
https://x.com/i/bookmarks(requires auth)
Related skills
More from bossjones/boss-skills
doc-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.
4twitter-to-reel
Convert Twitter/X posts into Instagram Reels format. Screenshots tweets, crops to show username/caption/media, creates a 9:16 vertical canvas with matching background color, and overlays downloaded video content. Works alongside twitter-media-downloader skill. Use when user wants to repurpose Twitter content for Instagram, TikTok, or other vertical video platforms.
1