twitter-reader

Retrieve Twitter/X post content and replies via the jina.ai API.

276|46|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/nicepkg/ai-workflow --skill twitter-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-reader
Source: https://github.com/nicepkg/ai-workflow/tree/main/workflows/content-creator-workflow/.claude/skills/twitter-reader
Command: npx skills add https://github.com/nicepkg/ai-workflow --skill twitter-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill retrieves content from Twitter/X posts, including text, author, timestamp, and replies, even when JavaScript execution or authentication is a barrier.

Core Features & Use Cases

  • Content Retrieval: Fetches tweet content directly from x.com or twitter.com URLs.
  • JavaScript Bypass: Utilizes the jina.ai API to overcome JavaScript rendering and authentication requirements.
  • Batch Processing: Supports fetching multiple tweets simultaneously using provided scripts.
  • Use Case: When you need to analyze the content of a specific tweet for a report or to include in your notes, but the tweet is behind a login or requires JavaScript to load.

Quick Start

Use the twitter-reader skill to fetch the content of the tweet located at https://x.com/user/status/1234567890.

Frequently Asked Questions about twitter-reader

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

FAQPage Schema
How do I fetch Twitter post content when JavaScript or login is required?

To fetch Twitter post content without JavaScript or login, you can use a Skill that leverages the jina.ai API to bypass these restrictions and retrieve text, author, timestamp, and replies directly from x.com or twitter.com URLs.

Can I retrieve multiple tweets from x.com URLs at the same time?

Yes, you can retrieve multiple tweets simultaneously. The Skill includes scripts that support batch processing, allowing you to fetch content from several x.com or twitter.com URLs at once using the jina.ai API.

Do I need a JINA_API_KEY to retrieve tweet text and replies?

Yes, a JINA_API_KEY environment variable is required. This API key provides the authentication needed to access the jina.ai service and bypass JavaScript rendering or authentication barriers for Twitter content retrieval.

What is the best way to get tweet content for analysis without logging into X?

The best way to get tweet content without logging into X is using a content retrieval mechanism that bypasses authentication, extracting details like author, timestamp, text, and replies directly from URLs for your reports or notes.

Why does fetching Twitter posts fail when JavaScript is disabled?

Fetching Twitter posts fails without JavaScript because the site requires it to render content and enforce authentication. Using the jina.ai API bypasses these JavaScript restrictions to successfully retrieve the post data.