A high-performance extraction tool that retrieves structured data from X (Twitter) including tweets, threads, and media using the FxTwitter API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fxtwitter-extract
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-extract using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
FxTwitter Extract is a specialized tool designed for the Openclaw Skills ecosystem to bypass the complexities of official Twitter API access. By leveraging the FxTwitter public API, it allows developers and AI agents to programmatically retrieve comprehensive data from X, including text, high-resolution images, video links, polls, and quoted tweets. It serves as a privacy-friendly and efficient alternative for data gathering and social media monitoring.
This skill is particularly valuable because it requires no authentication keys or complex setup. It provides clean, structured JSON data that is perfect for feeding into LLMs or data pipelines. Whether you need to archive a specific thread or analyze a user profile's statistics, this tool offers a reliable and fast interface for X content retrieval within the Openclaw Skills framework.
To get started with this skill within the Openclaw Skills environment, ensure you have Python installed. No external API keys are required as it uses the public FxTwitter service. Use the following commands to execute the script:
# Extract a single tweet by ID
python ~/.openclaw/workspace/skills/fxtwitter-extract/scripts/fxtwitter_extract.py status <TWEET_ID>
# Extract a full thread by ID
python ~/.openclaw/workspace/skills/fxtwitter-extract/scripts/fxtwitter_extract.py status <TWEET_ID> --thread
# Extract a user profile by handle
python ~/.openclaw/workspace/skills/fxtwitter-extract/scripts/fxtwitter_extract.py profile <USERNAME>
# Extract directly from a URL
python ~/.openclaw/workspace/skills/fxtwitter-extract/scripts/fxtwitter_extract.py url <X_OR_TWITTER_URL>
The skill returns a structured JSON object with two main sections: status and author. Below is the schema detail for common extractions:
| Field | Description |
|---|---|
| status.text | The full text content of the tweet including mentions and links. |
| status.media | Object containing arrays for photos and video URLs. |
| status.poll | Details of options and vote counts for active or closed polls. |
| author.name | The display name of the content creator. |
| author.screen_name | The unique X handle of the user. |
| user.followers | Follower count data specifically for profile extraction tasks. |
All data is organized to be compatible with other Openclaw Skills that require structured input.
Loading
A comprehensive validation tool that ensures OpenClaw configurations adhere to official schemas and type requirements.

A powerful orchestration skill for generating massive, structured documents by coordinating multiple AI sub-agents while maintaining strict consistency.

An automated and manual auditing tool to ensure web interfaces meet WCAG 2.1 Level AA accessibility standards.

An opinionated workflow for auditing and optimizing form user experience, accessibility, and conversion rates across web applications.

A robust automated workflow for safely modifying OpenClaw configuration files with built-in validation, repair protocols, and learning feedback.

A professional framework for safely modifying Openclaw configuration files with automated validation, error recovery, and persistent learning.








































