5.8k★by ray-778
host-ping – OpenClaw Skill
host-ping is an OpenClaw Skills integration for data analytics workflows. Detect if a host (IP: 39.106.7.8) is online by sending ping requests. Returns status like reachable, latency, or error if offline.
Skill Snapshot
| name | host-ping |
| description | Detect if a host (IP: 39.106.7.8) is online by sending ping requests. Returns status like reachable, latency, or error if offline. OpenClaw Skills integration. |
| owner | ray-778 |
| repository | ray-778/host-ping-detect |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @ray-778/host-ping-detect |
| last updated | Feb 7, 2026 |
Maintainer

name: host-ping description: Detect if a host (IP: 39.106.7.8) is online by sending ping requests. Returns status like reachable, latency, or error if offline. metadata: openclaw: requires: bins: ["ping"] # Requires the 'ping' command-line tool emoji: "🔔" # Optional: UI icon for the skill homepage: "https://example.com/host-ping" # Optional: Link to more info os: ["darwin", "linux", "win32"] # Supported OS (macOS, Linux, Windows) install: [] # No additional installation needed if ping is available
Usage Instructions for the Agent
To use this skill, execute a ping command on the host IP 39.106.7.8. Use shell execution to run:
ping -c 4 39.106.7.8 # Send 4 ping packets (cross-platform compatible)
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 host-ping?
Run openclaw add @ray-778/host-ping-detect in your terminal. This installs host-ping 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/ray-778/host-ping-detect. Review commits and README documentation before installing.
