dsh-wsl
WSL tools for DSH: run Linux commands, convert Windows/WSL paths, and summarize the WSL environment.
DSH 的 WSL 工具:执行 Linux 命令、转换 Windows/WSL 路径、汇总 WSL 环境。
How to install
dsh plugin add github:XINY11451/dsh-wsl About
dsh-wsl English | 简体中文 A model-facing **WSL** tool plugin for DeepSeek Harness (DSH). It lets an agent run Linux commands through wsl.exe directly — no hand-written .sh scripts or pwsh wrappers. Tools The plugin registers three tools: | Tool | Purpose | |---|---| | wsl | Run a Linux command and return stdout/stderr with exit-code markers. | | wsl-path | Convert between Windows and WSL paths via wslpath. | | wsl-env | Summarize the WSL environment (distros, kernel, cpu, mem, disk). | wsl Runs: wsl.exe -d <distro> -e bash -lc "cd <workdir> && <command>" and returns stdout/stderr with [exit code:…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-02
- Created
- 2026-08-26
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-wsl-workspace
6Mikao9/dsh-wsl-workspace
Add a WSL workspace from the web GUI without needing to install dsh or related tools again inside WSL. Bash commands and file read/write operations run within the local WSL distribution on the host machine, while Windows files remain accessible.
dsh-wsl-tray
173787247/dsh-wsl-tray
Writes a Windows shortcut and script to start dsh web inside WSL.
dsh-wsl-expose
173787247/dsh-wsl-expose
Advises or applies allowlisted Windows portproxy for a WSL listen port.
dsh-wsl-tray
liyu34/dsh-wsl-tray
Windows desktop shortcut and system-tray launcher for DSH running in WSL, with fully hidden startup, tray open/restart/exit menu, and a plugin-configuration card to manage the shortcut.