ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Host Ping Detect

Skill by ray-778

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ray-778/host-ping-detect
Or

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)

Metadata

Author@ray-778
Stars1171
Views0
Updated2026-02-19
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ray-778-host-ping-detect": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.