T

twitter-reader

by @daymadev
4.3(27)

Use the jina.ai API to retrieve Twitter/X post content via URL, bypassing JavaScript restrictions.

twitter-apisocial-media-monitoringsentiment-analysisdata-extractiontrend-analysisGitHub
Installation
npx skills add daymade/claude-code-skills --skill twitter-reader
compare_arrows

Before / After Comparison

1
Before

When attempting to retrieve post content from Twitter/X, you may encounter JavaScript restrictions or require a login to view complete information, making retrieval difficult.

After

Using the Twitter Reader skill, you can bypass these restrictions via the jina.ai API to retrieve complete post content from Twitter/X URLs, including author, timestamp, and replies, thereby enhancing data retrieval capabilities.

SKILL.md

Twitter Reader

Fetch Twitter/X post content without needing JavaScript or authentication.

Prerequisites

You need a Jina API key to use this skill:

  1. Visit https://jina.ai/ to sign up (free tier available)
  2. Get your API key from the dashboard
  3. Set the environment variable:
export JINA_API_KEY="your_api_key_here"

Quick Start

For a single tweet, use curl directly:

curl "https://r.jina.ai/https://x.com/USER/status/TWEET_ID" \
  -H "Authorization: Bearer ${JINA_API_KEY}"

For multiple tweets, use the bundled script:

scripts/fetch_tweets.sh url1 url2 url3

What Gets Returned

  • Title: Post author and content preview
  • URL Source: Original tweet link
  • Published Time: GMT timestamp
  • Markdown Content: Full post text with media descriptions

Bundled Scripts

fetch_tweet.py

Python script for fetching individual tweets.

python scripts/fetch_tweet.py https://x.com/user/status/123 output.md

fetch_tweets.sh

Bash script for batch fetching multiple tweets.

scripts/fetch_tweets.sh \
  "https://x.com/user/status/123" \
  "https://x.com/user/status/456"

URL Formats Supported

  • https://x.com/USER/status/ID
  • https://twitter.com/USER/status/ID
  • https://x.com/... (redirects work automatically)

Environment Variables

  • JINA_API_KEY: Required. Your Jina.ai API key for accessing the reader API

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs1.4K
Rating4.3 / 5.0
Version
Updated2026年5月20日
Comparisons1

User Rating

4.3(27)
5
15%
4
48%
3
33%
2
4%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年5月20日