twitter-fetcher

Fetch Twitter/X post content via Playwright with JSON, Markdown, or plain text output.

35|10|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ttmouse/skills --skill twitter-fetcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-fetcher
Source: https://github.com/ttmouse/skills/tree/main/twitter-fetcher
Command: npx skills add https://github.com/ttmouse/skills --skill twitter-fetcher

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the retrieval of content from Twitter/X posts, eliminating the need for manual browsing and copying.

Core Features & Use Cases

  • Single/Batch Tweet Fetching: Retrieve content from one or multiple tweets efficiently.
  • Structured Data Output: Get tweet data in JSON, Markdown, or plain text formats.
  • Use Case: When you encounter an interesting tweet and want to save its content or share it in a structured format, this skill can extract the author, text, timestamp, and metrics automatically.

Quick Start

Use the twitter-fetcher skill to get the content of the X post at https://x.com/user/status/1234567890.

Frequently Asked Questions about twitter-fetcher

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

FAQPage Schema
How do I fetch tweet content from X automatically?

This skill fetches tweet content using Playwright for automated browser interaction. It handles public tweets without requiring login and can process single or multiple URLs to extract author, text, timestamp, and metrics automatically.

Can I extract public tweets without logging in to Twitter?

This skill handles public tweets without requiring login. It retrieves tweet content directly from public URLs, while also offering options for authenticated sessions via CDP or saved state if needed.

What output formats are supported for scraped Twitter data?

This skill supports configurable output formats including JSON, Markdown, and plain text. This allows you to retrieve tweet data in a structured format suitable for downstream processing or direct reading.

Does the twitter-fetcher support batch URL processing?

Yes, this skill supports batch URL processing. It can retrieve content from one or multiple tweets efficiently, allowing you to automate the extraction of content across several X posts simultaneously.

Do I need Playwright installed to scrape X posts?

Yes, Playwright is a required dependency. This skill uses Playwright for automated browser interaction to fetch tweet content, enabling automated retrieval without manual browsing and copying.