top-replies

Fetch and sort tweet replies by engagement using the Xquik API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve and rank the most engaging replies to a public tweet, enabling quick insights into audience reaction and discussion quality.

Core Features & Use Cases

  • Retrieve replies for a tweet via the Xquik API and sort locally by engagement (likes + retweets) to surface top discussions.
  • Use the bulk extraction endpoint to fetch large threads for offline analysis.
  • Use Case: quickly identify top community responses to a tweet to inform engagement strategies or content ideas.

Quick Start

Provide the tweet ID or URL and let the skill fetch and rank the top replies.

Frequently Asked Questions about top-replies

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

FAQPage Schema
How do I fetch top-engagement replies for a specific tweet?

Fetch top-engagement replies for a tweet by providing its ID or URL. The skill retrieves replies via the Xquik API and sorts them locally by likes and retweets to surface the top discussions.

Can I extract replies from large Twitter threads for offline analysis?

You can extract replies from large threads for offline analysis using the bulk extraction endpoint. This path routes through the /extractions API to handle high-volume data processing efficiently.

How does sorting replies by engagement work for Twitter data?

Sorting replies by engagement is handled client-side. After fetching the tweet replies via the API, the skill ranks them locally by calculating the sum of likes and retweets.

Do I need an API key to retrieve tweet replies?

You need a valid Xquik API key to retrieve tweet replies. The skill requires this key to authenticate requests when accessing the /x/tweets/{id}/replies endpoint for data extraction.

What is the best way to review audience reactions to a public tweet?

The best way to review audience reactions is to fetch and rank top replies by engagement. This surfaces the highest-impact community responses, enabling quick insights into discussion quality and audience sentiment.

Does the tweet replies extraction support paginated reads?

The tweet replies extraction supports paginated reads. This allows you to retrieve large sets of replies incrementally via the API, ensuring stable data extraction without hitting request limits.