x-tweet-fetcher

Fetch tweets, replies, and timelines from X/Twitter without authentication.

926|78|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ythx-101/x-tweet-fetcher --skill x-tweet-fetcher-ythx-101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-tweet-fetcher
Source: https://github.com/ythx-101/x-tweet-fetcher/tree/main
Command: npx skills add https://github.com/ythx-101/x-tweet-fetcher --skill x-tweet-fetcher-ythx-101

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Fetch tweets, replies, and timelines from X/Twitter without authentication, enabling zero-key access for research, automation, and agent usage.

Core Features & Use Cases

  • Single tweet fetch (via FxTwitter) with structured JSON output
  • Timeline, replies, and mentions via Nitter or Playwright backends
  • WeChat/Weibo/Bilibili/CSDN/WeChat content retrieval and X-Tracker growth monitoring

Quick Start

Run a sample fetch by passing a public tweet URL to see the structured JSON output.

Frequently Asked Questions about x-tweet-fetcher

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

FAQPage Schema
How do I fetch tweets and timelines without using the official X API?

You can fetch tweets without the official X API by using FxTwitter for single tweets and Nitter or Playwright backends for timelines. This enables zero-key access for research, automation, and agent usage.

Can I retrieve WeChat, Weibo, or Bilibili content using a web-scraping tool?

Yes, the scope includes WeChat, Weibo, Bilibili, and CSDN content retrieval alongside X/Twitter fetching. It provides structured, agent-friendly JSON output for cross-platform content extraction.

Do I need to install Playwright to fetch single tweets?

No, you do not need Playwright for single tweets because zero-dependency basics are supported via FxTwitter. Playwright serves as an optional browser-based backend for fetching timelines and replies.

What is the best way to track X/Twitter account growth and detect burst activity?

The X-Tracker growth monitoring module tracks account growth and detects burst activity. It provides structured JSON output to automate growth tracking without requiring authentication or API keys.

Why does fetching Twitter replies return unstructured data instead of JSON?

Fetching Twitter replies should return structured, agent-friendly JSON output by default when using the Nitter or Playwright backends. If data is unstructured, verify your backend configuration.