LaunchKit · 2026
Back to Skills

xpoz-social-search

Search Twitter, Instagram, and Reddit posts in real time.

7
1.9k downloads
by @atyachin

Setup & Installation

openclaw skills install @atyachin/xpoz-social-search

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install xpoz-social-search

Version History

v1.5.0Feb 12, 2026 - Version note by skill developer:

Trimmed SKILL.md to ~115 lines

What This Skill Does

Searches Twitter, Instagram, and Reddit posts in real time against an index of 1.5B+ posts. Supports boolean queries, date filtering, user lookups, and subreddit discovery. CSV export handles bulk analysis up to 64K rows.

Covers Twitter, Instagram, and Reddit through one API with boolean search, removing the need to manage separate developer credentials for each network.

When to use it

  • Tracking brand mentions after a product launch
  • Finding niche Instagram influencers by topic
  • Monitoring competitor mentions across platforms
  • Discovering Reddit communities before entering a market
  • Researching trending hashtags before a campaign

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find recent Twitter posts mentioning 'open source LLM'

AGENT
  1. 1Call getTwitterPostsByKeywords with query='open source LLM' and a startDate
  2. 2Extract the operationId from the response
  3. 3Poll checkOperationStatus with the operationId every 5 seconds
  4. 4Return the matched tweets once the operation completes
OUTPUT

List of tweets mentioning 'open source LLM' within the specified date range

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Xpoz account (free tier available at xpoz.ai)