/install fxtwitter-translate
fxtwitter-translate
Fetch 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.
Workflow
-
Extract tweet ID from URL:
https://x.com/:username/status/:tweetId→ extracttweetIdhttps://twitter.com/:username/status/:tweetId→ extracttweetIdhttps://fxtwitter.com/:username/status/:tweetId→ extracttweetIdhttps://api.fxtwitter.com/:username/status/:tweetId→ already API format
-
Convert to fxtwitter API URL:
https://api.fxtwitter.com/:username/status/:tweetId -
GET request to fetch JSON
-
Extract content:
- Get
tweet.textfrom JSON response - If it's a long tweet with multiple cards, concatenate all text content
- Strip any extra HTML/formatting
- Get
-
Format and Translate:
- Preserve original structure (headings, lists, paragraphs)
- Translate to natural-sounding Simplified Chinese
- Keep any URLs intact, credit the original author
- Output as clean markdown
Example
User input:
翻译:https://x.com/invideoOfficial/status/2033866107166318666
Flow:
- Extract username
invideoOfficial, tweetId2033866107166318666 - API request to
https://api.fxtwitter.com/invideoOfficial/status/2033866107166318666 - Extract full article text
- Translate to Chinese markdown
- Output with author credit and original link
Notes
- This skill only handles single tweets/threads, not quoted retweets (can extract the main tweet content)
- Images/video are not fetched, only text content
- Always credit original author and link at the end
- Keep the original structure (headings, lists, paragraphs) intact in translation
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fxtwitter-translate - 安装完成后,直接呼叫该 Skill 的名称或使用
/fxtwitter-translate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
FX Twitter Translate 是什么?
Fetch 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。
如何安装 FX Twitter Translate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fxtwitter-translate」即可一键安装,无需额外配置。
FX Twitter Translate 是免费的吗?
是的,FX Twitter Translate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
FX Twitter Translate 支持哪些平台?
FX Twitter Translate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 FX Twitter Translate?
由 dizhu(@dizhu)开发并维护,当前版本 v0.1.0。