Speedtest.net

v1.0.2

Measure internet network speed (download, upload, ping) using speedtest-cli (Speedtest.net). Use when: user asks to "check speed", "run speedtest", "test net...

0· 137·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for elony-7/speedtest-net.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Speedtest.net" (elony-7/speedtest-net) from ClawHub.
Skill page: https://clawhub.ai/elony-7/speedtest-net
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install speedtest-net

ClawHub CLI

Package manager switcher

npx clawhub@latest install speedtest-net
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ch1btdp1q30nbpf0ymbbpws83vc9v
137downloads
0stars
2versions
Updated 4w ago
v1.0.2
MIT-0

Speedtest.net

Quick Usage

python3 scripts/speedtest.py [--json] [--server SERVER_ID] [--timeout SECONDS]

Flags

FlagDefaultDescription
--jsonoffOutput raw JSON (download/upload/ping + server info)
--serverautoForce a specific Speedtest server ID
--timeout120Max seconds to wait for the test

Plain text output (default)

Ping: 45.12 ms
Download: 120.45 Mbit/s
Upload: 25.33 Mbit/s

JSON output (--json)

Returns structured data including server name/location, ISP, and IP.

Prerequisites

speedtest-cli must be installed before using this skill. See setup.md for installation instructions.

If the script reports speedtest-cli not found, do not attempt automatic installation — direct the user to setup.md and let them install it manually.

Notes

  • Tests connect to the nearest Ookla/Speedtest server by default.
  • Results vary by server distance, network congestion, and host resources.
  • For repeated monitoring, schedule via cron with JSON output and log results.

Comments

Loading comments...