← 返回 Skills 市场
ckchzh

Netping

作者 BytesAgain2 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
315
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install netping
功能描述
Check connectivity with ping, port scan, and DNS lookup in one fast tool. Use when testing reachability, scanning ports, resolving DNS records quickly.
安全使用建议
This skill is coherent with its stated purpose, but review the script before running. It runs local networking utilities and performs active probes (port checks and a /24 ping sweep) which can be noisy or trigger IDS/IPS and may be disallowed on some networks — get permission before scanning networks you don't own. Ensure required tools (ping, dig/nslookup, traceroute/tracepath, curl) are available on the host; the registry metadata not listing these could cause runtime errors. If you need to restrict behavior, run the script in a controlled environment or modify it to limit scan ranges and timeouts.
功能分析
Type: OpenClaw Skill Name: netping Version: 3.0.0 The NetPing skill is a standard network diagnostic utility providing functions for pinging, port scanning, DNS lookups, and HTTP checks. The implementation in `scripts/script.sh` follows best practices such as using 'set -euo pipefail' and quoting variables to prevent command injection. There is no evidence of data exfiltration, persistence mechanisms, or malicious prompt injection in `SKILL.md`.
能力评估
Purpose & Capability
The skill is a network diagnostic tool and the included Bash script implements ping, port checks, traceroute, DNS lookups, latency, HTTP checks, and a ping sweep — this aligns with the name/description. Note: registry metadata earlier lists "Required binaries: none" while SKILL.md and the script require standard network utilities (ping, dig/nslookup, traceroute/tracepath, curl, bash /dev/tcp). That mismatch is an informational inconsistency (might cause runtime failures) but not a security concern.
Instruction Scope
SKILL.md and the script limit actions to network diagnostics using local system tools and do not instruct reading unrelated files or exporting environment variables. The script may perform many network probes (port checks, /24 ping sweep), which is expected for this purpose.
Install Mechanism
No install spec or remote downloads are used; the skill ships a local Bash script. Nothing in the package pulls code from external URLs or executes downloaded artifacts.
Credentials
The skill does not request environment variables, credentials, or config paths. All operations use local system utilities and network probes consistent with its stated function.
Persistence & Privilege
The skill does not request always:true, does not alter other skills or system-wide agent settings, and is user-invocable only — no elevated persistence or privilege is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install netping
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /netping 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: rewrite
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
De-template, unique content, script cleanup
v1.0.0
Initial release
元数据
Slug netping
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 7
常见问题

Netping 是什么?

Check connectivity with ping, port scan, and DNS lookup in one fast tool. Use when testing reachability, scanning ports, resolving DNS records quickly. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。

如何安装 Netping?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install netping」即可一键安装,无需额外配置。

Netping 是免费的吗?

是的,Netping 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Netping 支持哪些平台?

Netping 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Netping?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v3.0.0。

💬 留言讨论