Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Display ARP cache table with MAC vendor lookup and suspicious entry detection. Supports CSV, TSV, and TUI output. **Dependency**: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
.claude/skills/x-cmd-x-arp/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -34% | 0% |
> Display and inspect the local system's ARP cache table with multiple output formats.
bash# Interactive ARP table viewer (default in TTY) x arp # TSV format output (default when piped) x arp | cat
| Field | Description | Example | |-------|-------------|---------| | ip | IP address | 192.168.1.1 | | mac | MAC address | 00:11:22:33:44:55 | | if | Network interface | eth0, en0 | | suspicious | Suspicious flag | Yes/No | | scope | Address scope | link, global | | type | Entry type | static, dynamic | | vendor | MAC vendor (if available) | Apple, Inc. |
| Command | Description | |---------|-------------| | x arp | Auto mode: TTY→interactive, pipe→TSV | | x arp --app | Interactive TUI view | | x arp --csv | CSV format output | | x arp --tsv | TSV format output | | x arp --raw | Raw system command output | | x arp --all | Include incomplete entries | | x arp --no-vendor | Skip MAC vendor lookup |
bash# Interactive view (TTY) x arp # TSV format x arp --tsv # CSV format x arp --csv
bash# Find entries for specific IP x arp --tsv | awk -F'\t' '$1 == "192.168.1.1"' # Check for suspicious entries x arp --tsv | grep "Yes" # Get all entries including incomplete x arp --all
bash# View raw ARP output x arp --raw # Check specific interface x arp --tsv | grep "eth0"
ip neigh or arp -narp -anarp -a--no-vendor for faster output without network lookuparp(8) manual page| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 11,494 | 3,963 | -66% | 1 | 1 | 0% | 1,907 | 964 | -49% | 0 | 0 | — |
case-02 | fail→pass | 11,735 | 3,988 | -66% | 1 | 1 | 0% | 1,722 | 1,137 | -34% | 0 | 0 | — |
case-03 | fail→pass | 9,126 | 3,148 | -66% | 1 | 1 | 0% | 1,529 | 1,082 | -29% | 0 | 0 | — |
case-04 | fail→pass | 14,557 | 3,739 | -74% | 1 | 1 | 0% | 2,101 | 1,041 | -50% | 0 | 0 | — |
case-05 | fail→pass | 11,802 | 4,416 | -63% | 1 | 1 | 0% | 2,017 | 1,340 | -34% | 0 | 0 | — |
case-06 | fail→pass | 10,506 | 14,172 | +35% | 1 | 1 | 0% | 1,582 | 920 | -42% | 0 | 0 | — |
case-07 | fail→pass | 15,808 | 10,364 | -34% | 1 | 1 | 0% | 2,358 | 1,123 | -52% | 0 | 0 | — |
case-08 | fail→pass | 16,407 | 2,688 | -84% | 1 | 1 | 0% | 2,359 | 1,014 | -57% | 0 | 0 | — |
case-09 | fail→pass | 13,360 | 6,892 | -48% | 1 | 1 | 0% | 1,979 | 1,317 | -33% | 0 | 0 | — |
case-10 | fail→pass | 18,571 | 4,891 | -74% | 1 | 1 | 0% | 2,868 | 1,352 | -53% | 0 | 0 | — |
case-11 | pass→pass | 20,567 | 20,031 | -3% | 1 | 1 | 0% | 1,459 | 884 | -39% | 0 | 0 | — |
case-12 | fail→pass | 12,327 | 2,267 | -82% | 1 | 1 | 0% | 1,209 | 903 | -25% | 0 | 0 | — |
case-13 | pass→pass | 7,321 | 3,578 | -51% | 1 | 1 | 0% | 924 | 917 | -1% | 0 | 0 | — |
case-14 | pass→pass | 8,277 | 2,720 | -67% | 1 | 1 | 0% | 1,190 | 980 | -18% | 0 | 0 | — |
case-15 | fail→pass | 11,070 | 3,646 | -67% | 1 | 1 | 0% | 1,450 | 922 | -36% | 0 | 0 | — |
case-16 | pass→pass | 11,585 | 21,737 | +88% | 1 | 1 | 0% | 1,721 | 2,100 | +22% | 0 | 0 | — |
case-17 | fail→pass | 13,358 | 3,679 | -72% | 1 | 1 | 0% | 2,119 | 1,216 | -43% | 0 | 0 | — |
case-18 | pass→pass | 29,033 | 2,686 | -91% | 1 | 1 | 0% | 2,372 | 979 | -59% | 0 | 0 | — |
case-19 | pass→pass | 10,162 | 2,376 | -77% | 1 | 1 | 0% | 1,402 | 916 | -35% | 0 | 0 | — |
case-20 | pass→pass | 8,148 | 7,694 | -6% | 1 | 1 | 0% | 1,132 | 1,675 | +48% | 0 | 0 | — |
case-21 | pass→pass | 7,697 | 5,304 | -31% | 1 | 1 | 0% | 1,264 | 1,636 | +29% | 0 | 0 | — |
case-22 | pass→pass | 9,829 | 32,504 | +231% | 1 | 1 | 0% | 1,601 | 1,693 | +6% | 0 | 0 | — |
case-23 | pass→pass | 10,608 | 7,642 | -28% | 1 | 1 | 0% | 1,623 | 1,796 | +11% | 0 | 0 | — |
case-24 | pass→pass | 10,479 | 3,437 | -67% | 1 | 1 | 0% | 1,348 | 904 | -33% | 0 | 0 | — |
case-25 | fail→pass | 16,756 | 2,809 | -83% | 1 | 1 | 0% | 2,750 | 990 | -64% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 25 cases were attempted. The headline lift of +56 percentage points is the difference between those two pass rates over the 25 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.