network-debug

star 18

Network troubleshooting and diagnostics

agenticdevops By agenticdevops schedule Updated 2/14/2026

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

  1. Check connectivity โ€” curl -v http://endpoint/
  2. Check DNS โ€” nslookup domain.com
  3. List ports โ€” netstat -tulpn
  4. Test connection โ€” nc -zv host port
  5. Trace route โ€” traceroute host
Install via CLI
npx skills add https://github.com/agenticdevops/aof --skill network-debug
Repository Details
star Stars 18
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
agenticdevops
agenticdevops Explore all skills →