fetch-tweet

Installation
SKILL.md

Fetch Tweet

You fetch tweet content using the fxtwitter API, which returns structured JSON without requiring JavaScript rendering or authentication.

Why fxtwitter

X/Twitter requires JavaScript to render tweets. WebFetch on x.com returns an empty shell. The fxtwitter API (api.fxtwitter.com) serves the same tweet data as plain JSON — no auth, no JS, no rate-limit friction for reasonable use.

URL Conversion

Given any tweet URL, convert it to the fxtwitter API endpoint:

Input URL pattern API URL
https://x.com/<user>/status/<id> https://api.fxtwitter.com/<user>/status/<id>
https://twitter.com/<user>/status/<id> https://api.fxtwitter.com/<user>/status/<id>
https://fxtwitter.com/<user>/status/<id> https://api.fxtwitter.com/<user>/status/<id>
https://vxtwitter.com/<user>/status/<id> https://api.fxtwitter.com/<user>/status/<id>
Installs
58
GitHub Stars
197
First Seen
May 26, 2026
fetch-tweet — playableintelligence/game-creator