AI Agent Hub
Back to plugins
🧰

dsh-winget

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install WODE25500/dsh-winget

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install WODE25500/dsh-winget in DeepSeek Harness to install this plugin; full source at https://github.com/WODE25500/dsh-winget.

About this plugin

Until now, a DeepSeek Harness agent on Windows had no native way to manage software packages, leaving users to run winget commands by hand. dsh-winget closes that gap: the agent can now search, inspect, install, upgrade, uninstall, import, export, and pin Windows packages entirely on its own, with no human in the loop. It is designed for headless and server environments from the start.

The plugin exposes 9 native dsh tools. Non-interactive mode is on by default and package/source agreements are auto-accepted, so installations will not stall waiting for consent. A per-call timeout defaults to 10 minutes, forgiving enough for large packages. A bundled SKILL.md file tells the agent when to use each tool and where the safety boundaries sit; install, uninstall, and upgrade-all are explicitly marked as requiring user confirmation first.

It is a good fit for developers who manage Windows development environments with a dsh agent, and for ops teams that need to automate software-package management on headless servers. All you need is Windows 10/11 with winget available and the plugin added to your dsh profile.

Use Cases

  • Scaffold a Windows dev environment by having the agent install a toolchain via winget
  • Automate software upgrades on headless Windows servers through the agent
  • Search, import, and export winget package manifests via the agent

Best For

  • Developers managing Windows dev environments with a dsh agent
  • Ops teams automating package management on headless servers
  • Sysadmins who prefer natural-language winget operations