← Back to Skills Marketplace
dizhu

FX Twitter Translate

by dizhu · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
217
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fxtwitter-translate
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fxtwitter-translate
  3. After installation, invoke the skill by name or use /fxtwitter-translate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Fetch Twitter/X tweet text and translate to Chinese
Metadata
Slug fxtwitter-translate
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.

How do I install FX Twitter Translate?

Run "/install fxtwitter-translate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is FX Twitter Translate free?

Yes, FX Twitter Translate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does FX Twitter Translate support?

FX Twitter Translate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created FX Twitter Translate?

It is built and maintained by dizhu (@dizhu); the current version is v0.1.0.

💬 Comments