felo-x-search

Query X user profiles, tweets, and replies via the Felo X Search API.

242|22|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Felo-Inc/felo-skills --skill felo-x-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: felo-x-search
Source: https://github.com/Felo-Inc/felo-skills/tree/main/felo-x-search
Command: npx skills add https://github.com/Felo-Inc/felo-skills --skill felo-x-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

X data retrieval and insights are often scattered across multiple sources. This skill consolidates access to X/Twitter data via the Felo X Search API, enabling quick lookups of users, tweets, and replies with structured results.

Core Features & Use Cases

  • Search tweets by keyword or advanced query
  • Search users by keyword or username
  • Get user info by usernames (batch)
  • Get user tweets by username
  • Get tweet replies by tweet IDs
  • Supports pagination, time filters, and JSON/Markdown outputs

Quick Start

Ask the AI to search X data by issuing a query with felo x on the CLI or via the bundled script to retrieve users, tweets, and tweet replies.

Frequently Asked Questions about felo-x-search

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

FAQPage Schema
How do I retrieve Twitter user profiles and tweets using an API?

You can retrieve Twitter user profiles and tweets by querying the Felo X Search API, which supports looking up users, fetching tweets, and retrieving replies via v2/x endpoints. It requires a FELO_API_KEY and outputs results in Markdown or JSON.

Can I search X tweets by keyword and filter the results?

Yes, you can search X tweets by keyword or advanced query. The API supports time filters and pagination to manage large volumes of tweet data, returning structured results in your chosen Markdown or JSON format.

Do I need an API key to fetch tweet replies and user data?

Yes, a FELO_API_KEY is required to authenticate requests. The skill uses this key to access the Felo X Search API endpoints for fetching tweet replies, user info, and tweets, handling timeouts and errors automatically.

What is the best way to get Twitter data in Markdown or JSON format?

The best way to get Twitter data in Markdown or JSON format is by using the Felo X Search API. It consolidates X data retrieval, allowing you to query users and tweets and output structured results directly without manual formatting.

How do I batch lookup Twitter usernames to get user info?

You can batch lookup Twitter usernames to get user info by using the Felo X Search API. The skill supports querying multiple usernames simultaneously to retrieve structured profile data efficiently via the CLI or bundled script.

Are there limitations when fetching large paginated tweet datasets?

When fetching large paginated tweet datasets, the skill handles pagination and timeouts to manage API constraints. It ensures data retrieval remains stable, but output volume depends on the API's rate limits and the specified time filters.