Back to marketplace

dsh-wsl-open

Integrations

173787247/dsh-wsl-open

Allows clicking WSL Linux paths in chat to open them in Windows with default apps or Explorer.

  • deepseek-harness
  • dsh-plugin
  • wsl
GitHub Stars
3GitHub
Views
0DSH Plugin Hub
Forks
0GitHub
Open issues
0GitHub Issues
Manifest version
0.2.0dsh-wsl-open
Latest push
Sep 3, 2026GitHub
License
MITJavaScript
Plugin type
Host + ClientRuns in both Host and Web Client

Verification and compatibility

This section shows evidence collected by the catalog. Undeclared information is labeled as unknown.

Runtime verified
01Exact source: github · dsh-wsl-open@0.2.002Validated: Sep 3, 202603Verified Harness: 0.1.0-rc.7
Current-version compatibility
Verified on the catalog Harness version
Declared Harness range
Not declared
Declared platforms
Not declared
Profiles
web
Build approval
No requirement detected
Permissions
Not declared
External services
Not declared
Telemetry
Unknown
No known risk flags found

This is not a security endorsement. Review source, permissions, and configuration before installing.

View evidence and scope

Verification covers only the named source, version, and Harness environment. It does not guarantee future compatibility.

  • github:173787247/dsh-wsl-open#ae76c04d99c99043e7fa0da2e430b67f9a7cf1ac
  • The plugin completed a load check in an isolated environment.

README

View source

dsh-wsl-open

Install set: part of dsh-wsl-kit. Prefer KIT_SET=daily | llm | github | full (see kit README). Fault tree: TROUBLESHOOTING.md.

DeepSeek Harness plugin: click a WSL Linux path in chat to open it on Windows (default app, or Explorer for folders).

Part of dsh-wsl-kit.

中文说明 → README.zh.md


Why

Chat does not turn /home/.../deck.pptx into a useful link. Generic “open path” plugins often call Linux xdg-open, which cannot launch Windows Office / WPS.

What it does

  1. Highlights absolute Linux paths in assistant text (CSS Highlight; does not rewrite React DOM)
  2. Maps with wslpath -w (or a fallback) to \\wsl$\<distro>\... or C:\...
  3. Files → cmd.exe /c start (Windows default app); folders → explorer.exe

Only opens real paths under home, the session workspace, and /mnt/c/Users (and /mnt/d/Users). Non-WSL hosts skip open.

Prefer this for files/folders. Use dsh-wsl-launch for apps, and dsh-wsl-browser for http(s) URLs.

Install

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

Restart dsh web, refresh the page. Click a dotted-underline path in a new or re-rendered assistant message.

Verify

  1. Ask the agent to write a file under /home/<you>/... (e.g. .pptx).
  2. The absolute path should be dotted-underlined.
  3. Click it — Windows opens with the default app.

Debug: browser console [dsh-wsl-open]; host log dsh-wsl-open: loaded distro=....

Config

- id: dsh-wsl-open
  name: dsh-wsl-open
  config:
    enabled: true
KeyDefaultMeaning
enabledtrueSet false to disable

Test

npm test

License

MIT

Comments

0
Newest first