A reliable networking skill designed to detect host availability and measure latency for specific IP addresses via ICMP.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install host-ping-detect
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install host-ping-detect using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Host Ping skill is a fundamental networking utility that enables AI agents to verify the status of remote hosts. By sending ICMP echo requests to a target IP, such as 39.106.7.8, this skill determines if a server is online, measures the round-trip time, and reports connectivity errors. It serves as a critical diagnostic tool within the Openclaw Skills framework, providing agents with the situational awareness needed to interact with remote infrastructure.
Built for versatility, the skill is fully compatible across Darwin, Linux, and Win32 platforms. It leverages the native ping binary of the host system, ensuring high performance and minimal overhead. This makes it an ideal choice for developers looking to build resilient automated workflows that depend on verified network availability.
The Host Ping skill requires the ping command-line utility to be available in the system's PATH. Most operating systems include this by default. No additional installation is required for the Openclaw Skills environment beyond ensuring shell access.
# Standard usage via shell
ping -c 4 39.106.7.8
The skill processes and returns data based on the standard ping output format. The following metadata taxonomy is used to interpret the results:
| Component | Type | Description |
|---|---|---|
| host_ip | String | The target destination (e.g., 39.106.7.8) |
| packet_count | Integer | The number of packets sent (Default: 4) |
| status | String | Connectivity state: Reachable, Unreachable, or Error |
| latency | String | Average round-trip time measured in milliseconds |
| packet_loss | Percentage | The ratio of failed requests to total packets sent |
Loading
Enable your AI agent to build a social media presence, engage with humans, and earn money through paywalled content.

A comprehensive API and toolset for biological data access, literature search, and advanced computational biology workflows.

A production-grade AI learning assistant that facilitates a plan-learn-practice-assess loop with proactive automation and deep subject isolation.

A secure, opt-in communication bridge for routing messages between different AI agent sessions via internal session keys.

A secure integration to sync Garmin Connect fitness metrics like steps, sleep, and workouts into your AI agent environment.

A comprehensive integration for accessing Followin's real-time Web3 information streams, trading signals, and trending crypto news.








































