twitter

Fetch tweet text and media from Twitter/X URLs or IDs without authentication.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/chasemccoy/scripts --skill twitter-chasemccoy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter
Source: https://github.com/chasemccoy/scripts/tree/main/skills/twitter
Command: npx skills add https://github.com/chasemccoy/scripts --skill twitter-chasemccoy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch tweet content (text and media) from Twitter/X URLs or tweet IDs without requiring API keys.

Core Features & Use Cases

  • Retrieve tweet text, author, and timestamp without authentication.
  • Retrieve media attached to tweets (photos and videos) when available.
  • Accepts both full Twitter/X URLs and direct tweet IDs to support varied inputs.

Quick Start

Fetch the tweet content for the URL or ID you provide.

Frequently Asked Questions about twitter

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

FAQPage Schema
How do I fetch Twitter tweet content without an API key?

Fetch tweet content without an API key by using the public syndication API. Provide a Twitter/X URL or tweet ID to retrieve text, author, timestamp, and media without authentication.

What tweet data can I retrieve using the syndication API?

The syndication API retrieves structured tweet data including the text content, author information, timestamp, and attached media such as photos and videos when available.

Can I extract tweet media from an X URL without authentication?

Yes, you can extract tweet media from an X URL without authentication. The skill uses the public syndication API to fetch available photos and videos attached to the tweet.

Does fetching tweet text work with both full URLs and tweet IDs?

Fetching tweet text works with both full Twitter/X URLs and direct tweet IDs. The skill validates inputs and handles both formats to support varied data sources.

What are the limitations of using no-auth methods to fetch Twitter content?

Limitations of no-auth fetching include reliance on the public syndication API, which may restrict access to private tweets or rate-limit requests. Robust error handling manages invalid URLs and unavailable content.