fxtwitter for Openclaw

A lightweight utility to fetch comprehensive tweet data from X/Twitter URLs without requiring authentication or browser automation.

namphamdev
v1.0.0
Feb 21, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fxtwitter

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is fxtwitter?

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.

fxtwitter Use Cases

  • Summarizing long-form posts or threads shared via X.com or Twitter.com links.
  • Extracting high-resolution media URLs, including photos and videos, for content curation.
  • Monitoring social engagement metrics like likes, retweets, and replies for data analysis.
  • Automated archiving of social media posts into personal knowledge management systems.

How fxtwitter Works

  1. The skill identifies an incoming X.com or twitter.com URL from the user input.
  2. It extracts the unique status ID from the URL structure (e.g., 1234567890).
  3. An HTTP GET request is dispatched to the api.fxtwitter.com endpoint using the extracted ID.
  4. The resulting JSON payload is parsed to isolate the tweet object, containing text, author info, and media assets.
  5. The data is formatted and presented to the AI agent or end-user according to the specified output requirements.

fxtwitter Setup

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'

fxtwitter Data Schema & Taxonomy

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

fxtwitter Advanced Features

  • Zero-authentication architecture for friction-less integration into Openclaw Skills.
  • Support for legacy twitter.com and modern x.com URL patterns.
  • Detailed media metadata extraction including video and photo arrays.
  • High-performance API response times suitable for real-time agent interactions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*