← 返回 Skills 市场
elony-7

Speedtest.net

作者 elony-7 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install speedtest-net
功能描述
Measure internet network speed (download, upload, ping) using speedtest-cli (Speedtest.net). Use when: user asks to "check speed", "run speedtest", "test net...
安全使用建议
This skill is internally consistent and minimal: it simply calls your locally installed speedtest-cli. Before installing/use: (1) verify you trust the source owner since repository/homepage is not provided; (2) install speedtest-cli from a trusted package source (pip/homebrew/apt) and avoid running installs as root if you don't trust the package; (3) be aware JSON output contains IP, ISP, and server location — don't share that output if it contains sensitive info; (4) the skill will perform outbound HTTPS connections to Speedtest servers (TCP 443) when run, which is expected for a speed test.
功能分析
Type: OpenClaw Skill Name: speedtest-net Version: 1.0.2 The speedtest-net skill is a standard wrapper for the legitimate 'speedtest-cli' utility. The Python script (scripts/speedtest.py) safely executes the binary using subprocess lists to prevent shell injection and includes basic error handling. The SKILL.md instructions explicitly forbid the AI agent from performing unauthorized installations, directing it to refer the user to setup.md instead, which is a positive safety measure.
能力评估
Purpose & Capability
Name/description match the included script and docs: the skill wraps the standard speedtest-cli tool to measure ping/download/upload. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
SKILL.md and scripts/speedtest.py only instruct running the local speedtest-cli and printing results (plain text or JSON). The JSON can include server name/location, ISP, and IP — which is expected for speed tests and is documented in SKILL.md. The instructions explicitly avoid automatic installation and do not read other system files or environment variables.
Install Mechanism
There is no automated install spec bundled with the skill. setup.md recommends installing speedtest-cli via pip/apt/Homebrew — standard, low-risk guidance. The skill will not download or execute arbitrary code itself.
Credentials
The skill requires no environment variables, credentials, or config paths. This is appropriate for a simple client-side network test that uses an external Ookla service via speedtest-cli.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide modifications. It runs only when invoked and does not modify other skills or agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install speedtest-net
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /speedtest-net 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Security fix: removed auto-install of speedtest-cli. Script now fails with clear error pointing to setup.md instead of running pip/apt automatically.
v1.0.1
Renamed to Speedtest.net
元数据
Slug speedtest-net
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Speedtest.net 是什么?

Measure internet network speed (download, upload, ping) using speedtest-cli (Speedtest.net). Use when: user asks to "check speed", "run speedtest", "test net... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 Speedtest.net?

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

Speedtest.net 是免费的吗?

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

Speedtest.net 支持哪些平台?

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

谁开发了 Speedtest.net?

由 elony-7(@elony-7)开发并维护,当前版本 v1.0.2。

💬 留言讨论