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.
Why use this skill?
Integrate real-time social media monitoring into your AI agent. Search 1.5B+ posts on Twitter, Instagram, and Reddit for brand, trend, and influencer analysis.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/atyachin/xpoz-social-searchWhat This Skill Does
xpoz-social-search is a powerful OpenClaw AI agent capability designed to bridge the gap between real-time social media data and autonomous analysis. By indexing over 1.5 billion posts across Twitter, Instagram, and Reddit, this skill enables agents to perform sophisticated social listening, brand monitoring, and competitive intelligence gathering. Unlike static data sources, this skill provides live, queryable access to public conversations, allowing your agent to track hashtags, identify influencers, explore specific subreddits, and pull granular user profiles. It is built upon the robust Xpoz MCP framework, ensuring high-fidelity data retrieval across disparate social platforms.
Installation
To integrate this capability into your OpenClaw environment, execute the following command via the terminal:
clawhub install openclaw/skills/skills/atyachin/xpoz-social-search
Post-installation, you must initialize the service using the setup skill:
mcporter call xpoz-setup
Verify your authentication status before running any search queries by calling:
mcporter call xpoz.checkAccessKeyStatus
Use Cases
- Brand Reputation Monitoring: Automatically detect mentions of your brand across social channels and analyze sentiment or context to trigger agent alerts.
- Market Research & Competitive Intelligence: Track competitor mentions or product launches in real-time. Use boolean operators to filter out noise (e.g., "CompetitorName NOT stock") to focus on product-specific sentiment.
- Influencer Discovery: Identify key opinion leaders in specific niches by searching user profiles based on bio keywords and activity.
- Community Engagement: Discover relevant Reddit subreddits or active Twitter/Instagram conversations to align your brand messaging with current trends.
Example Prompts
- "Check for any mentions of 'OpenClaw' on Twitter from the last week and summarize the common complaints or questions users have."
- "Find the top 5 fitness influencers on Instagram whose bios mention 'sustainability' and 'transformation'."
- "Identify the most active Reddit subreddits discussing 'artificial intelligence' and pull a list of the recent top-performing threads."
Tips & Limitations
- Asynchronous Workflow: Always remember that search commands return an
operationId. You must pollcheckOperationStatususing that ID to retrieve the final dataset. Do not assume data is returned in the initial response. - Performance: Use the
fieldsparameter to minimize payload size and improve agent performance. For bulk data, leverage thedataDumpExportOperationIdto generate a CSV download for up to 64,000 rows. - Date Formatting: Ensure all date filters adhere to the
YYYY-MM-DDformat. - Usage Limits: The free tier is restricted to 100 searches per month with a maximum of 1,000 results per individual search. Monitor your usage via the xpoz.ai dashboard.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-atyachin-xpoz-social-search": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: external-api, data-collection
Related Skills
content-rewriter
Cross-platform content repurposer. Takes one piece of content and rewrites it for multiple Chinese social media platforms, adapting tone, format, length, and style.
instagram-search
Instagram Search — Search 400M+ Instagram posts, reels, and profiles. Find influencers, track hashtags, analyze engagement, and export data. No Instagram API or Meta developer account needed — works through Xpoz MCP.
seo-optimizer
SEO optimizer and compliance checker for Chinese social media. Optimizes titles, keyword density, hashtags, and scans for advertising-law banned words (广告法违禁词).
lead-generation
Lead Generation — Find high-intent buyers in live Twitter, Instagram, and Reddit conversations. Auto-researches your product, generates targeted search queries, and discovers people actively looking for solutions you offer. Social selling and prospecting powered by 1.5B+ indexed posts via Xpoz MCP.
cherry-mcp
HTTP bridge that keeps MCP servers alive and exposes them via REST. Built for OpenClaw agents that need MCP tools without native MCP support.