← 返回 Skills 市场
V2rayn
作者
qiangwang375-wq
· GitHub ↗
· v1.0.0
502
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install v2rayn
功能描述
Manage V2RayN on macOS to list nodes, test proxy connections, check current node status, view logs, and support auto-failover via scripted health checks.
安全使用建议
This skill appears coherent for managing a local macOS V2RayN client, but take these precautions before installing/running the suggested script: 1) Inspect the check_v2rayn.sh contents yourself — it reads your V2RayN config file (which may contain server addresses and credentials) and writes a log under $HOME/.openclaw/logs. 2) If you enable the cron job, create the log directory with restrictive permissions (chmod 700) to avoid exposing logs to other local users. 3) Prefer using macOS-native scheduling (launchd) if you want better control and visibility than cron. 4) Do not run the script as root; run it as your user. 5) If you are uncomfortable with automatic reads of your config file, perform the checks manually instead. Overall, the skill is consistent with its stated purpose, but the user is responsible for safely creating the script and the scheduled job.
功能分析
Type: OpenClaw Skill
Name: v2rayn
Version: 1.0.0
The skill is designed to manage the V2RayN proxy client on macOS, including status checks, node listing, connection testing, and application restart. All code snippets access local V2RayN configuration files, test connectivity to `google.com` (either direct or via proxy), and manage the V2RayN application process. While it instructs the agent to set up a cron job for periodic health checks, the associated script (`check_v2rayn.sh`) is benign, only performing local checks and logging. There is no evidence of data exfiltration, malicious execution, obfuscation, or prompt injection attempts to subvert the agent's purpose.
能力评估
Purpose & Capability
The skill's name and description (manage V2RayN: list nodes, test connections, auto-failover) match the operations in SKILL.md: reading V2RayN config files, testing proxy ports with curl, inspecting logs, and restarting the app. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
The runtime instructions read user V2RayN configuration (~/Library/Application Support/v2rayN/guiConfigs/guiNConfig.json) and log files, perform network requests (curl) through local proxies, and suggest creating a cron job that writes to $HOME/.openclaw/logs/v2rayn_check.log. Reading the V2RayN config is expected for node listing/failover, but that file can contain server details/credentials — this is consistent with the stated purpose, though it means the script will access sensitive connection configuration and store health-check logs locally.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is downloaded or written by an installer; the user (or agent) would create a local script and cron job. This is the lowest-risk install model.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The instructions reference only the V2RayN config/log directories and $HOME for logs, which is proportionate to managing a local client.
Persistence & Privilege
Persistence is optional and user-driven: the guide suggests creating a cron job to run a local check script every 30 minutes. The skill does not request elevated privileges, system-wide changes, or always:true. Users should be aware that scheduling the job creates an ongoing local task that will read configs and write logs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install v2rayn - 安装完成后,直接呼叫该 Skill 的名称或使用
/v2rayn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
V2RayN Skill 1.0.0 — Initial Release
- Manage V2RayN proxy client on macOS with auto-failover and node health checks.
- Provides scripts and cron job setup for automated node testing and troubleshooting.
- Includes manual commands for checking status, listing nodes, viewing logs, and restarting V2RayN.
- Documents config file locations and troubleshooting steps for common issues.
元数据
常见问题
V2rayn 是什么?
Manage V2RayN on macOS to list nodes, test proxy connections, check current node status, view logs, and support auto-failover via scripted health checks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 502 次。
如何安装 V2rayn?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install v2rayn」即可一键安装,无需额外配置。
V2rayn 是免费的吗?
是的,V2rayn 完全免费(开源免费),可自由下载、安装和使用。
V2rayn 支持哪些平台?
V2rayn 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 V2rayn?
由 qiangwang375-wq(@qiangwang375-wq)开发并维护,当前版本 v1.0.0。
推荐 Skills