arp
Installation
SKILL.md
arp - ARP Cache Table Viewer
The arp module provides an enhanced way to view the system's ARP cache, which maps IP addresses to physical MAC addresses. It supports structured data exports and an interactive TUI for exploration.
When to Activate
- When identifying devices on the local network via their MAC addresses.
- When auditing the network for suspicious or incomplete ARP entries.
- When exporting the ARP table to JSON, CSV, or TSV for automated analysis.
Core Principles & Rules
- Interactive TUI: Automatically launches a TUI app (
--app) if connected to a terminal. - Vendor Discovery: Shows hardware vendor/organization information for MAC addresses by default.
- Data Processing: Use
--csvor--tsvfor easy integration with other tools.