← Back to Skills Marketplace
atyachin

Xpoz Setup

by Avital Yachin · GitHub ↗ · v1.2.0
cross-platform ✓ Security Clean
2799
Downloads
5
Stars
13
Active Installs
3
Versions
Install in OpenClaw
/install xpoz-setup
Description
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.
Usage Guidance
This skill appears to do exactly what it says: set up Xpoz OAuth and configure mcporter. Before installing, confirm you trust https://xpoz.ai and that mcporter is the correct, official tool included with your OpenClaw install. Be aware that the OAuth access token will be written into mcporter's configuration (persistent on disk) so if you want to revoke access later, remove the xpoz config entry or revoke the token from Xpoz. On headless servers the skill asks you to paste an authorization code into chat — don't paste any unrelated secrets. If you need stronger guarantees, inspect mcporter's config storage location and verify token handling after setup.
Capability Analysis
Type: OpenClaw Skill Name: xpoz-setup Version: 1.2.0 The skill bundle is designed to set up and authenticate the Xpoz MCP server using OAuth 2.1 with PKCE. All network calls to `mcp.xpoz.ai` and `www.xpoz.ai`, file system operations (e.g., `~/.cache/xpoz-oauth/state.json`), and command executions (`mcporter`, `python3`, `bash`) are directly related to this stated purpose. The `SKILL.md` instructions for the agent are clear and do not contain any prompt injection attempts to deviate from the task, hide actions, or exfiltrate unrelated data. Security measures like restricted file permissions for temporary state files and not printing access tokens to stdout are observed in `scripts/oauth-remote.sh`. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized execution, or persistence mechanisms.
Capability Assessment
Purpose & Capability
Name/description (Xpoz MCP OAuth setup) matches the implemented steps: checking mcporter, registering the MCP server, running a browser or headless PKCE flow, and configuring mcporter with a bearer token. Required binary (mcporter) and network hosts (mcp.xpoz.ai, www.xpoz.ai) are appropriate for this purpose.
Instruction Scope
SKILL.md instructs only to run local checks, call mcporter, perform OAuth (either via browser or a manual headless flow), and wait for the user-provided code. It does not ask to read unrelated files or exfiltrate data to unexpected endpoints — network activity is limited to Xpoz endpoints. The script stores transient PKCE state in a restricted cache directory and does not print tokens.
Install Mechanism
There is no install spec (instruction-only skill) and the included shell/python script is small and local. No downloads from third-party URLs or archive extraction are performed. Risk from installation is low.
Credentials
The skill requests no environment variables or unrelated credentials. It only requires the mcporter binary and network access to Xpoz domains, which aligns with the OAuth/configuration task. The bearer token obtained is used to configure mcporter — reasonable for this integration.
Persistence & Privilege
The skill configures mcporter and therefore results in persistent storage of an Authorization header (bearer token) inside mcporter's configuration. This is expected for an OAuth setup but is a persistent secret the user should be aware of. always:false and normal autonomous invocation mean it does not force global inclusion.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xpoz-setup
  3. After installation, invoke the skill by name or use /xpoz-setup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Use standard OpenClaw metadata format for requires (bins, network, credentials)
v1.1.0
Security improvements: no global npm install, tokens never printed to stdout, secure state storage (~/.cache with 600 perms + auto-cleanup), added homepage/repo, fixed description
v1.0.0
Initial release: automatic MCP setup + OAuth for local and remote OpenClaw
Metadata
Slug xpoz-setup
Version 1.2.0
License
All-time Installs 13
Active Installs 13
Total Versions 3
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2799 downloads so far.

How do I install Xpoz Setup?

Run "/install xpoz-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xpoz Setup free?

Yes, Xpoz Setup is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Xpoz Setup support?

Xpoz Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xpoz Setup?

It is built and maintained by Avital Yachin (@atyachin); the current version is v1.2.0.

💬 Comments