x-article-retrieval

Retrieve full content from Twitter Note Tweets and X Articles.

7|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/kzinmr/ai-topics --skill x-article-retrieval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-article-retrieval
Source: https://github.com/kzinmr/ai-topics/tree/main/config/hermes/skills/_overrides/x-article-retrieval
Command: npx skills add https://github.com/kzinmr/ai-topics --skill x-article-retrieval

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, oauthlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the retrieval of full content from Twitter's Note Tweets and X Articles, eliminating the need for manual extraction and providing comprehensive access to extended content.

Core Features & Use Cases

  • Note Tweet Retrieval: Automatically fetches the full text from Note Tweets, which are long-form tweets that exceed the standard display limit.
  • X Article Retrieval: Retrieves the full body of X Articles shared in tweets, ensuring access to detailed content.
  • Field Incompatibility Handling: Manages the critical incompatibility between note_tweet and article fields, ensuring complete content is fetched without data loss.
  • Fallback Tiers: Provides fallback methods such as web_extract and GetXAPI for retrieving content when primary methods fail.

Quick Start

Run the 'x-article-retrieval' skill with the 'fetch' command, followed by the ID or URL of the tweet or article you wish to retrieve.

Frequently Asked Questions about x-article-retrieval

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

FAQPage Schema
How do I retrieve full text from Twitter Note Tweets that exceed the standard display limit?

To retrieve full text from Twitter Note Tweets, you need access to the Twitter API. This Skill fetches the complete content automatically by detecting the extended note_tweet field, eliminating manual extraction.

What is the difference between Note Tweets and X Articles for content retrieval?

Note Tweets and X Articles are non-standard tweet types requiring different retrieval methods. Note Tweets use the Twitter API, while X Articles require separate OAuth2 authentication to fetch their full body content shared in tweets.

Why does my Twitter API request return incomplete content for article tweets?

Incomplete content often results from a field incompatibility between the note_tweet and article fields. This Skill manages this critical incompatibility to ensure complete content is fetched without data loss during retrieval.

How do I get full X Article content when the primary Twitter API retrieval method fails?

When primary retrieval methods fail, you can use fallback tiers to get full X Article content. This Skill provides fallback methods such as web_extract and GetXAPI to ensure content access during retrieval failures.

Do I need separate OAuth2 authentication to retrieve X Articles from tweets?

Yes, retrieving X Articles requires separate OAuth2 authentication. While Note Tweets use the standard Twitter API, X Articles demand a distinct OAuth2 setup to access and fetch their detailed full body content.