Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

x-networkx 网络

Agent Skill

x-network 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259

周安装

11

GitHub Stars

20

下载量

91
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:x-network(x 网络)
来源仓库:https://github.com/x-cmd/skill
仓库路径:skills/x-network
安装命令:
npx skills add https://github.com/x-cmd/skill --skill x-network
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/x-cmd/skill --skill x-network

简介

x-network 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 需确认权限范围和维护状态,注意是否触发联网、命令执行或文件读写操作。
  • x-network 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

x-cmd Network Administration Tools

Overview

This 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.

Available Tools

Network Scanning (nmap)

Comprehensive network discovery and security scanning.

  • Usage: x nmap [options] [targets]
  • Key capabilities:

- Host discovery and port scanning - Service and version detection - OS fingerprinting - Scriptable vulnerability scanning - Network mapping and topology discovery

  • Examples:

- x nmap -v -A scanme.nmap.org - Comprehensive scan with OS detection - x nmap -v -sn 192.168.0.0/16 - Host discovery only - x nmap -p 22,80,443 192.168.1.0/24 - Targeted port scanning - x nmap -O --traceroute target.com - OS detection with traceroute

ARP Table Management (arp)

Enhanced ARP cache analysis with multiple output formats.

  • Usage: x arp [flags]
  • Key features:

- Interactive TUI application for ARP table viewing - Multiple output formats (CSV, TSV, TUI) - MAC address vendor lookup - Suspicious entry detection - Complete ARP table display

  • Examples:

- x arp - Auto-detect output format (TUI/TSV) - x arp --all - Show all ARP entries including incomplete - x arp --csv - CSV format output - x arp --app - Interactive TUI application

DNS Configuration (dns)

Domain Name System management and troubleshooting.

  • Usage: x dns [subcommand]
  • Key subcommands:

- current - View current DNS configuration - ls - List available DNS servers - refresh - Flush DNS cache - set - Configure DNS settings (experimental)

  • Examples:

- x dns - View current DNS configuration - x dns current - Detailed DNS configuration - x dns refresh - Flush DNS cache - x dns ls - List available DNS servers

Routing Table Analysis (route)

Enhanced routing table management and analysis.

  • Usage: x route [subcommand]
  • Key features:

- Route table display and analysis - Multiple output formats - Experimental status with ongoing development

  • Examples:

- x route - Display routing table - x route --csv - CSV format output - x route ls - List routing information

Enhanced ICMP Ping (ping)

Advanced ping utility with visualization capabilities.

  • Usage: x ping [flags] [target]
  • Key features:

- Default ping to bing.com for quick testing - Heatmap visualization of ping results - Bar chart display of latency data - Multiple output formats (CSV, TSV, raw) - Visual processing of existing ping data

  • Examples:

- x ping - Default ping to bing.com - x ping 8.8.8.8 - Ping specific target - x ping --heatmap 8.8.8.8 - Heatmap visualization - x ping --bar google.com - Bar chart display - ping google.com | x ping vis --heatmap - Process existing ping data

TCP Port Ping (tping)

TCP-based connectivity testing for service availability.

  • Usage: x tping [flags] [target:port]
  • Key features:

- TCP connectivity testing using curl - Default port 80 testing - Heatmap and bar chart visualizations - Multiple output formats - Integration with cosmo curl for better compatibility

  • Examples:

- x tping bing.com - TCP ping to port 80 - x tping --heatmap bing.com - Heatmap visualization - x tping --bar bing.com:80 - Bar chart display - x tping google.com:443 - Test HTTPS connectivity

Network Administration Use Cases

Network Discovery and Mapping

  • Use x nmap for comprehensive network scanning
  • Use x arp for local network device discovery
  • Use x route for routing topology analysis
  • Use x ping for host availability testing

Connectivity Troubleshooting

  • Use x ping for basic ICMP connectivity testing
  • Use x tping for TCP service availability testing
  • Use x dns for DNS configuration verification
  • Use x dns refresh for DNS cache troubleshooting

Network Security Assessment

  • Use x nmap for vulnerability scanning
  • Use x arp for ARP spoofing detection
  • Use x tping for service enumeration
  • Use x nmap -sS for stealth port scanning

Performance Monitoring

  • Use x ping --heatmap for latency trend analysis
  • Use x tping --bar for TCP connection performance
  • Use x nmap for service response time measurement
  • Use x arp for network device monitoring

Installation and Setup

Prerequisites

  • x-cmd CLI installed
  • Network connectivity for external testing
  • Appropriate permissions for network scanning

Platform-Specific Requirements

Network Scanning (nmap)

  • Nmap installation required for full functionality
  • Administrator/root privileges for certain scan types
  • Network interface access for raw packet operations

DNS Management

  • Works across all platforms
  • May require administrative privileges for configuration changes
  • Internet connectivity for external DNS testing

Enhanced Ping Utilities

  • Works across all platforms
  • No special privileges required for basic functionality
  • Terminal support for visualizations

Configuration

Nmap Integration

# Verify nmap installation
x nmap --help

DNS Configuration

# Check current DNS settings
x dns current

Network Interface Setup

# View ARP table for network analysis
x arp --app

Integration with Other Tools

Data Processing

  • Pipe output to x jq for JSON processing
  • Use with @zh for Chinese translation of network data
  • Export to CSV/TSV for spreadsheet analysis

Security Integration

  • Combine with x shodan for external network intelligence
  • Use with x osv for vulnerability correlation
  • Integrate with x kev for known vulnerability checking

Monitoring and Automation

  • Combine with shell scripts for automated network monitoring
  • Schedule regular network health checks
  • Create custom network diagnostic workflows

Troubleshooting

Common Issues

  • Permission errors: Ensure appropriate privileges for network operations
  • Network connectivity: Verify internet connection for external testing
  • Scan limitations: Some nmap features require elevated privileges
  • DNS resolution: Check network configuration for DNS issues

Performance Optimization

  • Use specific scan targets rather than broad ranges
  • Limit scan intensity for production networks
  • Cache results when appropriate for monitoring
  • Use visual interfaces for complex analysis

Security Considerations

  • Responsible scanning: Only scan networks you own or have permission to test
  • Legal compliance: Ensure network scanning complies with local laws
  • Rate limiting: Respect network resources and avoid aggressive scanning
  • Documentation: Maintain records of authorized network testing

Support and Resources

For additional help:

  • Use x [tool] --help for specific tool documentation
  • Visit individual module pages for detailed usage
  • Check platform-specific requirements for network operations
  • Consult network administration best practices for responsible usage

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.33%
按下载量换算33

Claude

29.22%
按下载量换算27

Cursor

19.79%
按下载量换算18

Gemini CLI

10.1%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/x-cmd/skill --skill x-network 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills