A lightweight utility to fetch comprehensive tweet data from X/Twitter URLs without requiring authentication or browser automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fxtwitter
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install fxtwitter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The fxtwitter skill is a powerful integration designed for AI agents to programmatically retrieve data from X (formerly Twitter). By utilizing the api.fxtwitter.com endpoint, it allows developers and agents to bypass the complexities of official API keys or fragile browser automation. As part of a robust set of Openclaw Skills, this tool provides a direct path to structured social media content, ensuring your workflows can process social links with high reliability and speed.
This skill is particularly valuable for developers building research tools, social monitors, or content aggregators. It translates standard user-provided URLs into rich JSON objects, making it a fundamental component for any agent requiring real-time social media context within the Openclaw Skills ecosystem.
To use this within your Openclaw Skills environment, ensure your agent has network access to the fxtwitter API. No authentication headers or tokens are required. You can verify the data retrieval using a simple CLI command:
curl -s "https://api.fxtwitter.com/1857139041285329115" | jq '.tweet'
The skill returns a structured tweet object. Below are the primary fields available for processing:
| Field | Description | Type |
|---|---|---|
.text |
The full text content of the post | String |
.author.name |
The display name of the tweet author | String |
.author.screen_name |
The @handle of the tweet author | String |
.media.photos[] |
List of image objects and their source URLs | Array |
.likes |
Total count of likes at the time of fetch | Integer |
.url |
The canonical URL of the tweet | String |
Loading
A high-performance AI tool for generating and modifying images up to 4K resolution using the Gemini 3 Pro Image API.

A production-grade observability plugin providing OTEL GenAI traces and token metrics for Openclaw Skills via Pydantic Logfire.

A specialized skill to fetch, read, and analyze YouTube video transcripts for summarization and information extraction.

Converts pipe-separated raw data into formatted ASCII or Unicode box tables specifically optimized for Telegram monospace code blocks.

A professional text-refining skill that removes machine-like patterns and restores natural human rhythm to Chinese writing.

An automated cryptocurrency trading engine supporting multiple strategies, AI-driven market analysis, and multi-exchange integration.








































