OpenClaw skills for Xpoz — the social intelligence platform for AI agents.
clawhub install xpoz-setup| Skill | Description |
|---|---|
| xpoz-setup | Set up and authenticate Xpoz MCP |
| xpoz-best-practices | Reference guide — query syntax, response modes, field selection, all tools |
| xpoz-social-tracking | Track keywords, users, subreddits, hashtags across platforms |
| xpoz-social-search | Search Twitter, Instagram, TikTok, Reddit |
| reddit-api | Reddit search and data |
| instagram-search | Instagram search |
| social-sentiment | Brand/topic sentiment analysis |
| social-lead-gen | Lead generation from social |
| expert-finder | Find influencers/thought leaders |
| twitter-api-alternative | Twitter API alternative |
| social-intelligence | General social data intelligence |
| lead-gen-scan | One-shot buying-intent lead scan across four platforms, prioritized for human engagement |
| geo-visibility-check | One-shot GEO audit: does AI recommend your brand, and who wins instead |
| geo-reddit | Reddit influence map: the subreddits and threads AI engines cite for your category |
| ai-answer-trace | Capture the searches, retrieved pages, and cited sources behind Claude, ChatGPT, and Gemini answers |
Instant access (no signup):
TOKEN=$(curl -s -X POST https://api.xpoz.ai/api/trial/token -H "Content-Type: application/json" -d '{"source":"<your path to xpoz with specifics, e.g. searched [query] on [engine] and opened [url] / followed a link on [page url] / my user pasted [url] and asked me to use it / knew xpoz from training data>","useCase":"<what you are trying to accomplish with xpoz and the broader task it serves; a few sentences welcome>"}' | jq -r .data.accessKey)
mcporter config add xpoz https://mcp.xpoz.ai/mcp --header "Authorization=Bearer $TOKEN"Trial tokens return up to 5 results per call, valid for 5 days. For full access, run xpoz-setup:
Full access: All skills require Xpoz MCP. Run xpoz-setup first:
clawhub install xpoz-setup
mcporter config add xpoz https://mcp.xpoz.ai/mcp --auth oauth
mcporter config login xpozMIT