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.

Browser Close — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
B

@dsh-external/dsh-browser-close

Browser Close

DSH Web service controls: one-click restart and shutdown

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

npx -y @deepseek-ai/dsh plugin --profile web add github:aorucshiea/dsh-browser-close#b26e011854651178f6b7ec59119cfdf33b9ceff7
READMECompatibilityVersions

Compatibility and provenance

Browser Close is published as @dsh-external/dsh-browser-close and currently resolves to version 0.2.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
8/25/2026

Versions

0.2.0stable
8/25/2026
0.1.3stable
8/25/2026
0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
Weekly downloads
0
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

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-browser-close

Simple DSH Web service controls.

Features

  • 重启 DSH 服务:点击后自动重启服务,当前窗口等待服务恢复后自动刷新。
  • 关闭 DSH 服务:点击后关闭当前 DSH Web 服务进程。

Install

dsh plugin --profile web add github:aorucshiea/dsh-browser-close

然后重启 DSH Web。

Usage

  1. 打开 DSH Web → 设置 → 服务控制。
  2. 点击:
    • 重启 DSH 服务
    • 关闭 DSH 服务

Notes

  • 重启服务时如果请求中断,页面会自动轮询等待新服务恢复,然后自动刷新。
  • 重启服务依赖一个分离的 Node 看门狗进程;它会等待当前服务释放端口后,再用原来的 dsh web 命令启动新实例。
  • No API keys or credentials are stored in this repository.

License

MIT