Install
openclaw skills install eternal-network-diagPerform network diagnostics including ping, DNS resolution, TCP port checks, and traceroute for specified hosts.
openclaw skills install eternal-network-diagRun network diagnostics including ping, DNS resolution, port checks, and traceroute.
# Quick connectivity check
python3 scripts/netdiag.py check google.com
# Check if a port is open
python3 scripts/netdiag.py port example.com 443
# DNS resolution
python3 scripts/netdiag.py dns example.com
# Full diagnostic report
python3 scripts/netdiag.py full example.com
check <host> — Ping-style connectivity checkport <host> <port> — Check if a TCP port is opendns <host> — Resolve DNS for a hostnamefull <host> — Run all diagnostics on a host