Setup & Installation

Install Xpoz Social Search using the ClawHub CLI or OpenClaw CLI:

clawhub install xpoz-social-search

If the CLI is not installed:

npx clawhub@latest install xpoz-social-search

Or install with OpenClaw CLI:

openclaw skills install xpoz-social-search

View on ClawHub · View on GitHub

What This Skill Does

Xpoz Social Search is a social-media skill for OpenClaw by atyachin.

Xpoz Social Search

Multi-platform social search: 1.5B+ posts across Twitter, Instagram, Reddit.

Search posts, find people, discover conversations. Built on Xpoz MCP.

Setup

Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus

Tool Reference

Tool Platform Purpose
getTwitterPostsByKeywords Twitter Search tweets
getInstagramPostsByKeywords Instagram Search posts
getRedditPostsByKeywords Reddit Search posts
getTwitterUsersByKeywords Twitter Find users
getInstagramUsersByKeywords Instagram Find users
getRedditUsersByKeywords Reddit Find users
getTwitterUser Twitter Profile by username/id
getInstagramUser Instagram Profile by username/id
getRedditUser Reddit Profile by username
searchTwitterUsers Twitter Search by name
checkOperationStatus Poll for results
getRedditSubredditsByKeywords Reddit Find subreddits

Params: query, startDate/endDate (YYYY-MM-DD), limit, fields

Patterns

Search posts:

mcporter call xpoz.getTwitterPostsByKeywords query="MCP" startDate=2026-01-01
mcporter call xpoz.checkOperationStatus operationId=op_abc # Poll every 5s

Find people:

mcporter call xpoz.getTwitterUsersByKeywords query='"open source" AND LLM'

Profile:

mcporter call xpoz.getTwitterUser identifier=elonmusk identifierType=username

Boolean: AND, OR, NOT, "exact", ()

query="Tesla AND cars NOT stock"

CSV export: Use dataDumpExportOperationId from search, poll for URL (up to 64K rows).

Examples

Competitive intel:

mcporter call xpoz.getTwitterPostsByKeywords query="CompetitorName"
mcporter call xpoz.getTwitterUsersByKeywords query="CompetitorName"

Influencers:

mcporter call xpoz.getInstagramUsersByKeywords query="fitness transformation"

Communities:

mcporter call xpoz.getRedditSubredditsByKeywords query="startup"

Notes

⚠️ Always poll checkOperationStatus — searches return operationId, not data
🚀 Use fields for performance
📊 CSV for scale via dataDumpExportOperationId
📅 Dates: YYYY-MM-DD (current: 2026)

Free tier: 100 searches/mo, 1K results/search | xpoz.ai

Version History

Latest version: 1.5.0

First published: Feb 11, 2026. Last updated: Feb 12, 2026.

2 versions released.

Frequently Asked Questions

Is Xpoz Social Search free to use?
Yes. Xpoz Social Search is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What platforms does Xpoz Social Search support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, Xpoz Social Search will work seamlessly across operating systems.
How do I update Xpoz Social Search?
Run openclaw skills update xpoz-social-search to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.
Can I use Xpoz Social Search with other skills?
Yes. OpenClaw skills are composable — you can combine Xpoz Social Search with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.