← 返回 Skills 市场
sxf-oss

VLAN Linux Client

作者 shixianfang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
204
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vlan-linux-client
功能描述
管理 VLAN.CN Linux 客户端的安装、登录、组网连接、服务控制及网络诊断操作。
安全使用建议
This skill appears to do what it claims (manage the VLAN.CN Linux client) but its install instruction is the main red flag: it asks you to run `curl … http://dl.vlan.cn/.../install.sh | sh` which downloads and executes code from an unverified HTTP endpoint. Before installing: 1) Do not run the pipe-to-sh command directly on production systems. 2) Prefer packages distributed over HTTPS with a checksum or GPG signature; verify the vendor's official website (https://www.vlan.cn) for verified install instructions and signatures. 3) Inspect the install script contents locally (download and read it) and run it in a disposable sandbox/container or VM first. 4) Avoid running installers as root unless you trust them; consider running with least privilege. 5) Use the recommended short-lived login codes instead of passwords to avoid credential leakage in shell history. 6) If you cannot verify the origin and integrity of dl.vlan.cn artifacts, treat installation as high-risk and consult your organization's security policy or the vendor for signed releases.
功能分析
Type: OpenClaw Skill Name: vlan-linux-client Version: 1.0.0 The skill bundle provides instructions for managing the VLAN.CN Linux client but promotes a highly insecure installation method in SKILL.md and README.md. Specifically, it recommends executing a shell script downloaded via unencrypted HTTP with certificate verification explicitly disabled (curl -kfsSL http://dl.vlan.cn/vlan2.0/linux/install.sh | sh), which exposes users to Man-in-the-Middle (MitM) attacks. While the tool appears to be a legitimate networking service, these instructions represent a significant security vulnerability rather than intentional malice.
能力评估
Purpose & Capability
Name/description (manage VLAN.CN Linux client) align with the commands and features described (install, login, connect, service control, diagnostics). The SKILL.md contains only client-focused operations and references api.vlan.cn, which is consistent with the stated purpose.
Instruction Scope
The instructions tell users/agents to run a remote install script via `curl -kfsSL http://dl.vlan.cn/vlan2.0/linux/install.sh | sh`. This directs execution of arbitrary remote code and uses an HTTP URL (no HTTPS) and curl -k (which suppresses TLS checks for HTTPS). Aside from that, the rest of the instructions stay within the client's scope and do not request unrelated files or env vars.
Install Mechanism
There is no formal install spec; instead the skill recommends a download-and-pipe-to-shell pattern from dl.vlan.cn over plain HTTP and without integrity or signature verification. That pattern is high-risk: it allows arbitrary code execution, lacks transport integrity, and offers no provenance or reproducible packaging.
Credentials
The skill declares no required environment variables or credentials, which is proportionate. The usage examples include username/password or login codes entered interactively; the doc advises using short-lived login codes to avoid leaving passwords in shell history, which is appropriate. However, the install/uninstall steps imply writing files under system paths and may require sudo — this elevates privileges for the unsigned installer.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not attempt to modify other skills or agent-wide config in the SKILL.md. The installer may create system services and require sudo, which is expected for a system client but increases the impact of a malicious installer.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vlan-linux-client
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vlan-linux-client 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本 - 支持 VLAN.CN Linux 客户端安装、登录、组网管理、服务控制和故障诊断
元数据
Slug vlan-linux-client
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

VLAN Linux Client 是什么?

管理 VLAN.CN Linux 客户端的安装、登录、组网连接、服务控制及网络诊断操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。

如何安装 VLAN Linux Client?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vlan-linux-client」即可一键安装,无需额外配置。

VLAN Linux Client 是免费的吗?

是的,VLAN Linux Client 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

VLAN Linux Client 支持哪些平台?

VLAN Linux Client 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 VLAN Linux Client?

由 shixianfang(@sxf-oss)开发并维护,当前版本 v1.0.0。

💬 留言讨论