skills/tools/port-scanner/SKILL.md
扫描网络端口以检查可用性和检测运行的服务。
npx skillsauth add aidotnet/moyucode port-scannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scan network ports to check availability, detect running services, and find open ports.
/port command# Check single port
python scripts/port_scanner.py localhost 8080
# Scan port range
python scripts/port_scanner.py 192.168.1.1 --range 80-443
# Scan common ports
python scripts/port_scanner.py example.com --common
# Check if port is available
python scripts/port_scanner.py localhost 3000 --available
port, network, scan, tcp, security
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。