← 返回 Skills 市场
465
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vpn-proxy-manager
功能描述
V2Ray代理管理 - 自动开关代理、根据网络状况自动配置系统代理 / V2Ray Proxy Management - Auto start/stop proxy based on network conditions
安全使用建议
This skill appears to do what it says: control a local V2Ray/Xray proxy and toggle system proxy settings. Before installing or letting an agent run it:
- Manually inspect and edit scripts/v2ray-proxy.sh to set V2RAY_DIR to your V2Ray/Xray installation (ensure you trust that binary).
- Note the script expects utilities like curl, pgrep/pkill, nohup; ensure those exist in your environment.
- The script appends a line to ~/.bashrc; back up that file if you care about preserving your shell config.
- The 'wrap' command runs arbitrary shell commands via eval — do not allow untrusted agents or workflows to call wrap with unreviewed arguments.
- If you want less persistence, remove the ~/.bashrc write or change it to a safer mechanism. If you have an automated agent, restrict when/how it can invoke this skill (or require manual invocation) to limit unwanted command execution or environment changes.
功能分析
Type: OpenClaw Skill
Name: vpn-proxy-manager
Version: 1.0.0
The script 'scripts/v2ray-proxy.sh' contains a critical shell injection vulnerability in the 'wrap' function, which uses 'eval' on unsanitized input, potentially allowing arbitrary command execution. It also performs invasive actions such as modifying the user's '~/.bashrc' for persistence and relies on hardcoded absolute paths for binary execution (e.g., '/media/felix/d/v2rayN-linux-64/'). While these appear to be functional choices for a proxy manager rather than intentional malware, they represent significant security risks.
能力评估
Purpose & Capability
The script's actions (start/stop V2Ray, set/clear system proxy, auto-check network, wrap commands) match the skill name and description. Minor mismatch: the metadata declares no required binaries, but the script relies on common utilities (curl, pgrep/pkill, nohup, pkill) and a local V2Ray/Xray binary; the README asks the user to edit V2RAY_DIR to point to a local installation.
Instruction Scope
SKILL.md simply instructs the agent/user to run the provided script. The script checks connectivity (curl to github.com/google.com), manages environment proxy variables, persists a marker to ~/.bashrc, launches/stops local binaries, and supports 'wrap' which runs arbitrary shell commands via eval — that last point grants the ability to execute any command the agent passes to the script (this is intended for the feature but expands execution scope).
Install Mechanism
No install spec; instruction-only skill with an included shell script. Nothing is downloaded or installed automatically by the skill.
Credentials
The skill requests no credentials and does not contact unknown remote endpoints (only checks github.com and google.com). It does, however, set proxy-related environment variables during execution and appends a V2RAY_PROXY line to the user's ~/.bashrc to persist a marker — this is environment modification but aligns with its purpose.
Persistence & Privilege
Although 'always' is false, the script modifies a user file (~/.bashrc) to persist V2RAY_PROXY, and it can start background processes (v2rayN/xray). Modifying shell startup files and launching background binaries are significant persistent actions the user should review and consent to.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vpn-proxy-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/vpn-proxy-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 – Initial release of v2ray-proxy
- Manage V2Ray proxy with auto start/stop based on network conditions
- Automatically configure or clear system proxy settings
- Support for auto mode to switch proxy based on network
- Includes status check and connection test commands
- Simple CLI usage: enable, disable, auto, and status commands
元数据
常见问题
Vpn Proxy Manager 是什么?
V2Ray代理管理 - 自动开关代理、根据网络状况自动配置系统代理 / V2Ray Proxy Management - Auto start/stop proxy based on network conditions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 465 次。
如何安装 Vpn Proxy Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vpn-proxy-manager」即可一键安装,无需额外配置。
Vpn Proxy Manager 是免费的吗?
是的,Vpn Proxy Manager 完全免费(开源免费),可自由下载、安装和使用。
Vpn Proxy Manager 支持哪些平台?
Vpn Proxy Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vpn Proxy Manager?
由 BOMBFUOCK(@bombfuock)开发并维护,当前版本 v1.0.0。
推荐 Skills