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
Installs
170
GitHub Stars
47
First Seen
Jan 24, 2026
network-tools — chaterm/terminal-skills