twitter-reader

Installation
SKILL.md

Twitter Reader

Fetch Twitter/X post and article content with full media support.

Quick Start (Recommended)

For X Articles with images, use the new fetch_article.py script:

uv run --with pyyaml python scripts/fetch_article.py <article_url> [output_dir]

Example:

uv run --with pyyaml python scripts/fetch_article.py \
  https://x.com/HiTw93/status/2040047268221608281 \
  ./Clippings
Installs
1.7K
GitHub Stars
1.2K
First Seen
Jan 20, 2026
twitter-reader — daymade/claude-code-skills