# Speed Test

> Runs an internet speed test and logs the results for the public stats page.

- Skill: `kip-claw/speed-test` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add kip-claw/speed-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kip-claw/speed-test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kip-claw (https://skillmd.com/u/kip-claw)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kip-claw/speed-test

---


# 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 with the Google Workspace MCP `read_sheet_values` tool (using `user_google_email: "kip@palewi.re"`) and summarize the trend. Do not use `gog` for this interactive query.

## 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

