← 返回 Skills 市场
dizhu

FX Twitter Translate

作者 dizhu · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
217
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fxtwitter-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...
使用说明 (SKILL.md)

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

  1. Extract tweet ID from URL:

    • https://x.com/:username/status/:tweetId → extract tweetId
    • https://twitter.com/:username/status/:tweetId → extract tweetId
    • https://fxtwitter.com/:username/status/:tweetId → extract tweetId
    • https://api.fxtwitter.com/:username/status/:tweetId → already API format
  2. Convert to fxtwitter API URL:

    https://api.fxtwitter.com/:username/status/:tweetId
    
  3. GET request to fetch JSON

  4. Extract content:

    • Get tweet.text from JSON response
    • If it's a long tweet with multiple cards, concatenate all text content
    • Strip any extra HTML/formatting
  5. 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, tweetId 2033866107166318666
  • 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
安全使用建议
This skill appears internally consistent: it will make outbound requests to the public fxtwitter API to fetch tweet JSON and translate it. Before installing, consider: (1) the skill will send the tweet URL/content to a third-party service (api.fxtwitter.com) — ensure you are comfortable with that data flow and any privacy or copyright implications; (2) the skill requires network access to reach the API (ensure your environment permits and you trust the endpoint); (3) no credentials are requested, which reduces risk. If you need stricter guarantees about where content is sent, verify the fxtwitter service policy or avoid using the skill.
功能分析
Type: OpenClaw Skill Name: fxtwitter-translate Version: 0.1.0 The skill bundle is a straightforward utility for translating Twitter/X posts into Chinese using the public fxtwitter API (api.fxtwitter.com). It contains only Markdown instructions (SKILL.md) defining a workflow for URL parsing, data fetching, and text translation, with no executable code, suspicious network activity, or attempts to access sensitive system information.
能力评估
Purpose & Capability
Name/description (translate tweets via fxtwitter API) matches the instructions: extracting tweet ID, converting to api.fxtwitter.com URL, GET the JSON, extract text, and translate. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are scoped to parsing X/Twitter/fxtwitter URLs and fetching JSON from the public fxtwitter API, then formatting and translating text. This requires outbound network access to api.fxtwitter.com (expected for the feature). The SKILL.md does not instruct reading local files, other env vars, or sending data to additional external endpoints.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are requested. The requested capabilities (network access to fxtwitter) are proportionate to the stated function.
Persistence & Privilege
always is false and the skill does not request elevated persistence or system-wide configuration changes. Normal autonomous invocation is allowed (platform default).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fxtwitter-translate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fxtwitter-translate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Fetch Twitter/X tweet text and translate to Chinese
元数据
Slug fxtwitter-translate
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论