When Claude encounters a tweet URL, this skill converts it to the fxtwitter API endpoint and pulls back structured JSON with the full tweet text, author info, media URLs, and engagement metrics. No JavaScript rendering, no auth tokens, no wrestling with x.com's empty HTML shells. The approach is simple: parse the username and ID from any tweet link format, swap the domain to api.fxtwitter.com, and use WebFetch to grab clean data. OpusGameLabs built this at v1.3.0, so it's been through a few iterations. If you're tired of tweet URLs being black holes for LLMs, this solves it cleanly.
npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet