A powerful extraction tool for X/Twitter that captures standard tweets, long-form X Articles, and external content behind shortened URLs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install x-article-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 x-article-extract using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The X Article Extract skill is a specialized tool designed for the Openclaw Skills ecosystem to handle the complexities of retrieving data from X/Twitter. It goes beyond simple text scraping by providing three distinct extraction methods: direct tweet parsing via xreach, headless browser rendering for long-form X Articles using Playwright, and external web scraping for shared links via the Firecrawl API.
This skill ensures that developers and researchers can access high-fidelity data, including full text, author details, and real-time engagement metrics like likes, retweets, and bookmarks. By automating the bypass of shortened t.co links and handling session-based authentication, it transforms X into a structured data source for any AI agent or content workflow.
To use this within your Openclaw Skills environment, ensure you have the required binaries and API keys configured.
# Install system dependencies
pip install playwright
python3 -m playwright install chromium
# Ensure xreach is authenticated
xreach auth extract --cookie-source chrome
# Set environment variables for external scraping
export FIRECRAWL_API_KEY='your_key_here'
export HTTPS_PROXY='your_proxy_url'
The skill produces a structured JSON output with the following taxonomy:
| Field | Description | Example |
|---|---|---|
title |
The heading of the article or tweet snippet | "Breaking News..." |
author |
The X handle or display name of the creator | "@Openclaw" |
description |
The full text content extracted | "Full content body..." |
engagement |
Object containing views, likes, retweets, and bookmarks | {"likes": 120, ...} |
content_type |
Categorization: tweet, x_article, or external_page | "x_article" |
word_count |
Total count of words in the extracted text | 450 |
Loading
A professional-grade advertising architect that generates multi-channel campaign strategies, keyword research, and budget allocations for e-commerce brands.

An automated workflow that scrapes 24-hour AI trends, performs deep analysis, and generates structured daily reports directly to your digital notes.

A zero-dependency Python tool for performing high-performance web searches using the independent Yep Search index.

A high-performance Rust-based headless browser automation CLI designed for AI agents to interact with web pages through structured commands.

A powerful toolkit for creating, reading, and editing Microsoft Word documents with precision using JavaScript and XML manipulation.

A comprehensive automation skill for creating, configuring, and deploying Openclaw employees and AI agents from scratch.








































