network-diagnostics
Installation
SKILL.md
Network Diagnostics
When to Use This Skill
| Scenario | Use this skill | Alternative |
|---|---|---|
| Trace the route to a remote host | Yes (trippy) | |
| Diagnose packet loss or high latency on a path | Yes (trippy) | |
| Compare ping latency across multiple endpoints | Yes (gping) | |
| Find what process is listening on a port | Yes (ss) | |
| Count established connections to a service | Yes (ss) | |
| Inspect local socket states (TIME_WAIT, etc.) | Yes (ss) | |
| Scan all open ports on a remote host | network-discovery (RustScan, nmap) | |
| Look up DNS records or check propagation | dns-tools (dog, dig) | |
| Enumerate hosts on the local L2 segment | layer2-discovery (ARP/LLDP) | |
| Inspect or configure the host's own IPs, links, or routes | interface-state (ip) | |
| Benchmark HTTP endpoint throughput | http-load-testing (oha) | |
| See real-time per-process bandwidth consumption | network-monitoring (bandwhich) |