← 返回 Skills 市场
spiritlhls

VPS Fusion Monster Server Test

作者 spiritLHLS · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
220
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawchimera
功能描述
Run full VPS performance and network tests across CPU, memory, disk, streaming unlock, IP quality, routing, latency, and multi-node speed with no extra depen...
使用说明 (SKILL.md)

ClawChimera · 融合怪测试 ECS

基于 oneclickvirt/ecs 的 VPS 全方位性能与网络测试 Skill。
无需编译、无额外依赖——运行时自动下载对应平台预编译二进制,支持 CDN/国内镜像加速。

功能覆盖

类别 说明
系统信息 CPU 型号/核心/缓存、内存、磁盘、OS、内核、虚拟化、NAT 类型
CPU 基准 sysbench / geekbench 单/多线程得分,6 档性能等级评定
内存基准 STREAM 带宽(读/写/复制/Triad),DDR3/4/5 代际检测
磁盘 IO fio / dd:4K 随机读写 IOPS,1M 顺序吞吐
流媒体解锁 Netflix、Disney+、ChatGPT、YouTube Premium 等 20+ 平台
IP 质量 18 个数据库(scamalytics、abuseipdb 等)、代理/机房检测
邮件端口 SMTP 25/465/587,POP3 110/995,IMAP 143/993 连通性
回程路由 电信/联通/移动 BGP 上行 traceroute
三网路由 NT3:广州/上海/北京/成都,IPv4/IPv6
延迟测试 TG 数据中心、国内外主流网站延迟
多节点测速 三网(CMCC/CU/CT)+ 国际节点,上传/下载

文件说明

文件 说明
run.sh 主入口:自动下载 ECS 二进制并运行,测试后输出结果文件路径
analyze.sh 结果分析:读取 goecs.txt 并生成 AI 可直接处理的结构化分析提示
skill.json 技能元信息与参数描述
SKILL.md 本文件

使用方式

# 全套测试(中文,菜单关闭,自动保存 goecs.txt)
bash run.sh

# 英文输出 + 3节点测速
bash run.sh -l en -spnum 3

# 测试完成后 AI 分析结果
bash analyze.sh                   # 生成提示词(粘贴到 AI 对话)
bash analyze.sh --call-ai         # 自动调用本地 AI 工具(需配置)

# 强制国内 CDN 加速
CN=true bash run.sh

运行要求

  • OS:Linux / macOS / FreeBSD
  • 架构:amd64, arm64, arm, 386, mips, mipsle, s390x, riscv64
  • 依赖curlwget + unzip(或 python3
  • 权限:普通用户即可(非 root)

参数全览

所有参数直接透传给 goecs

-basic / -cpu / -memory / -disk / -ut / -security / -email
-backtrace / -nt3 / -speed / -ping / -tgdc / -web / -upload / -log

-l zh|en                         输出语言
-cpum sysbench|geekbench|winsat  CPU 工具
-cput multi|single               CPU 线程模式
-memorym stream|sysbench|dd|...  内存工具
-diskm fio|dd|winsat             磁盘工具
-diskp \x3Cpath>                    磁盘测试路径
-spnum \x3CN>                       每运营商测速节点数
-nt3loc GZ|SH|BJ|CD|ALL          三网路由位置
-nt3t ipv4|ipv6|both             三网路由协议

结果文件

测试完成后在当前目录生成 goecs.txt(纯文本,去除 ANSI 颜色码)。
运行 analyze.sh 可基于该文件生成 AI 分析提示词,提取优缺点。


本 Skill 遵循 MIT-0 许可发布;上游 ECS 工具遵循 GPL-3.0。

安全使用建议
This skill is functionally coherent (a wrapper that downloads and runs the goecs benchmark) but has two practical risks: it pulls prebuilt binaries through third‑party CDN mirrors (not all are well‑known) and by default may upload results publicly. Before installing or running: 1) Prefer obtaining the goecs binary directly from the official GitHub release page and verify checksums/signatures if available. 2) Run the skill with -upload=false (or edit skill.json) to avoid automatic public uploads. 3) Consider setting CN=false to force direct GitHub access, or inspect/replace the CDN list in run.sh. 4) If unsure, build the upstream oneclickvirt/ecs from source locally and point run.sh to your locally built binary. 5) Execute first inside an isolated VM/container and inspect the downloaded binary (e.g., check release tags, compare sizes, run strings/ltrace/strace) before trusting it on production systems.
功能分析
Type: OpenClaw Skill Name: clawchimera Version: 1.0.0 The ClawChimera skill bundle is a wrapper for the 'oneclickvirt/ecs' (Fusion Monster) VPS benchmarking suite. Its primary function is to download a precompiled binary (goecs) from GitHub or associated CDNs and execute it to perform comprehensive system, hardware, and network performance tests. While the tool performs high-risk actions such as executing remote binaries and optionally uploading results to a public pastebin, these behaviors are explicitly documented, aligned with the tool's stated purpose, and standard for the VPS benchmarking category. The analyze.sh script provides a utility to format results for AI analysis without evidence of malicious prompt injection or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name/description (VPS performance & network tests) match the provided scripts: run.sh fetches a goecs binary and runs full tests; analyze.sh parses results. Requesting no credentials and writing cache to ~/.cache/clawchimera is reasonable for this purpose. However, use of non-standard CDN mirrors (cdn0.spiritlhl.top, cdn3.spiritlhl.net, cnb.cool) for binary distribution is not strictly necessary and raises questions about why direct GitHub releases wouldn't be the preferred/verified source.
Instruction Scope
SKILL.md/run.sh instructs the agent to download a remote precompiled binary and execute it locally (necessary for this wrapper). The skill also enables result uploading by default (-upload true) and uses external IP geolocation services (ipapi.co, ip-api.com). analyze.sh can optionally invoke a local AI tool (--call-ai). The download-and-execute step plus default upload behavior broaden the data/execution surface beyond simple local benchmarking.
Install Mechanism
No formal install spec, but run.sh fetches prebuilt binaries at runtime. While it prefers GitHub releases, it probes and may use third‑party CDN prefixes (cdn*.spiritlhl.net, spiritlhl.top) or cnb.cool mirrors. These are not well‑known, audited release hosts; a compromised or malicious mirror can deliver arbitrary binaries. There is no built‑in checksum or signature verification before execution.
Credentials
The skill requires no secrets or cloud credentials (good). It exposes one optional env var CN to force mirror selection. However, the default behavior (-upload=true) will upload test results to a public pasteboard (per skill.json), which may leak IP, routing, or other sensitive metadata; this is not obviously necessary for core functionality and should be opt‑out by default.
Persistence & Privilege
The skill does not request permanent/always inclusion and does not require elevated privileges. It caches binaries to ~/.cache/clawchimera which is reasonable for performance. It warns when run as root but does not require root.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawchimera
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawchimera 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ClawChimera · 融合怪测试 ECS (version 1.0.0): - Provides an all-in-one VPS performance and network testing tool based on oneclickvirt/ecs. - No compilation or extra dependencies needed; downloads prebuilt binaries at runtime, with CDN/cn mirror acceleration support. - Features comprehensive tests: system info, CPU/memory/disk benchmarks, streaming unlock, IP quality, email port, routing/traceroute, latency, and speedtest. - Multiplatform support: Linux, macOS, FreeBSD; multiple architectures. - Easy results analysis and AI-friendly output scripts included.
元数据
Slug clawchimera
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

VPS Fusion Monster Server Test 是什么?

Run full VPS performance and network tests across CPU, memory, disk, streaming unlock, IP quality, routing, latency, and multi-node speed with no extra depen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 220 次。

如何安装 VPS Fusion Monster Server Test?

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

VPS Fusion Monster Server Test 是免费的吗?

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

VPS Fusion Monster Server Test 支持哪些平台?

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

谁开发了 VPS Fusion Monster Server Test?

由 spiritLHLS(@spiritlhls)开发并维护,当前版本 v1.0.0。

💬 留言讨论