reader-twitter

Fetch Twitter/X post content and metadata from URLs without authentication.

9|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/SolomonikVik/svaib --skill reader-twitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reader-twitter
Source: https://github.com/SolomonikVik/svaib/tree/main/.claude/skills/reader-twitter
Command: npx skills add https://github.com/SolomonikVik/svaib --skill reader-twitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fetch Twitter/X post content and metadata from URLs without requiring authentication.

Core Features & Use Cases

  • Fetch a single tweet by URL and return author, text, date, and engagement metrics.
  • Retrieve entire threads via Thread Reader App and present the full discussion in a readable format.
  • Include media descriptions and quoted tweets when available, all in a structured Markdown output.

Quick Start

Provide a Twitter/X post URL to fetch its content and metadata.

Frequently Asked Questions about reader-twitter

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

FAQPage Schema
How do I fetch Twitter X post content and metadata from a URL without authentication?

Fetch Twitter X post content by providing the URL to retrieve author, text, date, and engagement metrics without authentication. It parses URLs and returns structured Markdown output.

Can I retrieve an entire Twitter thread and present it in a readable format?

Retrieve entire Twitter threads via Thread Reader App integration. It fetches the full discussion and presents it as structured Markdown output suitable for context loading.

Does fetching Twitter X posts require API keys or login credentials?

Fetching Twitter X posts requires no API keys or login credentials. It retrieves post content and metadata directly from URLs without authentication, lowering the entry barrier.

What specific metadata is included when fetching a single tweet?

Fetching a single tweet returns author information, text, date, engagement metrics, media descriptions, and quoted content. All data is formatted in Markdown for easy integration.

What is the best way to load Twitter X thread content into a readable Markdown context?

Load Twitter X thread content into readable Markdown by fetching URLs through this tool. It aggregates single tweets and threads into structured Markdown output suitable for context loading.