twitter-media

Extract tweet text, author, and media from Twitter/X URLs via fxTwitter API.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/42atom/msgcode --skill twitter-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-media
Source: https://github.com/42atom/msgcode/tree/main/src/skills/optional/twitter-media
Command: npx skills add https://github.com/42atom/msgcode --skill twitter-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

从 Twitter/X 链接中提取文本和媒体信息。

Core Features & Use Cases

  • 从 Twitter/X 链接中提取文本、作者和媒体信息。
  • 支持将推文媒体下载到本地以便离线分析。
  • 优先使用 fxTwitter 风格的公开 API,避免直接解析网页。

Quick Start

Provide a Twitter/X URL to this Skill and run it to retrieve tweet text and media locally.

Frequently Asked Questions about twitter-media

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

FAQPage Schema
How do I extract text and media from a Twitter or X.com URL?

To extract tweet text and media, provide an x.com or twitter.com URL to this Skill, which leverages an fxTwitter-style API endpoint to parse JSON fields and download media locally.

Why does extracting Twitter media directly from the web page fail?

Directly parsing Twitter web pages often fails due to dynamic loading and authentication requirements; this Skill avoids the issue by using an fxTwitter-style API endpoint to fetch structured JSON data.

Can I download tweet images and videos for offline analysis?

Yes, you can download tweet images, videos, and thumbnails to your local environment for offline analysis once the media URLs are parsed from the tweet JSON data.

Does this fxTwitter API extraction method work without Twitter API authentication?

Yes, this extraction method works without official Twitter API authentication by prioritizing the fxTwitter-style public API endpoint to fetch tweet text and media.

What specific JSON fields are parsed when extracting tweet data?

The extraction process parses specific JSON fields including tweet.text, tweet.author, and tweet.media to retrieve the core content and associated media files.