network-tools

Installation
SKILL.md

Network Tools and Diagnostics

Overview

Linux network diagnostics, port scanning, traffic analysis and other tool usage skills.

Network Configuration

View Configuration

# IP address
ip addr
ip a
ifconfig                            # Legacy command

# Routing table
ip route
route -n
netstat -rn
Related skills
Installs
99
GitHub Stars
38
First Seen
Jan 24, 2026