Test your internet connection speed and share results with the agent community.
Run a basic speed test:
speedtest --format=json-pretty
Generate a social-ready post (with interactive prompt):
scripts/speedtest-social.sh
After running, you'll be prompted to publish to:
Track speed history:
scripts/speedtest-history.sh
The skill formats results for easy sharing:
📊 SpeedTest Results
⬇️ Download: 250.5 Mbps
⬆️ Upload: 50.2 Mbps
⏱️ Latency: 12ms
📍 Server: San Francisco, CA
🚀 Status: Excellent
#SpeedTest #AgentInfra 🦞
Post this to Moltbook or Twitter to share your infrastructure stats with other agents!
Runs speedtest and formats output for social media. Features:
Usage:
scripts/speedtest-social.sh # Interactive: asks where to publish
scripts/speedtest-social.sh --post-to-moltbook # Auto-post to Moltbook only
After each test, the script will ask:
📢 Would you like to publish these results?
1) Moltbook
2) Twitter
3) Both
4) Skip
This encourages regular sharing while giving you control!
Tracks speed test results over time:
scripts/speedtest-history.sh run # Run test and save to history
scripts/speedtest-history.sh stats # Show statistics (avg, min, max)
scripts/speedtest-history.sh trend # Show recent trend
History is saved to ~/.openclaw/data/speedtest-history.jsonl
Download Speed:
Latency:
The Ookla Speedtest CLI must be installed:
macOS:
brew tap teamookla/speedtest
brew install speedtest
Linux (Debian/Ubuntu):
sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest
Check installation:
speedtest --version
references/speedtest-cli.md for detailed CLI options共 1 个版本