← 返回 Skills 市场
ipythoning

SUIWARP

作者 iPythoning · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install suiwarp
功能描述
Deploy S-UI + Cloudflare WARP proxy server in one command. 6 protocols (VLESS Reality, TUIC, Hysteria2, gRPC, Trojan, WebSocket), clean Cloudflare IP exit vi...
安全使用建议
This skill does what it claims but uses high-privilege, high-risk install patterns. Before running it: 1) Inspect the full setup.sh and any remote installers it calls; do not blindly run curl|bash as root. 2) Avoid sharing passwords in chat or using sshpass; prefer SSH keys and a controlled deployment channel. 3) Test in a disposable VM or isolated VPS first (not your primary/production server). 4) If you proceed, clone the repo and run the installer locally after manual review; backup any data on the target host and change default admin credentials after install. 5) Be aware the installer will install/enable systemd services and can route arbitrary outbound traffic through Cloudflare; consider legal and policy implications for your use case.
功能分析
Type: OpenClaw Skill Name: suiwarp Version: 1.2.0 The bundle automates the deployment of a multi-protocol proxy server (S-UI) with Cloudflare WARP. It utilizes high-risk patterns such as 'curl | bash' for installation, modifies critical system configurations (systemd services, UFW firewall, iptables DNAT), and includes instructions in SKILL.md for remote deployment via SSH using 'sshpass' with disabled host key checking. While these actions are technically necessary for the stated purpose of setting up a VPS-based proxy, the broad system access and the requirement for the AI agent to handle raw server credentials present a significant attack surface and risk of misuse.
能力评估
Purpose & Capability
The name/description (deploy S-UI + Cloudflare WARP multi-protocol proxy) match what the SKILL.md and included scripts actually do: they configure sing-box / S-UI, wireproxy, wgcf/WARP and system services, firewall, swap, and client links. Required system privileges (root, systemd services) are expected for this functionality.
Instruction Scope
The runtime instructions tell the user/agent to run a remote installer via `bash <(curl -sL https://raw.githubusercontent.com/.../setup.sh)` and to optionally perform remote installs via `ssh` and `sshpass` with plaintext passwords. The included setup.sh performs broad system changes (install packages, create swap, write configs under /usr/local, /etc, enable systemd services, modify firewall). While these actions are required for installation, instructing an agent to obtain and use root SSH credentials (especially encouraging sshpass) expands privilege scope and risk. The instructions do not attempt to read unrelated host data, but they do fetch external installers and run them as root.
Install Mechanism
The SKILL.md and setup.sh rely on remote script execution (curl | bash) from GitHub raw URLs and also call the S-UI install script from another repo. Downloading and immediately executing scripts from the network as root is inherently risky: although GitHub raw is a common release host, these operations will pull and run additional third-party code at install time. The skill has no registry install spec; the included setup.sh will conduct the installation dynamically.
Credentials
The registry declares no env vars or credentials, which aligns with the files. However, the instructions explicitly require root SSH access and give examples showing sending passwords with sshpass. While root access is necessary for this install, asking or scripting use of plaintext passwords (sshpass) is dangerous if an agent solicits or stores credentials. There are no hidden environment-variable exfiltration requests in the files.
Persistence & Privilege
The scripts install and enable systemd services (s-ui, wireproxy-warp, etc.), write persistent config under /etc and /usr/local, and thus create long-lived system presence—this is expected for a server install. The skill does not set always:true and does not modify other skills' configs. Because it gains system-wide persistence, exercising caution before installing is warranted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install suiwarp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /suiwarp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Add HTTPUpgrade, Hysteria2 port hopping, ECH. 10 protocols.
v1.1.0
Add CDN relay and ShadowTLS v3. 8 protocols total.
v1.0.0
Initial release of suiwarp — a one-command S-UI + Cloudflare WARP proxy server deployer: - Deploys six major proxy protocols (VLESS Reality, TUIC, Hysteria2, gRPC, Trojan, WebSocket) on any VPS. - Provides a "clean" Cloudflare exit IP using wireproxy and WARP (~54MB RAM total). - Installs all dependencies, generates keys, sets up firewall, and creates ready-to-use client links. - Includes remote SSH deployment, uninstall script, troubleshooting, and service management instructions. - Designed for Ubuntu/Debian (x86_64, ARM64) with a focus on easy, automated VPN/proxy tunnel setup.
元数据
Slug suiwarp
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

SUIWARP 是什么?

Deploy S-UI + Cloudflare WARP proxy server in one command. 6 protocols (VLESS Reality, TUIC, Hysteria2, gRPC, Trojan, WebSocket), clean Cloudflare IP exit vi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 SUIWARP?

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

SUIWARP 是免费的吗?

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

SUIWARP 支持哪些平台?

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

谁开发了 SUIWARP?

由 iPythoning(@ipythoning)开发并维护,当前版本 v1.2.0。

💬 留言讨论