twitter-reader

Installation
Summary

Fetch Twitter/X post content by URL without JavaScript or authentication.

  • Retrieves full post metadata including author, timestamp, text content, images, and thread replies via Jina.ai API
  • Supports both individual tweet fetching and batch operations across x.com and twitter.com URLs
  • Includes bundled Python and Bash scripts for single and multiple tweet retrieval
  • Requires a free Jina API key set as an environment variable to function
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
Related skills

More from daymade/claude-code-skills

Installs
1.5K
GitHub Stars
1.1K
First Seen
Jan 20, 2026