7.1k★by xejrax
ping-monitor – OpenClaw Skill
ping-monitor is an OpenClaw Skills integration for data analytics workflows. ICMP health check for hosts, phones, and daemons
Skill Snapshot
| name | ping-monitor |
| description | ICMP health check for hosts, phones, and daemons OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/ping-monitor |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/ping-monitor |
| last updated | Feb 7, 2026 |
Maintainer

name: ping-monitor description: "ICMP health check for hosts, phones, and daemons" metadata: { "openclaw": { "emoji": "🏓", "requires": { "bins": ["ping"] }, "install": [], }, }
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 <host>
# Ping a host with a specific count
ping-monitor check <host> --count 3
Install
No installation needed. ping is always present on the system.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install ping-monitor?
Run openclaw add @xejrax/ping-monitor in your terminal. This installs ping-monitor into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/ping-monitor. Review commits and README documentation before installing.
