安全扫描
OpenClaw
安全
medium confidenceThe skill's requests and instructions are internally consistent with its stated purpose (finding and verifying free V2Ray/Clash subscription links); it does not request extra credentials or install code, but it relies on external node providers and uses only a basic HTTP-status check which has limitations.
评估建议
This skill appears to do what it claims: gather and do a basic availability check on free V2Ray/Clash subscription links. Before installing, consider: (1) policy — using free VPN nodes may violate company security or acceptable-use policies; check with IT. (2) Trust — the skill points to third-party domains (yoyapai.com, naidounode.cczzuu.top); verify those sources yourself because malicious or compromised nodes can intercept traffic. (3) Verification limits — the curl HTTP-200 check only confir...详细分析 ▾
✓ 用途与能力
The name/description (gather and verify free V2Ray/Clash nodes) matches the SKILL.md and the included verified-nodes references. No unexpected env vars, binaries, or install actions are requested that would be unrelated to fetching/testing subscription URLs.
ℹ 指令范围
Instructions are focused on searching for subscription links, testing them with curl (HTTP status), and producing import tutorials; they do not instruct reading local files or using credentials. Concern: the verification method relies only on HTTP status codes (curl returning 200) which can yield false positives — it doesn't validate that the VPN proxy actually forwards traffic or that credentials/protocols work. Search steps are high-level (keywords) and may imply web scraping of third-party sites, but that is within the stated purpose.
✓ 安装机制
Instruction-only skill with no install spec and no code files. This is low risk from an install/execution perspective because nothing is written to disk by the skill package itself.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths — appropriate for a tool that only aggregates public subscription URLs. The provided content references external provider URLs, but the skill itself does not ask for secrets.
✓ 持久化与权限
always is false and the skill does not request elevated or persistent system privileges. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/3
guoshun-vpn-nodes v1.0.0 - Initial release - 自动搜索、测试并整理可用的V2Ray/Clash免费VPN节点订阅链接 - 验证订阅可用性,根据不同客户端输出导入教程 - 针对江苏国顺智能科技有限公司员工需求设计 - 支持多客户端(Clash for Windows, V2RayNG, Shadowrocket, Clash for Android, Stash) - 提供节点订阅来源和测试方法说明
● 可疑
安装命令 点击复制
官方npx clawhub@latest install guoshun-vpn-nodes
镜像加速npx clawhub@latest install guoshun-vpn-nodes --registry https://cn.clawhub-mirror.com
技能文档
功能概述
当员工需要VPN上网时,自动执行以下操作:
- 从多个来源搜索最新的V2Ray/Clash免费节点
- 实际测试这些订阅链接的可用性(HTTP状态码)
- 整理出可用的订阅链接
- 根据用户使用的客户端,提供具体的导入教程
输出格式
📡 今日可用VPN节点(2026-XX-XX)✅ 已验证可用的订阅链接:
【电脑客户端 - Clash for Windows】
订阅地址:https://xxx
节点数量:xx个
覆盖地区:xx/xx/xx
【手机客户端 - V2RayNG / Shadowrocket】
订阅地址:https://xxx
📱 导入教程:
(根据客户端类型给出具体步骤)
已知可靠的订阅来源
2026-04-03 验证结果
| 来源 | 订阅类型 | 状态 | 节点数 | 备注 |
|---|---|---|---|---|
| yoyapai.com | Clash/YAML | ✅ | 78个 | 综合多协议 |
| yoyapai.com | V2Ray/TXT | ✅ | 48个 | VMess/VLESS/Trojan |
| naidounode.cczzuu.top | v2ray | ✅ | 48个 | 每日更新 |
节点搜索关键词
v2ray 免费节点 2026clash 免费订阅 2026vmess vless free node April 2026free vpn subscription 2026
验证方法
使用 curl 测试订阅链接:
curl -s -o /dev/null -w "%{http_code} %{time_total}s %{url_effective}" <订阅链接> --max-time 10
状态码200 = 可用
各客户端导入教程
1. Clash for Windows(电脑)
- 下载 Clash for Windows:https://github.com/Fndroid/clash_for_windows_pkg/releases
- 打开软件 → 点击左侧「配置」
- 点击「新建」
- 粘贴订阅地址(YAML格式)→ 点击下载
- 选择节点 → 点击「代理」启用
2. V2RayNG(安卓)
- 下载 V2RayNG(应用商店搜索或GitHub)
- 打开 → 点击右上角「订阅」
- 点击「添加订阅」
- 粘贴订阅地址(VMess格式)
- 点击更新,导入节点
- 选择节点 → 点击V字图标连接
3. Shadowrocket(iOS)
- App Store下载 Shadowrocket
- 打开 → 点击右上角「+」
- 类型选择「Subscribe」
- 粘贴订阅地址
- 点击完成,自动更新节点
- 选择节点,开启VPN
4. Clash for Android
- 下载 Clash for Android(GitHub)
- 打开 → 点击「配置」
- 点击「新建配置」或「从URL导入」
- 粘贴订阅地址 → 确认
- 选择节点 → 点击连接
5. Stash(iOS,Clash Meta)
- App Store下载 Stash
- 打开 → 点击左侧「配置」
- 点击「远程」
- 点击「添加」
- 粘贴订阅地址 → 保存
- 选择节点,开启VPN
注意事项
- 免费节点可能随时失效,建议保存多个来源
- 使用VPN时避免访问敏感网站
- 重要账户操作建议断开VPN
- 建议使用前将DNS设为8.8.8.8或114.114.114.114
调用方式
用户说"我要VPN"、"帮我找节点"、"需要翻墙"等时触发。
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制