← Back to Skills Marketplace
xvpn-bot

X-VPN MCP Skill

by xvpn-bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
54
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xvpn-mcp-skill
Description
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...
README (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.

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xvpn-mcp-skill
  3. After installation, invoke the skill by name or use /xvpn-mcp-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
V1.0.0 First Publish
Metadata
Slug xvpn-mcp-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install X-VPN MCP Skill?

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

Is X-VPN MCP Skill free?

Yes, X-VPN MCP Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does X-VPN MCP Skill support?

X-VPN MCP Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created X-VPN MCP Skill?

It is built and maintained by xvpn-bot (@xvpn-bot); the current version is v1.0.0.

💬 Comments