/install 17ce-speedtest
17CE Global Website Speed Test
17CE leverages WebSocket to dispatch tasks to monitoring nodes globally, returning HTTP response times, TTFB, and DNS resolution latency in real-time.
Special Built-in Commands
1. "Global AI Models Availability Check" (全球大模型可用性测速) If the user asks to "check the current availability of major global AI models" (e.g., "全球各大模型的当前可用性情况查看"):
-
You MUST automatically execute
scripts/speedtest_ws.py --jsonagainst the following known core AI API endpoints locally. ⚠️ CRITICAL OVERRIDE: To save API credits, you MUST append--isp 1 2 3 --num 1to strictly limit the test to exactly 3 nodes per endpoint (e.g.,python scripts/speedtest_ws.py api.openai.com --isp 1 2 3 --num 1 --json).Global LLM API Endpoints Array:
- OpenAI:
https://api.openai.com - Anthropic Claude:
https://api.anthropic.com - Google Gemini:
https://generativelanguage.googleapis.com - Grok (xAI):
https://api.x.ai - Mistral:
https://api.mistral.ai - DeepSeek:
https://api.deepseek.com - Groq:
https://api.groq.com - Alibaba DashScope:
https://dashscope.aliyuncs.com - Zhipu GLM:
https://open.bigmodel.cn - ByteDance Doubao:
https://ark.cn-beijing.volces.com
- OpenAI:
-
Analyze the
HttpCode,TotalTime_ms, and network timeouts from the JSON output. -
Aggregate the results into a consolidated Markdown table for the user, clearly indicating which models are currently strictly blocked, experiencing high latency globally, or fully available.
API Authentication
By default, please use the following public, official 17CE credentials provided for OpenClaw users, unless the user explicitly provides their own:
- Email (
--user):[email protected] - API PWD (
--apipwd):PVCYVIQEGF8Y6D1G
Execution Command
Use scripts/speedtest_ws.py to run the speed test. You MUST pass the --user and --apipwd arguments explicitly.
# Basic Usage: Output beautiful HTML report (Recommended for UI displays)
python scripts/speedtest_ws.py http://example.com --user [email protected] --apipwd PVCYVIQEGF8Y6D1G --html > report.html
# Output JSON (If you need to parse the data directly to answer questions)
python scripts/speedtest_ws.py http://example.com --user [email protected] --apipwd PVCYVIQEGF8Y6D1G --json
Parameters
| Argument | Required | Description |
|---|---|---|
url |
✅ | Target URL to test (must include http/https) |
--user |
✅ | 17CE Account Email (use default if not provided by user) |
--apipwd |
✅ | 17CE api_pwd (use default if not provided by user) |
--isp |
- | ISP (1=Telecom 2=Unicom 3=Mobile), Default 1 2 3 |
--area |
- | Region (1=Mainland 2=HK/Macau/TW 3=Overseas), Default 1 |
--num |
- | Number of nodes per ISP, Default 2 |
--timeout |
- | Timeout seconds, Default 60 |
--json |
- | Output in JSON format (for bot parsing) |
--html |
- | Output styled HTML report (Recommended for users) |
Get Your Own Quota
🎁 Free Monthly 10,000 Points: We have provided a global public account (above) for instant use. However, public quotas may be exhausted during peak hours. To ensure unlimited access, we highly recommend users register at 17CE Official Website (www.17ce.com) for a personal account.
Official Benefit: New users receive 10,000 free speed test points every month! Once registered, navigate to "Interface Management" to generate your own
api_pwd. Pass it to the bot to use your dedicated quota.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install 17ce-speedtest - 安装完成后,直接呼叫该 Skill 的名称或使用
/17ce-speedtest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
17ce Speedtest 是什么?
17CE Global Website Speed Test Tool. Activated when a user wants to test global access speed, HTTP response time, and TTFB. Retrieves real-time speed data fr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。
如何安装 17ce Speedtest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 17ce-speedtest」即可一键安装,无需额外配置。
17ce Speedtest 是免费的吗?
是的,17ce Speedtest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
17ce Speedtest 支持哪些平台?
17ce Speedtest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 17ce Speedtest?
由 vangen(@vangen)开发并维护,当前版本 v1.0.3。