Neomano Internet Speed (Download/Upload)
Measure current internet connection speed (download + upload) from this machine using a lightweight HTTP-based speed test (Cloudflare speed endpoints). Use w...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 28 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script and runtime instructions. The script performs GET/POST tests to Cloudflare speed endpoints to measure throughput, which is exactly what the skill claims.
Instruction Scope
SKILL.md simply instructs running the bundled Python script. The script only performs network calls to Cloudflare endpoints and does not read files, environment variables, or unrelated system state.
Install Mechanism
No install spec; this is instruction-only with a small included script. Nothing is downloaded from third-party URLs or written to system paths during install.
Credentials
No credentials or config paths requested; required runtime is only python3. The lack of secret or unrelated env var requests is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills/config. Autonomous invocation is allowed by default but this skill's actions are limited to network speed tests.
Assessment
This skill appears to do exactly what it says: run a simple speed test against Cloudflare. Before installing or running: be aware it will transfer tens of megabytes by default (download 25 MB, upload 5 MB) — avoid running on metered or bandwidth-sensitive networks. The script contacts speed.cloudflare.com only and does not request credentials or access other system files. If you want to change data usage, run with smaller --download-bytes / --upload-bytes values. If you require stricter network controls, do not allow autonomous agent runs that could repeatedly execute the test.Like a lobster shell, security has layers — review code before you run it.
Current versionv0.1.0
Download zipbandwidthdownloadinternetlatestspeedtestupload
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🚦 Clawdis
Binspython3
SKILL.md
What it does
- Runs a simple download + upload throughput test against Cloudflare's speed test endpoints.
- Reports Mbps for download and upload.
Run
python3 {baseDir}/scripts/speedtest.py
python3 {baseDir}/scripts/speedtest.py --download-bytes 50000000 --upload-bytes 10000000
Notes
- Results depend on current network conditions and routing.
- This is not as feature-rich as Ookla Speedtest, but has zero external deps.
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
