DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-win-toolkit

d

dsh-win-toolkit

Manifest valid★ 1

Windows-native tools for DSH agents: clipboard read and write, system notifications, hosts file inspection and network diagnostics, each returning structured data with UI cards from injection-safe Pow

hasBundlePatch

dsh-win-toolkit

dsh-win-toolkit

Part of the dsh-toolkit family: dsh-mcp-bridge · dsh-win-toolkit · dsh-netassist · dsh-driftwatch

npm version npm downloads license GitHub stars

Windows-native capability pack for DeepSeek Harness (dsh).

Gives your dsh agent real Windows superpowers — clipboard, system notifications, hosts file inspection, and network diagnostics — backed by safe, parameterized PowerShell. No extra installs, no admin rights required for the current toolset.

中文文档见 README.zh.md。

Check your environment first

dsh-win-toolkit doctor

dsh-win-toolkit doctor

It verifies the platform, PowerShell, execution policy, clipboard access, WScript.Shell COM and hosts readability — everything the tools rely on.

Requirements

OSWindows 10 or 11 — the tools call powershell.exe
PowerShell5.1+ (the default on Windows 10/11); PowerShell 7 works as well but is not required
Privilegesnone for the current tools — everything is read-only except clipboard write and the notification popup
Node22+ (for the plugin host)

Run dsh-win-toolkit doctor to verify all of the above on your machine before blaming the plugin.

Tools

ToolWhat it does
win_clipboard_readRead the current clipboard text
win_clipboard_writeWrite text to the clipboard
win_notifyShow a system popup notification (auto-closes)
win_hosts_listRead the Windows hosts file
win_netdiagDNS resolution + TCP port test for any host

dsh-win-toolkit tools

Install

dsh plugin --profile web add dsh-win-toolkit
dsh web   # restart

Then just ask your agent, e.g.:

  • "check if github.com:443 is reachable" → win_netdiag
  • "put this text on my clipboard" → win_clipboard_write
  • "notify me when you're done" → win_notify

How it works

Every tool runs a short PowerShell snippet through powershell.exe -NoProfile -NonInteractive. All user input crosses the script boundary as Base64 — never string-interpolated — so argument injection is structurally impossible.

  • Config: psTimeoutMs (default 20000) — per-call PowerShell timeout, settable in your profile's cordis.patch.yml under the win-toolkit entry.
  • Windows-only: tools fail loudly with a clear error on non-Windows platforms (the entry itself is a no-op there).

Roadmap

  • win_hosts_edit (admin-gated hosts entries), win_env, win_service, win_window, win_task, win_netdiag deep mode (proxy check, DNS server, traceroute).

Troubleshooting

  • Tools fail with "PowerShell failed": usually an anti-virus or execution-policy quirk — the plugin uses -NoProfile -NonInteractive but policy still applies. Check Get-ExecutionPolicy; the plugin does not require RemoteSigned.
  • Want to see exactly what runs? The PowerShell snippets are short and readable in src/index.ts.

Links

Comments

Loading…

Similar plugins

dsh-win-computer-use

Windows-native computer use for DeepSeek Harness: two tools drive and read any desktop app. One batch call runs find, click, type, key, read, wait and screenshot steps in a single engine pass, so a ta

Tools & CapabilitiesManifest valid

★ 0

dsh plugin --profile web add dsh-win-computer-use

by wly8691-jpg

Windows-native real-Office automation plugin (DSH). Contract, task-level, fault-injection and process-leak regressions covered; real-Office tests must be run on the target machine.

Tools & CapabilitiesModels & ProvidersDevelopment & InfrastructureManifest valid

★ 3

↓ 204/wk

MIT

JavaScript

Sep 25, 2026

dsh plugin --profile web add @eqman00003/dsh-office-com

by jean3690

DSH 本地工具箱插件:侧边栏独立页面 + /toolbox 命令 + 配置驱动的 agent 工具注册,35 个纯本地小工具(文本/编码/数据/安全/提取/转换/参考/效率),数据不出本机。

Tools & CapabilitiesManifest valid

★ 3

↓ 49/wk

TypeScript

Aug 21, 2026

dsh plugin --profile web add dsh-devtoolbox

Personal toolbox for the dsh web profile with per-feature toggles: task-done desktop notifications, one-click restart, session deletion, plugin enable/disable, update checks, and UI utilities.

Tools & CapabilitiesManifest valid

★ 0

↓ 137/wk

dsh plugin --profile web add dsh-tools

Personal toolbox for the dsh web profile with per-feature toggles: task-done desktop notifications, one-click restart, session deletion, plugin enable/disable, update checks, and UI utilities.

Tools & CapabilitiesManifest valid

★ 0

dsh plugin --profile web add dsh-tools

by yanglaofish

Routes model requests, web fetches/searches and spawned tools through the Windows system proxy or a custom address — idempotent kernel (reads never rebuild the dispatcher), header one-click toggle, pe

Tools & CapabilitiesManifest valid

★ 4

↓ 558/wk

MIT

JavaScript

Sep 23, 2026

dsh plugin --profile web add @yanglaofish/dsh-proxy-pro