route

Installation
SKILL.md

route - Network Routing Table Viewer

The route module provides an interface to view the system's network routing table, allowing users to inspect how network traffic is directed. It supports exporting the table in structured formats.

When to Activate

  • When diagnosing network reachability or routing issues.
  • When needing a structured list (CSV) of the current routing table for analysis.

Core Principles & Rules

  • Experimental Status: Be aware that this module is currently in an experimental phase.
  • Data Export: Supports --csv for easy parsing.

Patterns & Examples

View Routing Table

# Display the current routing table
x route
Installs
3
Repository
x-cmd/skill
GitHub Stars
21
First Seen
Apr 10, 2026
route — x-cmd/skill