← All skills
Tencent SkillHub · Communication & Collaboration

V2ray Proxy

V2Ray代理管理 - 自动开关代理、根据网络状况自动配置系统代理。使用场景:OpenClaw需要访问外网时自动开启代理、不需要时关闭。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

V2Ray代理管理 - 自动开关代理、根据网络状况自动配置系统代理。使用场景:OpenClaw需要访问外网时自动开启代理、不需要时关闭。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/v2ray-proxy.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

V2Ray 代理管理

管理 V2Ray 代理的自动开关,根据网络状况自动配置系统代理。

功能

🚀 启动/停止 V2Ray 🌐 自动配置/清除系统代理 🔄 自动模式(根据网络状况自动开关) 📊 状态查看和连接测试

配置

V2Ray 位置: /media/felix/d/v2rayN-linux-64/ 代理端口: 10808

使用方式

# 完整开启代理 bash <skill>/scripts/v2ray-proxy.sh on # 完整关闭代理 bash <skill>/scripts/v2ray-proxy.sh off # 自动模式(根据网络状况自动开关) bash <skill>/scripts/v2ray-proxy.sh auto # 查看状态 bash <skill>/scripts/v2ray-proxy.sh status # 测试代理 bash <skill>/scripts/v2ray-proxy.sh test

命令说明

命令说明start仅启动 V2Raystop仅停止 V2Rayon启动 + 设置系统代理off清除代理 + 停止auto自动模式status查看状态test测试连接

自动代理工作流

当 OpenClaw 需要访问外网(如搜索、API调用) 执行 auto 或 on 开启代理 访问完成后执行 off 关闭代理

开机自启

V2Ray 可以设置开机自启,但代理开关由本脚本控制: # 添加到开机启动(可选) # 编辑 /etc/rc.local 或使用 systemd

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/v2ray-proxy.sh Scripts