ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/atyachin/xpoz-setup
Or

What 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

  1. "OpenClaw, I need to track sentiment on Twitter for the latest product launch, please set up my Xpoz connection."
  2. "Please connect my Xpoz account so you can start monitoring Reddit threads related to AI developments."
  3. "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

Author@atyachin
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-atyachin-xpoz-setup": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#xpoz#mcp#setup#oauth#social-media
Safety Score: 4/5

Flags: network-access, file-read, file-write, external-api