DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Outbound Proxy — DSH Plugin for DeepSeek Harness
← Plugins
O

dsh-outbound-proxy

Outbound Proxy

DSH plugin: configure a global outbound proxy (writes ~/.dsh/.env); affects LLM / web / HTTP MCP traffic after restart.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:naitoupi/dsh-outbound-proxy#8b5337e6c37997f2072b4d45f0d86fbf1dd9ce10
READMECompatibilityVersions

Compatibility and provenance

Outbound Proxy is published as dsh-outbound-proxy and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/14/2026

Versions

0.1.0stable
9/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/14/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in integrations-communication.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

dsh-outbound-proxy

DeepSeek Harness (DSH) 插件:在「设置」里配置一个全局出站代理,写入 ~/.dsh/.env,重启后对 LLM / 网页搜索 / HTTP MCP 生效。

A DeepSeek Harness (DSH) plugin that configures a global outbound proxy from Settings, persisting it to ~/.dsh/.env (takes effect on the LLM / web-search / HTTP-MCP traffic after restart).

功能 / Features

  • 设置 → 出站代理:输入 http(s):// 代理地址并保存
  • 「恢复默认」= 清空代理、恢复直连
  • 合并式写入 ~/.dsh/.env,保留文件里其它行
  • 只接受 http(s)://,拒绝 SOCKS;localhost / 127.0.0.1 永远直连

原理 / How it works

DSH 自带 @deepseek-ai/dsh-http-proxy:启动时读取环境变量 / ~/.dsh/.env 里的 http_proxy / https_proxy,安装为 undici 全局 dispatcher。本插件只负责把设置页填写的地址 落盘到 ~/.dsh/.env,因此代理在 DSH 启动时读取一次,修改后需重启 DSH 生效。

安装 / Install

# 1. 把包加进 profile 依赖
dsh plugin --profile web add github:naitoupi/dsh-outbound-proxy

# 2. 在 ~/.dsh/profiles/web/package.json 的 dsh.profile.bundles 里加上 "dsh-outbound-proxy"

# 3. 安装并重启 DSH
dsh plugin --profile web install

License

MIT