twitter-reader by daymade/claude-code-skills
npx skills add https://github.com/daymade/claude-code-skills --skill twitter-reader无需 JavaScript 或身份验证即可获取 Twitter/X 帖子内容。
使用此技能需要 Jina API 密钥:
export JINA_API_KEY="your_api_key_here"
对于单条推文,直接使用 curl:
curl "https://r.jina.ai/https://x.com/USER/status/TWEET_ID" \
-H "Authorization: Bearer ${JINA_API_KEY}"
对于多条推文,使用捆绑的脚本:
scripts/fetch_tweets.sh url1 url2 url3
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
用于获取单条推文的 Python 脚本。
python scripts/fetch_tweet.py https://x.com/user/status/123 output.md
用于批量获取多条推文的 Bash 脚本。
scripts/fetch_tweets.sh \
"https://x.com/user/status/123" \
"https://x.com/user/status/456"
https://x.com/USER/status/IDhttps://twitter.com/USER/status/IDhttps://x.com/...(重定向自动处理)JINA_API_KEY:必需。用于访问阅读器 API 的 Jina.ai API 密钥每周安装量
758
代码仓库
GitHub 星标数
708
首次出现
2026年1月20日
安全审计
安装于
opencode630
gemini-cli605
codex604
openclaw574
cursor570
github-copilot554
Fetch Twitter/X post content without needing JavaScript or authentication.
You need a Jina API key to use this skill:
export JINA_API_KEY="your_api_key_here"
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
Python script for fetching individual tweets.
python scripts/fetch_tweet.py https://x.com/user/status/123 output.md
Bash script for batch fetching multiple tweets.
scripts/fetch_tweets.sh \
"https://x.com/user/status/123" \
"https://x.com/user/status/456"
https://x.com/USER/status/IDhttps://twitter.com/USER/status/IDhttps://x.com/... (redirects work automatically)JINA_API_KEY: Required. Your Jina.ai API key for accessing the reader APIWeekly Installs
758
Repository
GitHub Stars
708
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
opencode630
gemini-cli605
codex604
openclaw574
cursor570
github-copilot554
Binance Alpha API 使用指南:行情、交易与账户管理接口详解
1,100 周安装