← 返回 Skills 市场
xvpn-bot

X-VPN MCP Skill

作者 xvpn-bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xvpn-mcp-skill
功能描述
Use when your task hit or is about to hit a geo-related failure (HTTP 403 / 451, region-restricted response body, region-defaulted content), or when the user...
使用说明 (SKILL.md)

X-VPN MCP Skill

This file is a router. Read it, then load only the reference that matches your situation. Most tasks need this file plus one reference.

When to use these tools

Two entry points:

  • Reactive — your task hit a geo-block (403 / 451 with region language, or visibly truncated / region-defaulted content). Most common entry.
  • Anticipatory — the user's request has geography baked in ("trending on US Reddit", "audit our JP site", "as Singapore would see it").

Don't trigger for country knowledge or travel questions, tasks with no geo signal, or when the user said "no VPN". For the full signal checklist and how to disambiguate geo from auth / rate-limit failures before connecting, see references/task-integration.md.

Core principle

These tools belong inside your task plan, not as the plan itself.

  1. Start with xvpn_get_overview. It returns account state and VPN state together; you'll rarely need to ask anything else first.
  2. Search, don't browse. xvpn_list_locations(search="...") is almost always the right call. The full tree has 250+ nodes.
  3. Leave the egress as you found it. If the user wasn't connected when you started, xvpn_disconnect when you're done. If they were connected somewhere, reconnect there before yielding back. The user's machine traffic flows through whatever tunnel you leave up.

Tool inventory

Tool One-line purpose
xvpn_get_overview First call. Account state + VPN state in one read.
xvpn_get_status Refresh after connect/disconnect, or to read live free_usage.
xvpn_list_locations(search) Discover regions. Always pass search.
xvpn_list_protocols Rare. Auto is the default.
xvpn_connect(location, protocol) Open the tunnel.
xvpn_disconnect Close it / return to the prior egress.
xvpn_cancel_operation(operation_id) Abort a stuck operation.
xvpn_login_with_token(login_token) Only when the user wants to upgrade in this session.

Install Local MCP Server

X-VPN MCP is a local MCP server based on the X-VPN CLI client. The Skill and the client are distributed separately, so the user may have this Skill loaded without the tools available yet.

If you try to call an xvpn_* tool and it is not available in this session, or the user explicitly asks how to install the client, suggest running the installer below. The TUI will guide them through the daemon installation and the MCP ↔ Agent client wiring.

sh \x3C(curl -sSf https://app.xvpncdn.com/rpc788pbdq/install.sh)

Navigation — read the reference that matches your situation

Situation Read
Deciding whether this task needs a VPN, or recognizing that your current failure is geo-related references/task-integration.md
You've decided to act and need the call sequence references/call-patterns.md
About to call xvpn_list_locations and want to pick the right slug references/locations.md
A tool returned an error or accepted: false references/error-recovery.md
xvpn_get_overview shows free tier, or you hit a quota / upgrade-required message references/free-tier.md

You usually need 1-2 references per task. Loading them all preemptively defeats the point of this layout.

安全使用建议
Install only if you trust X-VPN and are comfortable with a local VPN daemon and MCP configuration changes. Prefer inspecting the installer before running it, and remember that while connected, traffic from the machine may route through the selected VPN region until the agent disconnects or restores the prior state.
能力评估
Purpose & Capability
The skill purpose, tools, and references align around X-VPN MCP use for geo-blocked or explicitly region-dependent tasks.
Instruction Scope
The instructions include scoping, geo-signal checks, cleanup, and prior-egress restoration, though some flows allow connecting without a fresh explicit prompt when the agent judges the geo signal strong.
Install Mechanism
The skill suggests a user-run curl-to-shell installer for the local MCP server and daemon wiring; this is purpose-aligned but should be reviewed because it downloads and executes remote code.
Credentials
Changing VPN egress is expected for this skill and the artifacts repeatedly tell the agent to minimize duration, avoid unrelated use, and restore or disconnect afterward.
Persistence & Privilege
The skill files are markdown-only and do not themselves persist or execute, but the referenced installer may install a local daemon and modify MCP or agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xvpn-mcp-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xvpn-mcp-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
V1.0.0 First Publish
元数据
Slug xvpn-mcp-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

X-VPN MCP Skill 是什么?

Use when your task hit or is about to hit a geo-related failure (HTTP 403 / 451, region-restricted response body, region-defaulted content), or when the user... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 X-VPN MCP Skill?

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

X-VPN MCP Skill 是免费的吗?

是的,X-VPN MCP Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

X-VPN MCP Skill 支持哪些平台?

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

谁开发了 X-VPN MCP Skill?

由 xvpn-bot(@xvpn-bot)开发并维护,当前版本 v1.0.0。

💬 留言讨论