| 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