Skills xpoz-social-search
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.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/atyachin/xpoz-social-search" ~/.claude/skills/clawdbot-skills-xpoz-social-search && rm -rf "$T"
manifest:
skills/atyachin/xpoz-social-search/SKILL.mdsource content
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 |
|---|---|---|
| Search tweets | |
| Search posts | |
| Search posts | |
| Find users | |
| Find users | |
| Find users | |
| Profile by username/id | |
| Profile by username/id | |
| Profile by username | |
| Search by name | |
| — | Poll for results |
| 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