dsh-wsl
DSH 的 WSL 工具:执行 Linux 命令、转换 Windows/WSL 路径、汇总 WSL 环境。
WSL tools for DSH: run Linux commands, convert Windows/WSL paths, and summarize the WSL environment.
怎么安装
dsh plugin add github:XINY11451/dsh-wsl 简介
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:…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-02
- 创建于
- 2026-08-26
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
dsh-wsl-workspace
6Mikao9/dsh-wsl-workspace
从 Web GUI 添加 WSL 工作区,无需在 WSL 之中再次安装 dsh 以及相关工具,bash 命令与文件读写运行在本机 WSL 发行版内,Windows 文件仍可访问。
dsh-wsl-tray
173787247/dsh-wsl-tray
生成 Windows 快捷方式与脚本,用于在 WSL 中启动 dsh web。
dsh-wsl-expose
173787247/dsh-wsl-expose
为 WSL 监听端口提供白名单 Windows portproxy 建议或应用。
dsh-wsl-tray
liyu34/dsh-wsl-tray
为运行在 WSL 的 DSH 提供 Windows 桌面快捷方式和系统托盘启动器:完全隐藏启动,托盘菜单支持打开/重启/退出,插件配置页可管理快捷方式。