← 返回 Skills 市场
3022
总下载
1
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install ping-monitor
功能描述
ICMP health check for hosts, phones, and daemons
使用说明 (SKILL.md)
Ping Monitor
ICMP health check for hosts, phones, and daemons. Uses the standard ping utility to verify network reachability of any target host.
Commands
# Ping a host with default settings
ping-monitor \x3Chost>
# Ping a host with a specific count
ping-monitor check \x3Chost> --count 3
Install
No installation needed. ping is always present on the system.
安全使用建议
This skill is simple and internally consistent, but check these before installing: 1) Verify the agent runtime actually has a working 'ping' binary and the agent has permission to execute it (some systems require sudo or setcap for ICMP). 2) Confirm network / ICMP is allowed between the agent and targets (firewalls often block ping). 3) Note the skill's source/homepage is unknown — if you require provenance, request a trusted source or inspect the agent's runtime commands. 4) Because it executes the system ping command, ensure your agent's ability to run arbitrary shell commands is restricted to trusted skills or run this in a sandboxed environment.
功能分析
Type: OpenClaw Skill
Name: ping-monitor
Version: 1.0.0
The skill bundle is benign. It clearly states its purpose is to perform ICMP health checks using the standard `ping` utility, as declared in `SKILL.md` and its `requires.bins` metadata. There are no external dependencies, installation steps, or any instructions that suggest data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The commands provided are standard usage of the `ping` utility.
能力评估
Purpose & Capability
Name and description say 'ICMP health check' and the skill only requires the 'ping' binary and provides CLI examples that call ping — this is coherent and proportionate.
Instruction Scope
SKILL.md only shows examples that invoke the system 'ping' utility and does not instruct reading files or other credentials. It asserts "ping is always present" (an assumption that may be false on some systems) and does not specify the exact binary path or privilege considerations (some platforms require elevated privileges or capabilities to send ICMP).
Install Mechanism
There is no install spec and no code files — lowest-risk instruction-only skill. Nothing is downloaded or written to disk.
Credentials
No environment variables, credentials, or config paths are requested; this is proportionate to a simple ping wrapper.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not modify other skills or system config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ping-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/ping-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
Ping Monitor 是什么?
ICMP health check for hosts, phones, and daemons. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3022 次。
如何安装 Ping Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ping-monitor」即可一键安装,无需额外配置。
Ping Monitor 是免费的吗?
是的,Ping Monitor 完全免费(开源免费),可自由下载、安装和使用。
Ping Monitor 支持哪些平台?
Ping Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ping Monitor?
由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。
推荐 Skills