← 返回 Skills 市场
atyachin

Xpoz Setup

作者 Avital Yachin · GitHub ↗ · v1.2.0
cross-platform ✓ 安全检测通过
2799
总下载
5
收藏
13
当前安装
3
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xpoz-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xpoz-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug xpoz-setup
版本 1.2.0
许可证
累计安装 13
当前安装数 13
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2799 次。

如何安装 Xpoz Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xpoz-setup」即可一键安装,无需额外配置。

Xpoz Setup 是免费的吗?

是的,Xpoz Setup 完全免费(开源免费),可自由下载、安装和使用。

Xpoz Setup 支持哪些平台?

Xpoz Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Xpoz Setup?

由 Avital Yachin(@atyachin)开发并维护,当前版本 v1.2.0。

💬 留言讨论