name: network-debug description: "Network troubleshooting and diagnostics" homepage: "https://docs.aof.sh/skills/network-debug" metadata: emoji: "๐" version: "1.0.0" requires: bins: ["netstat", "curl"] env: [] config: []
tags: ["network", "debugging", "connectivity"]
Network Debug Skill
Diagnose network issues and test connectivity.
When to Use This Skill
- Checking network connectivity
- Debugging DNS resolution
- Inspecting open ports
- Tracing network routes
- Checking network performance
Steps
- Check connectivity โ
curl -v http://endpoint/ - Check DNS โ
nslookup domain.com - List ports โ
netstat -tulpn - Test connection โ
nc -zv host port - Trace route โ
traceroute host