skills$openclaw/ping-monitor
xejrax7.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

7.1k stars3.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameping-monitor
descriptionICMP health check for hosts, phones, and daemons OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/ping-monitor
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/ping-monitor
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains ping-monitor in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
276 B
SKILL.md
615 B
SKILL.md

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.

README.md

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.