What problem does it solve? Saving X (Twitter) content for offline reading or archiving is difficult because tweets, threads, and long-form articles are locked behind the platform's dynamic web interface. This Skill converts X content into clean, portable markdown files with YAML front matter, including optional local media downloads. ## Core Features & Use Cases - Tweet and Thread Conversion: Fetches single tweets or full threads via X's internal GraphQL API and formats them as markdown with author, URL, and media metadata. - X Article Extraction: Extracts full long-form X Articles including headings, lists, quotes, code blocks, and embedded media. - Media Localization: Optionally downloads images and videos to local imgs/ and videos/ directories and rewrites markdown links to relative paths. - Use Case: A researcher finds a 15-tweet technical thread on X and wants it archived. They provide the URL, accept the one-time disclaimer, and receive a structured markdown file with all tweets numbered, quoted tweets formatted, and images saved locally. ## Quick Start Convert this tweet to markdown and save it with all images downloaded locally: https://x.com/username/status/1234567890