network-connectivity-troubleshooter

Diagnoses network connectivity failures across KKTerm environments and remote paths.

434|54|Updated May 1, 2026
One-click install
npx skills add https://github.com/ryantsai/KKTerm --skill network-connectivity-troubleshooter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-connectivity-troubleshooter
Source: https://github.com/ryantsai/KKTerm/tree/main/assistant-skills/network-connectivity-troubleshooter
Command: npx skills add https://github.com/ryantsai/KKTerm --skill network-connectivity-troubleshooter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The network connectivity troubleshooter identifies and diagnoses general connectivity failures within KKTerm, including unreachable hosts, routing misconfigurations, gateway issues, VPN or proxy problems, packet loss, latency, MTU symptoms, and differences between local and remote reachability.

Core Features & Use Cases

  • Identify root causes of connectivity failures across multiple vantage points (local Windows shell, SSH sessions, and remote hosts).
  • Provide structured, actionable checks (name resolution, interface state, route analysis, DNS verification, and TCP reachability tests) with guidance for remediation.
  • Use cases include diagnosing why a host or service is unreachable, validating VPN/proxy health, and troubleshooting intermittent network symptoms across various network segments.

Quick Start

Run a guided, read-only network health check across local and remote vantage points to identify where connectivity breaks.

Frequently Asked Questions about network-connectivity-troubleshooter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose network reachability and routing failures across remote environments?

Diagnose network reachability by running guided, read-only checks across local and remote vantage points. The troubleshooter analyzes interface state, routing tables, and TCP connectivity to pinpoint where packets drop between your local shell and remote hosts.

What is the best way to troubleshoot VPN and proxy connectivity issues?

Troubleshoot VPN and proxy connectivity by checking local versus remote reachability differences. The tool validates name resolution and tests gateway paths to identify misconfigurations causing intermittent network symptoms.

How do I check for packet loss and latency across network segments?

Check packet loss and latency using safe read-only commands like ping and traceroute. The diagnostic tool measures response times and hop-by-hop delays to isolate high-latency links or dropped packets across your routing path.

Does the network troubleshooter support read-only diagnostics for MTU issues?

Yes, the network troubleshooter supports read-only MTU diagnostics. It uses safe guardrails with standard commands like ip route and simple TCP tests to identify maximum transmission unit symptoms without modifying system configurations.

Why does DNS resolution fail when routing to unreachable hosts?

DNS resolution fails when local name servers cannot map hostnames to IP addresses. The troubleshooter verifies DNS health using getent hosts and nslookup, comparing results against direct IP connectivity to separate resolution failures from routing blocks.

Can I validate network health across both local Windows shells and SSH sessions?

Yes, you can validate network health across local Windows shells and remote SSH sessions. The tool executes interface and route analysis from multiple vantage points to identify whether connectivity breaks locally or on the remote path.