NetPing
Check connectivity with ping, port scan, and DNS lookup in one fast tool. Use when testing reachability, scanning ports, resolving DNS records quickly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/netpingNetPing
Network diagnostic tool: ping hosts, scan ports, traceroute, DNS lookup, latency measurement, and HTTP checks — all in one script.
Commands
| Command | Description |
|---|---|
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 version | Show 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)digornslookup(for DNS lookups)tracerouteortracepath(for trace, optional — falls back to ping TTL)curl(for HTTP checks)- Bash
/dev/tcp(for port scanning — built into bash)
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-netping": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
afrexai-observability-engine
Complete observability & reliability engineering system. Use when designing monitoring, implementing structured logging, setting up distributed tracing, building alerting systems, creating SLO/SLI frameworks, running incident response, conducting post-mortems, or auditing system reliability. Covers all three pillars (logs/metrics/traces), alert design, dashboard architecture, on-call operations, chaos engineering, and cost optimization.
tencentcloud-tione-skill
腾讯云 TI-ONE 训推平台查询工具集,支持训练任务、在线服务、开发机、资源组、模型仓库、数据集、日志、事件等模块的查询操作。
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.
xcloud-docker-deploy
Deploy any project to xCloud hosting — auto-detects stack (WordPress, Laravel, PHP, Node.js, Next.js, NestJS, Python, Go, Rust), routes to native or Docker deployment, generates production-ready Dockerfile, docker-compose.yml, GitHub Actions CI/CD, and .env.example. Works from zero Docker setup.