← Back to Skills Marketplace
elony-7

Speedtest.net

by elony-7 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install speedtest-net
Description
Measure internet network speed (download, upload, ping) using speedtest-cli (Speedtest.net). Use when: user asks to "check speed", "run speedtest", "test net...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install speedtest-net
  3. After installation, invoke the skill by name or use /speedtest-net
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug speedtest-net
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install Speedtest.net?

Run "/install speedtest-net" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Speedtest.net free?

Yes, Speedtest.net is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Speedtest.net support?

Speedtest.net is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Speedtest.net?

It is built and maintained by elony-7 (@elony-7); the current version is v1.0.2.

💬 Comments