Plugin directory / Developer / dsh-web-auto-open
dsh-web-auto-open
Unverified ChengChe106
What it does
DSH plugin: auto-open the default browser when `dsh web` starts — cross-platform (Windows/macOS/Linux)
Unverified — not yet verified
DSH plugin: auto-open the default browser when `dsh web` starts — cross-platform (Windows/macOS/Linux) Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-web-auto-open
DSH(DeepSeek Harness)Web 一键启动插件:运行 dsh web,浏览器自动打开。
GitHub · npm · dsh-plugin topic
有什么用
DeepSeek Harness 的 Web 界面默认需要两步:先在终端启动服务器,再手动打开浏览器输入 http://127.0.0.1:3080。
装了这个插件后,启动只需一步:
npx @deepseek-ai/dsh web
服务器一监听成功,插件会自动用系统默认浏览器打开 Web 界面——不用复制网址、不用额外脚本、不用记端口。
- 支持 Windows / macOS / Linux
- 服务器端口为
0(系统随机分配)时也能拿到真实端口并正确打开
安装(推荐 npm)
dsh plugin add dsh-web-auto-open
如果 dsh 没有全局安装,用 npx 方式执行:
npx --yes @deepseek-ai/dsh plugin --profile web add dsh-web-auto-open
如何启用
插件声明为 profile bundle,安装后下一次启动 dsh web 即自动生效,无需任何额外配置。
验证是否已生效:
dsh --profile web --dump-config
# 输出中应包含以下片段:
# - id: web-open
# name: dsh-web-auto-open
可选配置
在 ~/.dsh/profiles/web/cordis.patch.yml 里覆盖 web-open 行即可:
- id: web-open
config:
autoOpen: false # 关闭自动打开
delayMs: 1000 # 服务器就绪后再延时 1 秒打开浏览器
原理
- 插件声明
inject: ["webServer"],等 Loader 全部启动完成后读取webServer.port(监听成功后才赋值) - 通过官方
@deepseek-ai/dsh-native-command调用系统命令打开浏览器:
Windowscmd /c start/ macOSopen/ Linuxxdg-open - 与官方
dsh-web-app打印 URL 用的是同一套就绪判定习惯,安全可靠
开发者
- 仓库:https://github.com/ChengChe106/dsh-web-auto-open (欢迎 Star / Issue)
- 发布新版本:
npm version patch && npm publish && git push --tags - 协议:MIT
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-web-auto-open for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:ChengChe106/dsh-web-auto-open Headless (CLI) profile:
dsh plugin --profile headless add github:ChengChe106/dsh-web-auto-open Test report
Not yet L3-verified — see failure note below if we already ran it.
2026-08-26 · flagged webonly Note: 验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. Browse all pending failures →