Fetch tweet/post data from X (Twitter) links using the fxTwitter API (api.fxtwitter.com). Use when a user sends an x.com or twitter.com URL and wants to read, summarize, or extract tweet content. No auth required. Returns full tweet metadata including text, author, media, and engagement stats.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill fxtwitter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fxtwitter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-fxtwitter)More formats (shields.io, HTML) on the badges page.
---
name: fxtwitter
description: Fetch tweet/post data from X (Twitter) links using the fxTwitter API (api.fxtwitter.com). Use when a user sends an x.com or twitter.com URL and wants to read, summarize, or extract tweet content. No auth required. Returns full tweet metadata including text, author, media, and engagement stats.
---
# fxTwitter
Fetch tweet data from an X/Twitter URL without auth or browser automation.
## Endpoint
```
GET https://api.fxtwitter.com/:tweetId
```
Extract the tweet ID from the URL:
- `https://x.com/user/status/1234567890` → ID: `1234567890`
- `https://twitter.com/user/status/1234567890` → ID: `1234567890`
## Usage
```bash
curl -s "https://api.fxtwitter.com/1234567890" | jq '.tweet'
```
Key fields in `.tweet`:
- `.text` — tweet content
- `.author.name` / `.author.screen_name`
- `.created_at`
- `.likes`, `.retweets`, `.replies`
- `.media.photos[]`, `.media.videos[]`
- `.url` — canonical URL
## Output Format
When presenting a tweet to the user:
- Lead with TL;DR if the tweet is long
- Use bullet points for key info
- Keep it concise — no filler
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Postiz is a tool to schedule social media and chat posts to 28+ channels X, LinkedIn, LinkedIn Page, Reddit, Instagram, Facebook Page, Threads, YouTube, Google My Business, TikTok, Pinterest, Dribbble, Discord, Slack, Kick, Twitch, Mastodon, Bluesky, Lemmy, Farcaster, Telegram, Nostr, VK, Medium, Dev.to, Hashnode, WordPress, ListMonk