ping-monitor
ICMP health check for hosts, phones, and daemons
Why use this skill?
Use the OpenClaw ping-monitor skill to verify network reachability for servers, phones, and daemons. Simple, efficient ICMP connectivity checking.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/xejrax/ping-monitorWhat This Skill Does
The ping-monitor skill serves as a fundamental diagnostic utility within the OpenClaw ecosystem, designed to perform ICMP (Internet Control Message Protocol) health checks. By leveraging the system-native ping utility, this skill allows the AI agent to verify the network reachability of various endpoints, including remote servers, office VoIP phones, and local background daemons. It abstracts away the command-line complexity, enabling the agent to confirm connectivity status in real-time. Whether you need to troubleshoot a drop in network performance or automate the monitoring of infrastructure uptime, this skill provides the necessary feedback to make informed decisions about service availability.
Installation
This skill is pre-configured for environments where the ping utility is available. To install it into your agent instance, use the following command:
clawhub install openclaw/skills/skills/xejrax/ping-monitor
Once installed, the agent will have immediate access to the ping-monitor command without requiring further configuration or external dependencies.
Use Cases
- Infrastructure Monitoring: Automatically verify if critical servers are responding before triggering more complex tasks.
- VoIP Troubleshooting: Quickly identify if office desk phones have lost connectivity to the local network or internet.
- Connectivity Debugging: Use the agent to troubleshoot intermittent latency or total packet loss for specific network segments.
- Daemon Health: Ensure that specific network-listening processes or daemons are alive and responding to ICMP packets.
Example Prompts
- "Ping the production database server at 192.168.1.50 to see if it is currently online."
- "Can you check the network connectivity for the phone in the conference room at 10.0.0.15 using 3 packets?"
- "Is the mail server responding? Run a ping-monitor check on mail.internal.corp."
Tips & Limitations
- Permissions: Depending on the host OS security policies, the agent process may require specific privileges to execute raw ICMP packets. Ensure the environment allows standard ping operations.
- Latency vs. Availability: Keep in mind that ping results measure ICMP reachability; a successful ping does not necessarily mean an application or service (like a web server or database) is functioning correctly—it only proves the host is reachable at the network layer.
- Firewall Interference: Many modern security appliances drop ICMP packets by design. If you receive a timeout error, it may be due to a firewall policy rather than a genuine hardware failure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-xejrax-ping-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access
Related Skills
system-info
Quick system diagnostics: CPU, memory, disk, uptime
calendar
Manage Google Calendar events using `gcalcli`. Create, list, and delete calendar events from the CLI.
log-tail
Stream recent logs from systemd journal
wifi-qr
Generate QR code for Wi-Fi credentials
ping-beads
Verify the bead daemon is alive and responsive