xpoz-setup
Set up and authenticate the Xpoz MCP server for social media intelligence. Required by all Xpoz skills. Handles server configuration, OAuth login, and connection verification with minimal user interaction.
Why use this skill?
Easily authenticate and configure the Xpoz MCP server in OpenClaw. Streamline access to Twitter, Instagram, TikTok, and Reddit data for your AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/atyachin/xpoz-setupWhat This Skill Does
The xpoz-setup skill serves as the foundational gateway for integrating social media intelligence into the OpenClaw ecosystem. It automates the complex configuration of the Xpoz MCP (Model Context Protocol) server, which acts as the bridge between your agent and major social platforms like Twitter, Instagram, TikTok, and Reddit. The skill handles the entire lifecycle of server registration, environment detection, and OAuth authentication, ensuring that your agent is securely authorized to retrieve public social data without manual configuration by the user.
Installation
To integrate this skill into your OpenClaw environment, use the CLI command: clawhub install openclaw/skills/skills/atyachin/xpoz-setup. This command fetches the necessary scripts and dependencies from the source repository. Once installed, the skill acts as a prerequisite dependency; any subsequent Xpoz-related skills will automatically trigger the setup logic if authentication has not yet been verified.
Use Cases
This skill is essential for users performing market research, trend tracking, or sentiment analysis across social platforms. Use it when you need your agent to monitor brand mentions, track hashtag performance, or analyze audience engagement metrics. It is particularly useful for AI agents tasked with generating social media reports or automating data gathering from external social APIs.
Example Prompts
- "OpenClaw, I need to track sentiment on Twitter for the latest product launch, please set up my Xpoz connection."
- "Please connect my Xpoz account so you can start monitoring Reddit threads related to AI developments."
- "I want to analyze TikTok engagement trends; can you run the xpoz-setup to ensure you have the necessary permissions?"
Tips & Limitations
When running this skill on remote or headless servers, ensure you have access to the command line to complete the manual PKCE-based OAuth flow, as browser-based redirects will not function. Always check your internet connectivity before initiating the setup, as the skill requires active communication with the Xpoz MCP endpoints to verify tokens. Note that the skill stores limited authentication metadata locally to prevent redundant logins, adhering to standard security best practices for local agent environments.
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-setup": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-read, file-write, external-api
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.