ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

netstat

Display network connections, listening ports, and routing tables. Use when diagnosing network issues.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/netstat
Or

netstat

Display network connections, listening ports, and routing tables. Use when diagnosing network issues.

Commands

listen

scripts/script.sh listen

connections

scripts/script.sh connections <state>

ports

scripts/script.sh ports <port>

stats

scripts/script.sh stats

interfaces

scripts/script.sh interfaces

route

scripts/script.sh route

dns

scripts/script.sh dns

Data Storage

Data stored in ~/.local/share/netstat/.


Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Stars4097
Views1
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-netstat": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.