Display network connections, listening ports, and routing tables. Use when diagnosing network issues.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill netstat --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Netstat?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-netstat)More formats (shields.io, HTML) on the badges page.
---
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`
```bash
scripts/script.sh listen
```
### `connections`
```bash
scripts/script.sh connections <state>
```
### `ports`
```bash
scripts/script.sh ports <port>
```
### `stats`
```bash
scripts/script.sh stats
```
### `interfaces`
```bash
scripts/script.sh interfaces
```
### `route`
```bash
scripts/script.sh route
```
### `dns`
```bash
scripts/script.sh dns
```
## Data Storage
Data stored in `~/.local/share/netstat/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!