← Back to Skills Marketplace
170
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencentcloud-websocket-checker
Description
腾讯云 WebSocket 连接延迟检测与性能诊断工具。当用户需要检测 WebSocket 建连延迟、分析 ws/wss 连接各阶段耗时(DNS解析、TCP握手、TLS握手、WebSocket Upgrade)、排查连接慢的问题、对比不同协议/地域的连接性能、或者进行 WebSocket 相关的网络诊断时,使用此...
Usage Guidance
This appears to be a coherent, local shell toolkit for measuring WebSocket connection phases. Before installing/running: (1) review install_dependencies.sh — it will run package manager commands and on macOS may execute the Homebrew bootstrap (a remote script); only run with sudo if you trust it. (2) Inspect config.env and avoid placing sensitive tokens in CUSTOM_HEADERS unless necessary. (3) Run the scripts in a controlled environment (or container) when first testing to confirm behavior. (4) If you don't want automatic network calls, avoid running run.sh (it points at a Tencent example endpoint) and call ws_check.sh only with URLs you control.
Capability Analysis
Type: OpenClaw Skill
Name: tencentcloud-websocket-checker
Version: 1.0.0
The tencentcloud-websocket-checker skill is a legitimate network diagnostic tool designed to measure WebSocket connection latency across various stages (DNS, TCP, TLS, and WebSocket Upgrade). The bundle consists of well-documented shell scripts, including ws_check.sh for core logic and install_dependencies.sh for environment setup, which use standard system utilities like curl and dig. The code is transparent, lacks any indicators of data exfiltration or backdoors, and the SKILL.md instructions are strictly aligned with the tool's stated purpose without attempting to manipulate the agent's behavior maliciously.
Capability Assessment
Purpose & Capability
Name/description match the provided scripts: all code is shell-based tooling (ws_check.sh, batch/report scripts, tests, docs) that measure DNS/TCP/TLS/WS Upgrade timings using curl/dig/awk/sed. No unrelated credentials, cloud APIs, or surprising binaries are requested.
Instruction Scope
SKILL.md and the scripts confine behavior to running network probes against user-supplied WebSocket URLs, optional config.env settings, and local reporting. The scripts do not attempt to read unrelated system files or hidden credentials. They do mention using config.env and permit custom request headers (CUSTOM_HEADERS), which is expected for authenticated endpoints.
Install Mechanism
The skill is instruction-only (no package manager install spec), but includes install_dependencies.sh which runs system package managers (apt/yum/brew) and — on macOS — will run the official Homebrew install bootstrap via a remote GitHub curl|bash command. Installing system packages and invoking a remote installer requires root or shell access and should be reviewed before running. This behavior is proportionate to installing curl/dig/etc but carries the usual risk of executing elevated install scripts.
Credentials
No required env vars are declared. The optional config.env supports CUSTOM_HEADERS (e.g., Authorization tokens) which is reasonable for testing authenticated WebSocket endpoints, but users should avoid placing sensitive long-lived secrets in the config if they will share reports. Scripts reference standard proxy env vars only in troubleshooting docs; they do not steal or require unrelated credentials.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or global agent configuration. install_dependencies.sh may require sudo to install packages (expected for system-level dependency installation).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-websocket-checker - After installation, invoke the skill by name or use
/tencentcloud-websocket-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Tencent Cloud WebSocket connection latency checker.
- Provides precise detection of WebSocket (ws/wss) connection stages: DNS lookup, TCP handshake, TLS handshake, WS Upgrade.
- Core shell script (ws_check.sh) with support for protocol switching, multiple test rounds, and detailed performance analysis.
- Includes batch testing, structured CSV/JSON report generation, and automated dependency installation.
- Allows custom configuration for thresholds, request headers, and DNS servers via config.env.
- Detailed documentation, troubleshooting guide, and practical usage examples included.
Metadata
Frequently Asked Questions
What is TencentCloud Websocket Checker?
腾讯云 WebSocket 连接延迟检测与性能诊断工具。当用户需要检测 WebSocket 建连延迟、分析 ws/wss 连接各阶段耗时(DNS解析、TCP握手、TLS握手、WebSocket Upgrade)、排查连接慢的问题、对比不同协议/地域的连接性能、或者进行 WebSocket 相关的网络诊断时,使用此... It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.
How do I install TencentCloud Websocket Checker?
Run "/install tencentcloud-websocket-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud Websocket Checker free?
Yes, TencentCloud Websocket Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TencentCloud Websocket Checker support?
TencentCloud Websocket Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud Websocket Checker?
It is built and maintained by jizhouli (@jizhouli); the current version is v1.0.0.
More Skills