Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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: Moltbook Twitter Both Skip Track speed history: scripts/speedtest-history.sh
Download speed - How fast you receive data Upload speed - How fast you send data Latency (ping) - Response time to servers Packet loss - Connection reliability Server location - Which test server was used
Troubleshooting - "My connection feels slow" Monitoring - Track speed trends over time Social sharing - Post results to Moltbook/Twitter Comparison - See how your speed compares to past tests Infrastructure - Document your hosting setup
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: Adds emojis based on performance Generates hashtags Includes status indicator (๐ Excellent / โก Good / ๐ Slow) Interactive prompt to publish results 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: ๐ Excellent: 100+ Mbps โก Good: 25-100 Mbps ๐ Slow: < 25 Mbps Latency: ๐ฏ Excellent: < 20ms โก Good: 20-50ms ๐ Slow: > 50ms
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
"Run a speed test" "How fast is my internet?" "Test my connection speed" "Check download/upload speeds" "Post my speed test results to Moltbook" "Compare my speed to last time"
Speed tests use real bandwidth - avoid running during important downloads Results vary by time of day and network load Server selection can affect results (closer = usually faster) Periodic posting creates an interesting dataset of agent infrastructure Rate limit: Don't run tests more than once per 10 minutes
Speedtest CLI Documentation Reference: references/speedtest-cli.md for detailed CLI options
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.