dsh-wsl-net
提供 net_doctor 工具,报告代理环境、NODE_USE_ENV_PROXY,以及 DeepSeek API 与 npm registry 的连通性,并为 bash 和 npm 子进程设置 NODE_USE_ENV_PROXY。
Adds a net_doctor tool that reports proxy environment, NODE_USE_ENV_PROXY, and reachability of the DeepSeek API and the npm registry, and sets NODE_USE_ENV_PROXY on bash and npm child processes.
怎么安装
dsh plugin add github:173787247/dsh-wsl-net 简介
dsh-wsl-net DeepSeek Harness **tool** plugin: net_doctor diagnoses why HTTPS works in the Windows browser but fails from the WSL agent. 和 dsh-wsl-env 互补:那个往 prompt 里写路径事实,这个在会话里**跑一遍**代理和连通性。 常见原因:Clash 在 Windows 上、HTTP_PROXY 指向 127.0.0.1,但 Node 24 的 fetch 默认不读代理变量,除非 NODE_USE_ENV_PROXY=1。 **0.2.0** 还会给 bash / npm 子进程补上 NODE_USE_ENV_PROXY=1,以及 Linux 下常见工具会读的小写 http_proxy / https_proxy 别名。dsh 进程自己的 fetch 仍要靠启动脚本里的 NODE_USE_ENV_PROXY=1。 **0.2.1** 报告里会去掉代理 URL 中的 userinfo,并带上 ALL_PROXY。 Install sh dsh plugin --profile web add github:173787247/dsh-wsl-net or a local checkout: dsh plugin --profile …
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-08-25
- 创建于
- 2026-08-19
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin, proxy, wsl
同类推荐
ms-365-mcp-server
softeria/ms-365-mcp-server
一个模型上下文协议(MCP)服务器,通过Graph API与Microsoft 365和Office服务交互。
davinci-resolve-mcp
samuelgursky/davinci-resolve-mcp
用于DaVinci Resolve Studio的MCP服务器集成