{"skill":{"slug":"fxtwitter","displayName":"fxTwitter","summary":"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...","description":"---\nname: fxtwitter\ndescription: 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.\n---\n\n# fxTwitter\n\nFetch tweet data from an X/Twitter URL without auth or browser automation.\n\n## Endpoint\n\n```\nGET https://api.fxtwitter.com/:tweetId\n```\n\nExtract the tweet ID from the URL:\n- `https://x.com/user/status/1234567890` → ID: `1234567890`\n- `https://twitter.com/user/status/1234567890` → ID: `1234567890`\n\n## Usage\n\n```bash\ncurl -s \"https://api.fxtwitter.com/1234567890\" | jq '.tweet'\n```\n\nKey fields in `.tweet`:\n- `.text` — tweet content\n- `.author.name` / `.author.screen_name`\n- `.created_at`\n- `.likes`, `.retweets`, `.replies`\n- `.media.photos[]`, `.media.videos[]`\n- `.url` — canonical URL\n\n## Output Format\n\nWhen presenting a tweet to the user:\n- Lead with TL;DR if the tweet is long\n- Use bullet points for key info\n- Keep it concise — no filler\n","topics":["Tweet","Twitter"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":307,"installsAllTime":11,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1771659745776,"updatedAt":1778491597572},"latestVersion":{"version":"1.0.0","createdAt":1771659745776,"changelog":"Fetch tweet data from X/Twitter links via fxTwitter API — no auth required","license":null},"metadata":null,"owner":{"handle":"namphamdev","userId":"s17cdh6q4vkhfcn37c1bwmh0bh8852zm","displayName":"Nam Pham","image":"https://avatars.githubusercontent.com/u/65550688?v=4"},"moderation":null}