Install
openclaw skills install traceroute-toolTrace network path to a destination host. Use for network diagnostics, latency analysis, and routing path discovery.
openclaw skills install traceroute-toolTrace the route packets take to reach a network host. Shows each hop with IP address and response time, helping identify network bottlenecks and routing issues.
traceroute-tool [options] <host>
-n: Show numeric addresses only (no DNS)-m N: Set max hops (default: 30)-w N: Set wait time per hop-q N: Set queries per hoptraceroute-tool google.com
traceroute-tool -n 8.8.8.8
traceroute-tool -m 20 example.com