tweet-replies

Fetch public replies to a tweet and assemble the thread with author details and engagement metrics.

177|17|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill tweet-replies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweet-replies
Source: https://github.com/Xquik-dev/x-twitter-scraper/tree/main/skills/tweet-replies
Command: npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill tweet-replies

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading replies to a specific Tweet on X (Twitter) and surfacing the most engaging discussions to inform analysis and data collection.

Core Features & Use Cases

  • Reply thread retrieval: Fetch the root tweet, the full replies, and basic engagement metrics for each reply.
  • Top replies spotlight: Sort or surface replies by like/retweet metrics for quick insights.
  • Use Case: Build a dataset of representative replies for sentiment analysis or audience research.

Quick Start

Fetch the reply thread for a given tweet ID and return the top replies.

Frequently Asked Questions about tweet-replies

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

FAQPage Schema
How do I fetch Twitter replies and engagement metrics for a specific tweet?

To fetch Twitter replies and engagement metrics, the Skill retrieves public replies to a specific tweet ID, normalizes the data, and assembles the thread with author details and like or retweet counts.

Can I build a dataset of top Twitter replies for sentiment analysis?

You can build a dataset of top Twitter replies for sentiment analysis by sorting or surfacing replies based on engagement metrics, allowing analysts to extract representative audience reactions from any tweet thread.

How does this API handle protected or inaccessible tweets when reading reply threads?

When reading reply threads, the API applies robust handling for inaccessible or protected tweets, ensuring the read-only data normalization process skips unavailable content without breaking the retrieval workflow.

What is the best way to surface top replies in an ongoing Twitter thread?

The best way to surface top replies in an ongoing Twitter thread is to retrieve the root tweet and fetch public replies, then sort the assembled data by engagement metrics to highlight the most active discussions.

Do I need write permissions to analyze tweet replies and audience engagement?

You do not need write permissions to analyze tweet replies and audience engagement, because the Skill satisfies API-driven read-only requirements to fetch and surface public reply data.

Why does my Twitter reply retrieval return incomplete thread data?

Twitter reply retrieval may return incomplete thread data when encountering protected or inaccessible tweets, as the robust handling mechanism filters out unavailable replies during the data normalization process.