← 返回 Skills 市场
xueyetianya

Ping

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
238
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ping
功能描述
Monitor network connectivity and diagnose latency issues using ping and traceroute. Use when troubleshooting network problems or checking host availability.
安全使用建议
This skill appears to do what it says: run pings/traceroutes, sweep subnets, monitor and save results locally. Before installing, review the included script (scripts/script.sh) yourself and be comfortable with it creating ~/.ping and appending probe history. Be careful using the sweep feature on networks you don't own (it actively probes many hosts and may violate policy). Ensure you have the required binaries (ping, traceroute/tracepath, python3) and be aware that ping options may vary by OS (macOS vs Linux). If you need no persistent history, run commands manually or delete ~/.ping afterward.
功能分析
Type: OpenClaw Skill Name: ping Version: 1.0.0 The 'ping' skill is a standard network diagnostic tool providing connectivity checks, route tracing, and subnet sweeping. The implementation in `scripts/script.sh` uses Python's `subprocess.run` with argument lists to safely execute system commands like `ping` and `traceroute`, avoiding shell injection vulnerabilities. Data is stored locally in `~/.ping/` for history and reporting, with no evidence of data exfiltration, unauthorized access, or malicious intent.
能力评估
Purpose & Capability
Name/description match the implementation: the script runs ping/traceroute/tracepath, provides check/trace/sweep/monitor/report commands and stores results locally. Required tools (ping, traceroute/tracepath, python3) are appropriate for the stated purpose.
Instruction Scope
The runtime instructions and script stay within the diagnostic scope but perform a subnet sweep (PING_SUBNET) which actively probes many hosts — this is coherent with a network-scan feature but can be intrusive on networks you don't own/operate. The tool only reads/writes ~/.ping and uses environment variables documented in SKILL.md; it does not access other system paths or external endpoints.
Install Mechanism
No install spec; code is included as a shell script. Nothing is downloaded from the network or written to system-wide locations. This low-risk packaging is consistent with a simple utility.
Credentials
No secrets or unrelated environment variables are required. The declared environment variables (PING_*) match the script's behavior and purpose.
Persistence & Privilege
The skill creates and writes persistent files under ~/.ping (data.jsonl and config.json) for history—this is expected behavior but users should be aware of local storage of probe history and config changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ping
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ping 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug ping
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ping 是什么?

Monitor network connectivity and diagnose latency issues using ping and traceroute. Use when troubleshooting network problems or checking host availability. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。

如何安装 Ping?

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

Ping 是免费的吗?

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

Ping 支持哪些平台?

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

谁开发了 Ping?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。

💬 留言讨论