"Detect if a host (IP: 39.106.7.8) is online by sending ping
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill host-ping-detect --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Host Ping Detect?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-host-ping-detect)More formats (shields.io, HTML) on the badges page.
---
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."
---
## 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:
```bash
ping -c 4 39.106.7.8 # Send 4 ping packets (cross-platform compatible)Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!