dsh-net-proxy-plugin
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
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.