AI Agent Hub
Back to plugins
dsh-netassist preview

dsh-netassist

Web Tools Updated 2026.08.30

Run the following command in DeepSeek Harness:

dsh plugin install Edge-Echo/dsh-netassist

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Edge-Echo/dsh-netassist in DeepSeek Harness to install this plugin; the full source code is available at https://github.com/Edge-Echo/dsh-netassist

About this plugin

Proxy management in China means juggling config scattered across the registry, environment variables, hosts files, and TUN modes, and when something breaks it is hard to tell which layer is actually down. dsh-netassist compresses that troubleshooting chain into five read-only tools: GitHub reachability check, system proxy config read, local proxy port probing, a full DNS to TCP to HTTPS chain diagnosis for any host, and a hosts-file conflict scan. One natural-language question gives your agent the exact breakpoint.

Every tool runs a short read-only PowerShell snippet with user input crossed as Base64, injection-proof by construction. No writes, no admin rights, zero external dependencies, and a clear error on non-Windows platforms.

Built for Windows developers who juggle multiple proxy layers, access GitHub or self-hosted APIs daily, and prefer to delegate network diagnostics to an agent rather than typing commands by hand.

Screenshots

Use Cases

  • Pinpoint whether a GitHub outage sits at the DNS, TCP, or HTTPS layer
  • Detect conflicts between system proxy settings and locally running proxy ports
  • Catch stale GitHub entries in the hosts file that silently bypass your proxy

Best For

  • Windows developers who juggle multiple proxy layers daily
  • Engineers who prefer natural-language network diagnostics over manual PowerShell
  • dsh users who want read-only network capabilities built into their agent