173787247/dsh-wsl-browser1

dsh-wsl-browser

DeepSeek Harness tool: open http(s) URLs in the Windows default browser from WSL.

包名
dsh-wsl-browser
版本
0.1.0
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:173787247/dsh-wsl-browser

dsh-wsl-browser

DeepSeek Harness tool: win_open_url — open an http / https URL in the Windows default browser from WSL.

Part of dsh-wsl-kit.

中文说明 ↓


English

Why

Services started in WSL (http://127.0.0.1:3080, docs sites, etc.) should open on the Windows side where you already work. Only http/https are allowed (no file:).

If localhost forwarding fails, the result may include a hint using the current WSL IP—pair with dsh-wsl-port for deeper diagnosis.

Tool

ArgRequiredMeaning
urlyeshttp:// or https:// URL

Install

dsh plugin --profile web add github:173787247/dsh-wsl-browser

Config

- id: dsh-wsl-browser
  name: dsh-wsl-browser
  config:
    timeoutMs: 15000

Test

npm test

License

MIT


中文

为什么需要

在 WSL 起的本地服务、文档链接,需要在 Windows 默认浏览器打开。仅允许 http/https

localhost 打不开,结果里可能提示改用 WSL IP;更深诊断见 dsh-wsl-port

安装

dsh plugin --profile web add github:173787247/dsh-wsl-browser

许可

MIT