V2Ray Proxy Manager for Openclaw

An automated utility for managing V2Ray proxy services and system-wide proxy settings via the command line.

bombfuock
v1.0.0
Mar 5, 2026
1
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install vpn-proxy-manager

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install vpn-proxy-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is V2Ray Proxy Manager?

V2Ray Proxy Manager is a specialized tool designed to streamline the operation of V2Ray proxies on Linux systems. It serves as a management layer that automates the starting and stopping of the V2Ray process while simultaneously handling system-wide proxy configuration changes. This ensures that network traffic is routed correctly without requiring manual environment variable exports.

As a part of the Openclaw Skills ecosystem, this tool is particularly useful for developers who need to toggle their network environment frequently. It provides a robust way to ensure connectivity through V2Ray cores, offering both manual control and intelligent automated switching based on the current network state.

V2Ray Proxy Manager Use Cases

  • Automating system-wide proxy setup for development and production environments.
  • Implementing auto-switching proxy logic based on detected network availability.
  • Simplifying the management of V2Ray binaries located in non-standard directories.
  • Performing quick connectivity health checks and status monitoring for proxy tunnels.

How V2Ray Proxy Manager Works

  1. The skill references the V2Ray binary located in the configured path to initialize the proxy service.
  2. When the 'on' command is issued, it launches the V2Ray process and exports the necessary system environment variables for port 10808.
  3. The 'auto' mode initiates a monitoring loop that evaluates network conditions to enable or disable the proxy dynamically.
  4. Upon shutdown or the 'off' command, the skill terminates the V2Ray process and cleans up system proxy settings to restore direct connectivity.
  5. Status requests invoke connection tests to verify that the tunnel is active and passing traffic correctly.

V2Ray Proxy Manager Setup

To integrate this into your environment, ensure your V2Ray binary is located at the path defined in your configuration. Use the following commands within the Openclaw Skills framework:

# Navigate to the script directory
cd ./scripts/

# Enable the V2Ray proxy service
./v2ray-proxy.sh on

# Set the proxy to auto-manage based on network
./v2ray-proxy.sh auto

V2Ray Proxy Manager Data Schema & Taxonomy

The skill manages its operation using the following technical parameters:

Parameter Description Default Value
Binary Location Path to the V2Ray-linux-64 directory /media/felix/d/v2rayN-linux-64/
Proxy Port Local listener port for HTTP/SOCKS 10808
Operational Modes Supported execution states on, off, auto, status

It interacts with system environment variables such as http_proxy, https_proxy, and all_proxy to ensure global coverage.

V2Ray Proxy Manager Advanced Features

  • Intelligent network-aware auto-switching mode for hands-free proxy management.
  • Integrated connection testing to validate proxy tunnel integrity.
  • Automatic cleanup of system environment variables to prevent orphaned proxy settings.
  • Support for custom binary paths allowing for portable V2Ray installations.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*