agentsclimarketplace

Speed tests

Skill kip-claw/skills/speed-tests

Runs an internet speed test and logs the results for the public stats page.From its SKILL.md

Install
npx -y skills add kip-claw/skills --skill speed-tests

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 316 tokens by cl100k_base, as published. Nobody here has run it

Internet Speed Test

Runs a speed test, logs results to the Internet Speed Log Google Sheet, and exports the latest result to kip-claw JSON data for the public stats page.

Command

{{HOME}}/bin/network-speedtest-runner.sh

Sheet

Results are logged to: https://docs.google.com/spreadsheets/d/1_YH3KLAGSNzATkSUf9UEtFYhgA5s_R7IV-CFC_fye-s/edit

Columns: Timestamp, Download (Mbps), Upload (Mbps), Ping (ms), Server, Provider

Site Data Export

After a successful run, the wrapper also updates:

  • {{HOME}}/Code/kip-claw/static/data/speedTests.json

This file is the public data source used by kip-claw stats components.

After Running

Report the results back to the user — download speed, upload speed, and ping. Commit and push the JSON change in{{HOME}}/Code/kip-claw. If the user asks how it compares to recent tests, read the last few rows from the sheet using gog --no-input -a "$GOG_ACCOUNT" sheets and summarize the trend.

Notes

  • The test takes 20-30 seconds to complete
  • Log: /var/log/kip-speedtest.log
  • If the script fails, check that Tailscale is up and the NAS is reachable, then check /var/log/kip-speedtest.log for the specific error

What ships with it: 3 files

7.0 KB alongside SKILL.md, 3 of them executable

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.