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.
Help diagnose network connectivity with safe, read-only commands. Use when the user reports connection problems.
npx skillmds@latest add rtwsvj/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