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日