# Send V2ray Proxy to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "v2ray-proxy",
    "name": "V2ray Proxy",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Felixqian4160/v2ray-proxy",
    "canonicalUrl": "https://clawhub.ai/Felixqian4160/v2ray-proxy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/v2ray-proxy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=v2ray-proxy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/v2ray-proxy.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "v2ray-proxy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T15:57:58.103Z",
      "expiresAt": "2026-05-08T15:57:58.103Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=v2ray-proxy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=v2ray-proxy",
        "contentDisposition": "attachment; filename=\"v2ray-proxy-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "v2ray-proxy"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/v2ray-proxy"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/v2ray-proxy",
    "downloadUrl": "https://openagent3.xyz/downloads/v2ray-proxy",
    "agentUrl": "https://openagent3.xyz/skills/v2ray-proxy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/v2ray-proxy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/v2ray-proxy/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Felixqian4160
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T15:57:58.103Z
- Expires at: 2026-05-08T15:57:58.103Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/v2ray-proxy)
- [Send to Agent page](https://openagent3.xyz/skills/v2ray-proxy/agent)
- [JSON manifest](https://openagent3.xyz/skills/v2ray-proxy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/v2ray-proxy/agent.md)
- [Download page](https://openagent3.xyz/downloads/v2ray-proxy)