This pulls down Twitter/X content without needing auth or dealing with JavaScript, which is handy when you want Claude to read a thread or article. The newer fetch_article.py script is the real win here: it grabs all the images from X Articles, downloads them locally, and builds proper Markdown with frontmatter and image references ready for your PKM setup. If you just need text, the Jina API route works fine. I like that it handles the annoying parts of archiving tweet content, especially the long-form articles where you actually want those embedded images saved alongside the text instead of dealing with dead links later.
npx skills add https://github.com/daymade/claude-code-skills --skill twitter-reader