fetch-tweet

Fetch and parse tweet text, author, and engagement metrics from Twitter/X URLs.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Driving-Teacher/driving-teacher-ai-native --skill fetch-tweet-driving-teacher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-tweet
Source: https://github.com/Driving-Teacher/driving-teacher-ai-native/tree/main/.claude/skills/fetch-tweet
Command: npx skills add https://github.com/Driving-Teacher/driving-teacher-ai-native --skill fetch-tweet-driving-teacher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill retrieves tweet text, author details, and engagement metrics from X/Twitter URLs, enabling quick reading, translation, or analysis without manual scraping.

Core Features & Use Cases

  • Text extraction: Pulls the full tweet text and metadata from a given URL.
  • Translation & analysis: Supports translating content and analyzing engagement at a glance.
  • Workflow integration: Facilitates integration into downstream analysis or content pipelines.

Quick Start

Fetch the full tweet text from a given URL and return the author, timestamp, and engagement metrics.

Frequently Asked Questions about fetch-tweet

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

FAQPage Schema
How do I extract tweet text and engagement metrics from a Twitter URL?

To extract tweet text and engagement metrics, provide the Twitter URL to fetch the structured payload. This process returns the tweet text, author, likes, retweets, replies, timestamp, and language data without manual scraping.

Can I parse Twitter URLs to translate tweet content in different languages?

Yes, you can parse Twitter URLs to translate tweet content in different languages. The skill fetches the tweet text and detects the original language, enabling quick translation or contextual analysis of the post.

What data fields are included when fetching tweet data from an X URL?

Fetching tweet data from an X URL includes specific fields: tweet.text, tweet.author, tweet.likes, tweet.retweets, tweet.replies, tweet.created_at, and tweet.lang. This structured payload supports immediate downstream analysis.

Does this data extraction method work for integrating Twitter content into analysis pipelines?

Yes, this data extraction method works for integrating Twitter content into analysis pipelines. It converts a standard tweet URL into a structured JSON payload, facilitating seamless integration into downstream content or data workflows.

What is the best way to read a tweet without manual web scraping?

The best way to read a tweet without manual web scraping is providing the URL to this skill. It retrieves the full tweet text, author details, and engagement metrics automatically for quick reading or analysis.