AgentSkillsCN

x-reader

无需API密钥或浏览器,即可阅读X/Twitter上的帖子、线程及文章。当用户分享x.com或twitter.com链接,而你需要快速读取其内容时,这款工具便大显身手。

SKILL.md
--- frontmatter
name: x-reader
description: Read X/Twitter posts, threads, and articles without API keys or browser. Use when a user shares an x.com or twitter.com link and you need to read the content.

X/Twitter Reader

Read tweets, threads, and long-form articles from X/Twitter using the free FxTwitter API.

Usage

Run the script with one or more X/Twitter URLs:

bash
bash skills/x-reader/read-tweet.sh "https://x.com/user/status/123456789"

Or multiple URLs:

bash
bash skills/x-reader/read-tweet.sh "URL1" "URL2" "URL3"

What it returns

  • Regular tweets: Full text, author, stats (likes/RTs/bookmarks), media URLs, reply context
  • Long-form articles: Title, full article content extracted from blocks
  • Threads: Pass each tweet URL separately

How it works

Uses the FxTwitter API (api.fxtwitter.com) — free, no auth required, no rate limit issues for normal use.

Auto-detection

When you see a URL matching x.com/*/status/* or twitter.com/*/status/*, use this skill automatically.