getxapi-connect

Pull public X/Twitter search signals into marketing workflows via the GetXAPI advanced search endpoint.

1.0k|382|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/LeoYeAI/openclaw-marketing-skills --skill getxapi-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getxapi-connect
Source: https://github.com/LeoYeAI/openclaw-marketing-skills/tree/main/skills/getxapi-connect
Command: npx skills add https://github.com/LeoYeAI/openclaw-marketing-skills --skill getxapi-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Marketing decisions about social content, competitor positioning, and launch messaging are often made without real audience data. This Skill connects OpenClaw to GetXAPI so you can ground those decisions in actual public X/Twitter conversations instead of guesswork.

Core Features & Use Cases

  • Tweet Search: Query tweets by keyword, author, hashtag, or URL using X query operators through the advanced_search endpoint.
  • Social Listening: Collect mentions, replies, and competitor conversations with tweet URLs, author handles, reply counts, and capture dates.
  • Use Case: Before drafting a launch announcement, search replies to a competitor's campaign URL to surface real objections, then feed those objections into your content-strategy and paid-ads messaging.

Quick Start

Ask the agent to search public tweets mentioning your competitor's product and summarize the top objections with source tweet links.

Frequently Asked Questions about getxapi-connect

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

FAQPage Schema
How do I search tweets with GetXAPI in OpenClaw?

Set the GETXAPI_API_KEY environment variable, then query the advanced_search endpoint with X operators like q=keyword, q=from:handle, or q=#hashtag. The endpoint returns tweet URLs, IDs, authors, and reply counts.

What X/Twitter data can GetXAPI search return?

GetXAPI returns public tweet search results including tweet URLs, tweet IDs, author handles, reply counts, media URLs, and capture dates. It supports keyword, author, mention, hashtag, and reply-to-URL queries.

Can GetXAPI post tweets or send DMs?

No, the GetXAPI surface used here is strictly read-only. It cannot post, reply, like, delete, DM, follow, or modify profiles, and it does not expose bookmarks, home timelines, or private follower exports.

How do I authenticate GetXAPI API requests?

Create an API key in the GetXAPI dashboard and export it as the GETXAPI_API_KEY environment variable. Requests authenticate with an Authorization: Bearer header; never paste the key directly into chat.

What is the rate or result limit for GetXAPI tweet search?

The advanced_search endpoint accepts a limit parameter capped at 100 results per request. For larger datasets, run multiple queries with different operators or time windows and aggregate the results.