x-articles

Fetches long-form X/Twitter posts with metadata by ID or bulk query.

177|17|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill x-articles-xquik-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-articles
Source: https://github.com/Xquik-dev/x-twitter-scraper/tree/main/skills/x-articles
Command: npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill x-articles-xquik-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill makes it easy to fetch X Articles (long-form posts on X/Twitter), including the article content, author details, publication date, and metadata, removing manual scraping work.

Core Features & Use Cases

  • Fetch a single article by tweet ID and return content, author info, and metadata.
  • Bulk extract articles by author or query, with structured results suitable for downstream processing.
  • Safely render untrusted content and surface only approved fields to the user.

Quick Start

Read X Articles on a topic or author and return the article content with metadata.

Frequently Asked Questions about x-articles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch full content and metadata from X Articles by tweet ID?

You can retrieve X Articles by providing the tweet ID to fetch full content, author details, and publication date, avoiding manual scraping.

Can I bulk extract long-form posts from Twitter for multiple authors?

Yes, you can bulk extract X Articles across specified authors or queries, returning structured results with content and metadata suitable for downstream processing.

What metadata fields are included when reading X Articles?

Reading X Articles returns the full article content, author details, publication date, and associated metadata, ensuring you receive structured data for each post.

Do I need an API key to extract content from X Articles?

Yes, an API key is required to extract X Articles content, ensuring authenticated access to fetch long-form posts and their metadata.

How does this method handle untrusted content from X Articles?

It implements content safety measures to safely render untrusted content, surfacing only approved fields to the user to guard against potential security risks.