agentsclimarketplace

Xpoz social search

Skill XPOZpublic/xpoz-clawhub-skills/xpoz-social-search

OpenClaw (ClawHub) skills for Xpoz — social search, brand monitoring, and influencer discovery for AI agents across Twitter/X, Instagram, Reddit & TikTok

Install
npx -y skills add XPOZpublic/xpoz-clawhub-skills --skill xpoz-social-search

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Search Twitter, Instagram, and Reddit posts in real time. Find social media mentions, track hashtags, discover influencers, and analyze engagement — 1.5B+ posts indexed. Social listening, brand monitoring, and competitor research made easy for AI agents.

SKILL.md

3.3 KB, 658 tokens by cl100k_base, as published. Nobody here has run it

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

ToolPlatformPurpose
getTwitterPostsByKeywordsTwitterSearch tweets
getInstagramPostsByKeywordsInstagramSearch posts
getRedditPostsByKeywordsRedditSearch posts
getTwitterUsersByKeywordsTwitterFind users
getInstagramUsersByKeywordsInstagramFind users
getRedditUsersByKeywordsRedditFind users
getTwitterUserTwitterProfile by username/id
getInstagramUserInstagramProfile by username/id
getRedditUserRedditProfile by username
searchTwitterUsersTwitterSearch by name
checkOperationStatusPoll for results
getRedditSubredditsByKeywordsRedditFind 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: up to 75K results | xpoz.ai

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.