Install
openclaw skills install x-networkThis skill provides comprehensive network administration and diagnostic tools through x-cmd CLI, including network scanning with Nmap, ARP table management,...
openclaw skills install x-networkThis skill provides professional network administration and diagnostic capabilities through the x-cmd ecosystem. The tools enable network administrators, security professionals, and system administrators to perform comprehensive network analysis, troubleshoot connectivity issues, and monitor network infrastructure directly from the terminal.
Comprehensive network discovery and security scanning.
x nmap [options] [targets]x nmap -v -A scanme.nmap.org - Comprehensive scan with OS detectionx nmap -v -sn 192.168.0.0/16 - Host discovery onlyx nmap -p 22,80,443 192.168.1.0/24 - Targeted port scanningx nmap -O --traceroute target.com - OS detection with tracerouteEnhanced ARP cache analysis with multiple output formats.
x arp [flags]x arp - Auto-detect output format (TUI/TSV)x arp --all - Show all ARP entries including incompletex arp --csv - CSV format outputx arp --app - Interactive TUI applicationDomain Name System management and troubleshooting.
x dns [subcommand]current - View current DNS configurationls - List available DNS serversrefresh - Flush DNS cacheset - Configure DNS settings (experimental)x dns - View current DNS configurationx dns current - Detailed DNS configurationx dns refresh - Flush DNS cachex dns ls - List available DNS serversEnhanced routing table management and analysis.
x route [subcommand]x route - Display routing tablex route --csv - CSV format outputx route ls - List routing informationAdvanced ping utility with visualization capabilities.
x ping [flags] [target]x ping - Default ping to bing.comx ping 8.8.8.8 - Ping specific targetx ping --heatmap 8.8.8.8 - Heatmap visualizationx ping --bar google.com - Bar chart displayping google.com | x ping vis --heatmap - Process existing ping dataTCP-based connectivity testing for service availability.
x tping [flags] [target:port]x tping bing.com - TCP ping to port 80x tping --heatmap bing.com - Heatmap visualizationx tping --bar bing.com:80 - Bar chart displayx tping google.com:443 - Test HTTPS connectivityx nmap for comprehensive network scanningx arp for local network device discoveryx route for routing topology analysisx ping for host availability testingx ping for basic ICMP connectivity testingx tping for TCP service availability testingx dns for DNS configuration verificationx dns refresh for DNS cache troubleshootingx nmap for vulnerability scanningx arp for ARP spoofing detectionx tping for service enumerationx nmap -sS for stealth port scanningx ping --heatmap for latency trend analysisx tping --bar for TCP connection performancex nmap for service response time measurementx arp for network device monitoring# Verify nmap installation
x nmap --help
# Check current DNS settings
x dns current
# View ARP table for network analysis
x arp --app
x jq for JSON processing@zh for Chinese translation of network datax shodan for external network intelligencex osv for vulnerability correlationx kev for known vulnerability checkingFor additional help:
x [tool] --help for specific tool documentation