twitter

Resolves Twitter/X links into readable text with automatic FxTwitter fallback to SocialData.

3|1|Updated May 21, 2026
One-click install
npx skills add https://github.com/qwwiwi/agentos-skills-public --skill twitter-qwwiwi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter
Source: https://github.com/qwwiwi/agentos-skills-public/tree/main/skills/twitter
Command: npx skills add https://github.com/qwwiwi/agentos-skills-public --skill twitter-qwwiwi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading or extracting the full text of tweets, profiles, and especially X Articles often fails due to broken/blocked access, missing text, or truncated previews; this Skill retrieves content reliably and formats it for further use.

Core Features & Use Cases

  • Tweet, profile, and timeline reading: Pull a single tweet, a user profile, or recent posts and present author, date, text, media, and engagement.
  • Thread and comments fetching: Retrieve an entire thread or comments for a given tweet using the appropriate endpoint.
  • X Article extraction with fallback: Detect X Articles (long-form tweet content) and extract the full article text, using free access first and falling back to a paid provider only when needed.

Quick Start

Ask the AI: Read this Twitter/X link and return the full text (and article body if applicable) with key takeaways.

Frequently Asked Questions about twitter

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

FAQPage Schema
How do I extract the full text from an X.com or Twitter article link?

To extract full text from a Twitter article link, the system detects X Articles and pulls the complete article body. It uses free access first, falling back to a paid provider only if the initial retrieval fails to return the required data.

Can I fetch an entire Twitter thread and its comments using a single URL?

Yes, you can fetch an entire Twitter thread and comments from a single URL. The system retrieves the complete thread and associated replies by resolving the tweet request into usable text via the appropriate endpoints.

Do I need an API key to read Twitter profiles and timelines?

You do not always need an API key to read Twitter profiles and timelines. The system attempts free access via FxTwitter first, but requires a configured SocialData API key to authenticate fallback calls when FxTwitter fails to return the requested data.

What is the best way to perform a Twitter search and parse the results?

The best way to perform a Twitter search and parse results is to submit the query to the system. It resolves the search request into usable text, applying FxTwitter first and falling back to SocialData to reliably present author, date, text, and engagement metrics.

Why does Twitter content extraction fail when reading shared links directly?

Twitter content extraction often fails due to broken access, blocked entry, missing text, or truncated previews. This Skill bypasses those limitations by resolving tweet and article requests through FxTwitter with an automatic SocialData fallback to retrieve content reliably.