x-search

Search X for tweets and retrieve thread replies via Python script.

1|Updated Mar 11, 2025
One-click install
npx skills add https://github.com/danielstewart77/hive_mind --skill x-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-search
Source: https://github.com/danielstewart77/hive_mind/tree/main/specs/skills/x-search
Command: npx skills add https://github.com/danielstewart77/hive_mind --skill x-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to search for tweets on X (formerly Twitter) or retrieve replies to a specific tweet, streamlining information gathering from the platform.

Core Features & Use Cases

  • Search Tweets: Find recent tweets based on a given query.
  • Get Thread Replies: Retrieve all replies within a specific Twitter thread.
  • Use Case: Quickly find popular tweets about a new product launch or gather all responses to a viral tweet for analysis.

Quick Start

Use the x-search skill to find the 20 most recent tweets containing the hashtag #AI.

Frequently Asked Questions about x-search

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

FAQPage Schema
How do I search X for tweets containing specific keywords?

You can search X for tweets by executing the provided Python script with specified search arguments. This allows you to find relevant public posts by querying specific keywords to retrieve recent tweets.

Can I retrieve all thread replies for a specific Twitter conversation?

Yes, you can retrieve thread replies by running the Python script with a specific conversation ID. This enables you to gather all responses within a specific Twitter thread for analysis.

What do I need to run a Python script to find recent tweets?

To find recent tweets, you need a local environment capable of executing Python scripts. The Skill relies on direct execution of a script with specified arguments to query X and retrieve public posts.

Does this tool work for gathering responses to viral tweets?

Yes, this tool works for gathering responses to viral tweets by retrieving all replies within a specific thread. It streamlines information gathering from X for conversation analysis.

How many recent tweets can I find using a hashtag query?

Using a hashtag query, you can find the 20 most recent tweets containing that specific hashtag. The search functionality retrieves relevant public posts based on your specified keywords.