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。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install speedtest或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install speedtest⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/speedtest/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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. ---
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安装 Speedtest 后,可以对 AI 说这些话来触发它
Help me get started with Speedtest
Explains what Speedtest does, walks through the setup, and runs a quick demo based on your current project
Use Speedtest to test internet connection speed using Ookla's Speedtest CLI
Invokes Speedtest with the right parameters and returns the result directly in the conversation
What can I do with Speedtest in my marketing & growth workflow?
Lists the top use cases for Speedtest, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/speedtest/ 目录(个人级,所有项目可用),或 .claude/skills/speedtest/(项目级)。重启 AI 客户端后,用 /speedtest 主动调用,或让 AI 根据上下文自动发现并使用。
Speedtest 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Speedtest 可免费安装使用。请查阅仓库了解许可证信息。
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 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Speedtest
Identifies repetitive steps in your workflow and sets up Speedtest to handle them automatically