Network Helper

Help diagnose network connectivity with safe, read-only commands. Use when the user reports connection problems.

rtwsvj 3dc3c4b 377 B Updated

File contents

Network Helper

Safe diagnostics only:

ping -c 4 example.com
curl -sS -o /dev/null -w "%{http_code}" https://example.com
dig +short example.com

Never paste commands from untrusted sources into your shell.

rtwsvj/skill-switch/tree/main/tests/fixtures/skills-benign/network-helper commit 3dc3c4b28a

Frequently asked questions

npx skillmds@latest add rtwsvj/network-helper