xgo-search-tweets

Retrieve real-time tweets and user timelines via the XGo open API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ginobefun/gino-skills --skill xgo-search-tweets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xgo-search-tweets
Source: https://github.com/ginobefun/gino-skills/tree/main/skills/xgo-search-tweets
Command: npx skills add https://github.com/ginobefun/gino-skills --skill xgo-search-tweets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables immediate, programmatic discovery of tweets and user timelines without manual API calls or custom parsing, so you can perform social listening, surface trending discussions, or refresh tweet metrics on demand.

Core Features & Use Cases

  • Keyword & operator search: Run topic or hashtag queries with full support for Twitter search operators (from:, to:, min_faves:, lang:, filter:media, etc.).
  • User timeline fetch: Retrieve a user's latest posts across multiple pages for real-time monitoring.
  • Refresh by ID & metric updates: Re-fetch specific tweet IDs to obtain updated interaction metrics and highlight changes.
  • Graceful error handling: Recognizes XGo error codes, handles rate limits, and advises on API key or membership issues.
  • Use Case: Monitor a campaign hashtag for top-engagement posts, fetch the latest posts from an influencer, and refresh a set of tracked tweets to spot engagement changes.

Quick Start

Search for the top 20 tweets about AI agents using Top ranking and return full text, author, timestamp, interaction metrics, tags, mentions, and media summary.

Frequently Asked Questions about xgo-search-tweets

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

FAQPage Schema
How do I search tweets in real time using an API for social listening?

To search tweets in real time for social listening, you can use the XGo open API to retrieve live posts and user timelines. It supports keyword queries and Twitter search operators, returning flat arrays of tweet objects with full text, author, metrics, and media.

Can I fetch a Twitter user's timeline and latest posts programmatically?

Yes, you can fetch a Twitter user's timeline and latest posts programmatically by retrieving multiple pages of a user's timeline via the XGo API. This returns real-time post data including interaction metrics and media summaries for continuous monitoring.

How do I refresh specific tweet IDs to get updated interaction metrics?

You refresh specific tweet IDs to get updated interaction metrics by re-fetching those IDs through the XGo API. This process returns updated TweetDTO objects, allowing you to spot and highlight changes in engagement metrics over time.

Do I need an API key to pull live tweets and handle rate limits?

Yes, you need an XGO_API_KEY passed in the X-API-KEY header to authenticate live tweet pulls. The system handles rate limits and recognizes XGo API error codes, advising on API key or membership issues if limits are exceeded.

What Twitter search operators are supported for keyword queries?

Twitter search operators supported for keyword queries include standard filters like from:, to:, min_faves:, lang:, and filter:media. These operators allow you to run precise topic or hashtag searches and rank results by top engagement.