nets
Installation
SKILL.md
nets - Enhanced Network Statistics
The nets module provides a user-friendly way to display network statistics, improving upon traditional netstat. It supports interactive views and structured data formats like CSV and TSV.
When to Activate
- When the user wants to audit active TCP/UDP connections (internet table).
- When analyzing the system's routing table in a readable format.
- When needing structured network data (CSV/TSV) for monitoring scripts.
- When performing a quick interactive overview of all network tables.
Core Principles & Rules
- Interactive Browsing: Default mode allows users to select which network table to view.
- Structured Formats: Support for
--csvand--tsvfor integration with other data processing tools. - Refresh Control: Use
updateto ensure the table data is current.