AI Agent Hub
Back to plugins
🧰

dsh-net-proxy-plugin

Web Tools Updated 2026.08.31

Run the following command in DeepSeek Harness:

dsh plugin install minatoAI/dsh-net-proxy-plugin

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

Run dsh plugin install minatoAI/dsh-net-proxy-plugin in your terminal; the source repository is https://github.com/minatoAI/dsh-net-proxy-plugin . Restart dsh after installation to activate the bundle.

About this plugin

Running agent tasks in DeepSeek Harness from mainland China often means hitting timeouts on git clone, pnpm install, or web fetch when accessing overseas services. You may already have Clash or V2Ray running locally, yet dsh internal fetch calls and the subprocesses it spawns do not automatically pick up your proxy, and manually juggling environment variables is fragile and easy to forget to revert.

dsh-net-proxy-plugin takes a restrained approach: at startup it scans every existing proxy source on the system (environment variables, Windows/macOS/Linux system proxy settings, and common local ports such as 7890 and 10809), then probes connectivity to default targets (Google 204, GitHub). Only when direct access truly fails and a candidate proxy is reachable does it attach that proxy to the dsh fetch chain and the proxy environment variables, so that in-process requests and child processes like git and pnpm all benefit. When direct connectivity is fine the plugin stays completely silent; on uninstall it precisely restores the environment variables and the global dispatcher, leaving no residue.

It is designed for users in mainland China who already run a local proxy and want dsh web tools and agent subprocesses to benefit from it automatically. This is a safety net, not a default takeover: with no VPN, no proxy, or working direct connectivity, the plugin does absolutely nothing.

Use Cases

  • Agent tasks stall on overseas service timeouts
  • Local proxy is running but dsh and its subprocesses do not route through it
  • git clone or pnpm install repeatedly fail due to network unreachability

Best For

  • Developers running DeepSeek Harness in mainland China
  • Users who already run local proxies such as Clash or V2Ray
  • Developers who want agent networking to reuse existing proxies automatically