ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 3/5

v2ray-proxy

V2Ray代理管理 - 自动开关代理、根据网络状况自动配置系统代理 / V2Ray Proxy Management - Auto start/stop proxy based on network conditions

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bombfuock/vpn-proxy-manager
Or

What This Skill Does

The v2ray-proxy skill for OpenClaw provides a robust framework for managing V2Ray proxy instances on Linux environments. Designed for developers and power users who need reliable connectivity, this skill automates the otherwise tedious process of toggling system proxies. It acts as an interface between your local V2Ray binary and your operating system's network configuration, ensuring that traffic is routed correctly through your proxy server without manual intervention.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/bombfuock/vpn-proxy-manager

Ensure that you have the V2Ray core binaries located at the path specified in your configuration (/media/felix/d/v2rayN-linux-64/) and that the script has the necessary execution permissions.

Use Cases

This skill is ideal for users who frequently switch between different network environments, such as cafes, home, or office, where proxy requirements differ. It is particularly useful for developers who need to bypass regional restrictions to access documentation, package repositories, or APIs that might otherwise be throttled or blocked. Furthermore, the 'auto' mode makes it perfect for maintaining persistent connectivity without needing to manually toggle switches every time your laptop wakes from sleep or reconnects to Wi-Fi.

Example Prompts

  1. "OpenClaw, please enable the V2Ray proxy so I can reach global software repositories."
  2. "Switch the v2ray-proxy to auto mode to handle my network transitions automatically."
  3. "Check the status of my V2Ray connection and let me know if the proxy port 10808 is responding correctly."

Tips & Limitations

To get the most out of this skill, ensure that the file path to your V2Ray installation is correctly set. Because this tool modifies your system-wide proxy settings, it requires appropriate user permissions to alter environment variables. Note that while this handles proxy routing, it does not bypass DNS leaks by itself; ensure your V2Ray config file (config.json) inside your V2Ray folder is properly configured for your specific provider settings. Additionally, periodically run the status command to verify that the background V2Ray process hasn't crashed or been killed by memory management processes.

Metadata

Author@bombfuock
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bombfuock-vpn-proxy-manager": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#proxy#network#v2ray#automation#vpn
Safety Score: 3/5

Flags: network-access, file-read, file-write, code-execution