What problem does it solve? X.com blocks direct HTTP fetching with anti-bot challenge pages, so standard web fetching fails on tweet and profile links. This Skill routes requests through the FxTwitter API to retrieve tweet text, author details, engagement metrics, and profile data as structured JSON without any API key. ## Core Features & Use Cases - Tweet Retrieval: Fetch a single tweet's text, author, date, likes, retweets, replies, views, media, and linked card content by converting the URL to api.fxtwitter.com. - Profile Lookup: Retrieve public user profile data including name, bio, and follower counts from an x.com username URL. - Tweet Translation: Append /translate/{lang} to get tweet text translated into languages like zh, en, ja, ko, es, fr, and de. - Use Case: A user shares a link like https://x.com/elonmusk/status/1234567890 and asks what it says. Fetch https://api.fxtwitter.com/elonmusk/status/1234567890 as text and summarize the tweet with its engagement stats. ## Quick Start Read this tweet and summarize it for me: https://x.com/username/status/1234567890.