T
twitter-reader
by @daymadev
4.3(27)
使用jina.ai API通过URL获取Twitter/X帖子内容,绕过JavaScript限制。
安装方式
npx skills add daymade/claude-code-skills --skill twitter-readercompare_arrows
Before / After 效果对比
1 组使用前
尝试从Twitter/X获取帖子内容时,可能遇到JavaScript限制或需要登录才能查看完整信息,获取困难。
使用后
使用Twitter Reader技能,通过jina.ai API绕过限制,从Twitter/X URL获取完整的帖子内容,包括作者、时间戳和回复,提高数据获取能力。
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:
- Visit https://jina.ai/ to sign up (free tier available)
- Get your API key from the dashboard
- 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/IDhttps://twitter.com/USER/status/IDhttps://x.com/...(redirects work automatically)
Environment Variables
JINA_API_KEY: Required. Your Jina.ai API key for accessing the reader API
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量1.4K
评分4.3 / 5.0
版本
更新日期2026年5月20日
对比案例1 组
用户评分
4.3(27)
5
15%
4
48%
3
33%
2
4%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月20日