Install
openclaw skills install fxtwitter-translateFetch full text from Twitter/X tweets via fxtwitter API, then translate to Chinese. Triggers when user shares a x.com / twitter.com / fxtwitter link and asks for translation.
openclaw skills install fxtwitter-translateFetch and translate Twitter/X tweets to Chinese. Uses the public fxtwitter API to get JSON content, extracts text, formats and translates it to clean Chinese markdown.
Extract tweet ID from URL:
https://x.com/:username/status/:tweetId → extract tweetIdhttps://twitter.com/:username/status/:tweetId → extract tweetIdhttps://fxtwitter.com/:username/status/:tweetId → extract tweetIdhttps://api.fxtwitter.com/:username/status/:tweetId → already API formatConvert to fxtwitter API URL:
https://api.fxtwitter.com/:username/status/:tweetId
GET request to fetch JSON
Extract content:
tweet.text from JSON responseFormat and Translate:
User input:
翻译:https://x.com/invideoOfficial/status/2033866107166318666
Flow:
invideoOfficial, tweetId 2033866107166318666https://api.fxtwitter.com/invideoOfficial/status/2033866107166318666