173787247/dsh-wsl-browser1

dsh-wsl-browser

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

AI 分析

适合 WSL 与 Windows 混合工作流中打开本地服务或文档;仅支持 http/https。

パッケージ
dsh-wsl-browser
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/29

インストール

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

ドキュメント

README 全文を読む ↗

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