NetPing

Check connectivity with ping, port scan, and DNS lookup in one fast tool. Use when testing reachability, scanning ports, resolving DNS records quickly.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "NetPing" with this command: npx skills add ckchzh/netping

NetPing

Network diagnostic tool: ping hosts, scan ports, traceroute, DNS lookup, latency measurement, and HTTP checks — all in one script.

Commands

CommandDescription
netping ping <host> [count]Ping a host (default: 4 packets)
netping ports <host> <port1,port2,...>Check if TCP ports are open
netping trace <host>Traceroute to host
netping dns <domain>DNS lookup (A, AAAA, MX, NS, TXT records)
netping latency <host>Measure average latency (5 pings with stats)
netping http <url>Check HTTP status and response timing
netping sweep <subnet>Quick ping sweep of a /24 subnet
netping versionShow version

Examples

netping ping google.com         # → ping with 4 packets
netping ping 8.8.8.8 10         # → ping with 10 packets
netping ports example.com 80,443,8080  # → check 3 ports
netping trace cloudflare.com    # → traceroute
netping dns github.com          # → A, AAAA, MX, NS, TXT records
netping latency 1.1.1.1         # → avg latency over 5 pings
netping http https://example.com # → HTTP status + TTFB
netping sweep 192.168.1.0/24    # → find alive hosts

Requirements

  • ping (standard)
  • dig or nslookup (for DNS lookups)
  • traceroute or tracepath (for trace, optional — falls back to ping TTL)
  • curl (for HTTP checks)
  • Bash /dev/tcp (for port scanning — built into bash)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Free DDNS

RunDDNS 动态域名解析服务 - 简单、快速、免费的动态域名解析

Registry SourceRecently Updated
1380Profile unavailable
Coding

ACME SSL automation for Alibaba Cloud ESA DNS

Automatically issue/renew HTTPS certificates using Alibaba Cloud ESA DNS + acme.sh (including wildcard *.example.com + example.com), with optional installati...

Registry SourceRecently Updated
3851Profile unavailable
Coding

GitHub Hosts CN

GitHub Hosts 更新工具(中国用户专用)。安全地更新系统hosts文件以访问GitHub,保留原有非GitHub条目,仅替换GitHub相关地址。支持备份恢复、风险提示。当用户需要解决GitHub访问问题时使用此技能。

Registry SourceRecently Updated
1300Profile unavailable
Coding

Cloudflare Manager

Manage Cloudflare DNS records, Tunnels (cloudflared), and Zero Trust policies. Use for pointing domains, exposing local services via tunnels, and updating in...

Registry SourceRecently Updated
1.4K0Profile unavailable