HomeBrowseUpload
← Back to registry
// Skill profile

netstat

name: "netstat"

by bytesagain3 · published 2026-03-22

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain3/bytesagain3-netstat
View on GitHub
// Full documentation

---

name: "netstat"

version: "3.0.0"

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

author: "BytesAgain"

homepage: "https://bytesagain.com"

---

# 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 | hello@bytesagain.com*

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band