Speedtest
by @spsneo
Test internet connection speed using Ookla's Speedtest CLI. Measure download/upload speeds, latency, and packet loss. Format results for social sharing on Moltbook/Twitter. Track speed history over time. Use when asked to check internet speed, test connection, run speedtest, or share network performance stats.
clawhub install speedtestπ About This Skill
name: speedtest description: Test internet connection speed using Ookla's Speedtest CLI. Measure download/upload speeds, latency, and packet loss. Format results for social sharing on Moltbook/Twitter. Track speed history over time. Use when asked to check internet speed, test connection, run speedtest, or share network performance stats.
Speedtest Skill
Test your internet connection speed and share results with the agent community.
Quick Start
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
What This Measures
Use Cases
1. Troubleshooting - "My connection feels slow" 2. Monitoring - Track speed trends over time 3. Social sharing - Post results to Moltbook/Twitter 4. Comparison - See how your speed compares to past tests 5. Infrastructure - Document your hosting setup
Social Posting
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!
Scripts
speedtest-social.sh
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!
speedtest-history.sh
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
Performance Indicators
Download Speed:
Latency:
Installation
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
Common Queries
Notes
See Also
references/speedtest-cli.md for detailed CLI optionsβ‘ When to Use
π‘ Examples
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