Agent skill · aliyun
alibabacloud-website-probe
Multi-region website availability probing and nationwide multi-ISP network testing over a public probing platform (HTTP / Ping / DNS / MTR / traceroute), with an optional mobile 4G/5G perspective. Use when a site or API is unreachable from some regions or carriers, loads slowly, shows high latency or packet loss, returns HTTP 4xx/5xx unevenly across regions, resolves differently by region (DNS hijacking / pollution), misbehaves on mobile networks, or when CDN 5xx failures need regional isolation. Triggers: "multi-region website availability probing", "nationwide multi-ISP HTTP/Ping/DNS/MTR/traceroute testing", "website unreachable from some regions or carriers", "slow page load / high latency / packet loss", "HTTP 4xx/5xx regional isolation", "DNS resolution differs by region / DNS hijack pollution", "mobile 4G/5G access issue", "CDN 5xx regional isolation".
What it needs
About 9k tokens when loaded.
What this skill does
Network Probe (Multi-Region Public Probing) Multi-region availability probing over a single public probing backend (boce.aliyun.com). Run HTTP / DNS / Ping / MTR / traceroute tests from dozens of probe nodes spanning all major regions and the three nationwide carriers, typically returning within ~30-40 seconds. No account, no login, no cloud credentials of any kind. Overview Backend Platform Latency Node Coverage Purpose --------- ---------- --------- --------------- --------- boce (only layer) Public probing platform boce.aliyun.com ~30-40s Nationwide, three major carriers + limited overseas Confirm whether a fault exists and whether it is global, regional, or carrier-specific Supported probe types: HTTP(S) web probing, DNS resolution checks, Ping, MTR, traceroute. All probes can optionally run from mobile 4G/5G perspective nodes (--mobile) instead of IDC backbone nodes. Execution Principle Read-only: this skill only submits one-shot probes and reads results; it never modifies any configuration. Only the four scripts under scripts/ may be executed: bocewrapper.py, bocetool.py, analyzebocehttp.py, analyzebocedns.py. Ad-hoc probing of result JSON fields is forbidden: HTTP and DNS results are interpreted by the two analyzeboce.py scripts; Ping / MTR / traceroute results are interpreted from the per-node table that bocewrapper.py prints itself. Results must be persisted to JSON on disk via the long-form --output flag (never the -o short form), then read through the reader above. Never rely on stdout alone. Probe only the target explicitly given by the user; never add, expand, or substitute probing targets. Credentials None required. This skill does not invoke any Alibaba Cloud OpenAPI. All probing goes through the public platform boce.aliyun.com, which is login-free: the scripts acquire an anonymous web session automatically. Do not ask the user for any account, AK/SK, STS token, or environment credential. See references/ram-policies.md. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills aliyun/alibabacloud-website-probe