← 返回 Skills 市场
198
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install network-speed-test
功能描述
Measure network download speed, upload speed, and latency from the command line. Uses Cloudflare speed test endpoints and public DNS for latency measurements...
安全使用建议
This skill appears coherent and limited to measuring network performance. Before running it, be aware that: (1) it will make outbound network connections to speed.cloudflare.com and perform TCP connects to public DNS IPs (1.1.1.1, 8.8.8.8, 9.9.9.9); (2) default tests transfer ~10 MB down / 5 MB up (you can reduce --size to limit bandwidth); (3) it contains a runnable Python script (no installer) so running it executes active network I/O — review the script if you want to confirm behavior. If you are comfortable with those network targets and data usage, this skill is consistent with its description.
功能分析
Type: OpenClaw Skill
Name: network-speed-test
Version: 1.0.0
The skill is a standard network speed test utility that measures latency, download, and upload speeds using Python's standard library. It interacts with reputable public endpoints (Cloudflare, Google, Quad9) and does not exhibit any malicious behavior, data exfiltration, or suspicious execution patterns. All code in scripts/speed_test.py is well-documented and aligned with the stated purpose in SKILL.md.
能力评估
Purpose & Capability
Name/description (network speed testing) align with the included script: it performs TCP latency probes and download/upload tests to public endpoints (Cloudflare). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running the included Python script and only references network tests and JSON output. The runtime instructions do not ask the agent to read local files, environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only), and the SKILL includes a Python script that uses only the standard library. This is low-risk, but note the skill contains executable code that will perform network I/O when run (no installer needed).
Credentials
The skill requires no environment variables or credentials. All network endpoints are public and described in the SKILL.md. No excessive or unrelated secrets are requested.
Persistence & Privilege
Skill does not request persistent/system-wide presence (always:false). It does not modify other skills or system configs. The default ability for autonomous invocation is unchanged and not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install network-speed-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/network-speed-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the network-speed-test skill:
- Measure download speed, upload speed, and latency from the command line in pure Python (no external dependencies).
- Uses Cloudflare endpoints for speed tests and public DNS for latency checks.
- Supports individual or combined tests, adjustable test sizes, and structured JSON output.
- Reports detailed latency stats (avg/min/max/jitter) for multiple DNS hosts.
- No API keys or accounts required.
元数据
常见问题
Network Speed Test 是什么?
Measure network download speed, upload speed, and latency from the command line. Uses Cloudflare speed test endpoints and public DNS for latency measurements... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 198 次。
如何安装 Network Speed Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install network-speed-test」即可一键安装,无需额外配置。
Network Speed Test 是免费的吗?
是的,Network Speed Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Network Speed Test 支持哪些平台?
Network Speed Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Network Speed Test?
由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。
推荐 Skills