Ping
v1.0.0Monitor network connectivity and diagnose latency issues using ping and traceroute. Use when troubleshooting network problems or checking host availability.
⭐ 0· 141·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation: the script runs ping/traceroute/tracepath, provides check/trace/sweep/monitor/report commands and stores results locally. Required tools (ping, traceroute/tracepath, python3) are appropriate for the stated purpose.
Instruction Scope
The runtime instructions and script stay within the diagnostic scope but perform a subnet sweep (PING_SUBNET) which actively probes many hosts — this is coherent with a network-scan feature but can be intrusive on networks you don't own/operate. The tool only reads/writes ~/.ping and uses environment variables documented in SKILL.md; it does not access other system paths or external endpoints.
Install Mechanism
No install spec; code is included as a shell script. Nothing is downloaded from the network or written to system-wide locations. This low-risk packaging is consistent with a simple utility.
Credentials
No secrets or unrelated environment variables are required. The declared environment variables (PING_*) match the script's behavior and purpose.
Persistence & Privilege
The skill creates and writes persistent files under ~/.ping (data.jsonl and config.json) for history—this is expected behavior but users should be aware of local storage of probe history and config changes.
Assessment
This skill appears to do what it says: run pings/traceroutes, sweep subnets, monitor and save results locally. Before installing, review the included script (scripts/script.sh) yourself and be comfortable with it creating ~/.ping and appending probe history. Be careful using the sweep feature on networks you don't own (it actively probes many hosts and may violate policy). Ensure you have the required binaries (ping, traceroute/tracepath, python3) and be aware that ping options may vary by OS (macOS vs Linux). If you need no persistent history, run commands manually or delete ~/.ping afterward.Like a lobster shell, security has layers — review code before you run it.
latestvk979xwbnyeb1mdyzq2z62pcres836skb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
