SKILLEMALL.ai

BD tencentcloud-websocket-checker

腾讯云 WebSocket 连接延迟检测与性能诊断工具。当用户需要检测 WebSocket 建连延迟、分析 ws/wss 连接各阶段耗时(DNS解析、TCP握手、TLS握手、WebSocket Upgrade)、排查连接慢的问题、对比不同协议/地域的连接性能、或者进行 WebSocket 相关的网络诊断时,使用此技能。即使用户只是提到'ws连接慢'、'websocket 延迟高'、'TLS握手太慢'、'检测ws建连时间'、'测试wss连接'、'腾讯云TTS连接慢'等相关话题,也应该触发此技能。此技能提供一套完整的 shell 脚本工具包,位于 /data/ai-platform/ai-dev-tools/tencentcloud_websocket_checker/ 目录下。

ClawHub Agent Skills author: jizhouli v1.0.0 MIT-0 15 files · 6 scripts body ≈ 1 041 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
87
Quality 40%
76
Run on models
none yet
Process rating
D
46/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
For the model run — optional
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 5

✓ No critical or high findings

Medium and low: 5
  • medium Dangerous commands cmd-privilege docs/README.md:37
    Privilege escalation / world-writable permissions
    sudo bash install_dependencies.sh
  • medium Dangerous commands cmd-privilege SKILL.md:114
    Privilege escalation / world-writable permissions
    sudo bash install_dependencies.sh
  • low Dangerous commands cmd-cron-mention docs/EXAMPLES.md:138
    Mentions editing / listing crontab (test fixture / example file)
    crontab -e
    fixture
  • low Dangerous commands cmd-privilege install_dependencies.sh:6
    Privilege escalation / world-writable permissions (code comment)
    # 用法:sudo bash install_dependencies.sh
    comment
  • low Dangerous commands cmd-privilege install_dependencies.sh:262
    Privilege escalation / world-writable permissions (string literal in code, not executed)
    echo -e "  ${BOLD}  sudo bash $0${NC}"
    code literal

Files scanned: 14. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 46/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
  • 100Steps. 18 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1041 tokens
  • 100Running it twice. No mutating operations
  • medium 3 test cases, all positive: not one "should refuse" or "should ask first"

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 342: enough signal without eating the budget
  • +4Structure: 16 headings
  • +3Step-by-step instructions: 18 items
  • +4Has examples (10 code blocks)
  • +4Reference files are cited in the instructions (5 of 5)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 76.

External checks

ClawHub: clean
This is a disclosed WebSocket latency diagnostic skill with expected network probing and optional dependency installation, but users should review privileged setup steps before running them.
LLM: benign (high) · VirusTotal: · 29 May 2026