skills$openclaw/host-ping
ray-7785.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.

5.8k stars5.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namehost-ping
descriptionDetect 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.
ownerray-778
repositoryray-778/host-ping-detect
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @ray-778/host-ping-detect
last updatedFeb 7, 2026

Maintainer

ray-778

ray-778

Maintains host-ping in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
287 B
SKILL.md
762 B
SKILL.md

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)
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 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.