DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Winget — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

dsh-winget

Winget

Windows Package Manager (winget) integration for DeepSeek Harness: search, install, upgrade, list, uninstall, export/import and pin software through native dsh tools.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:WODE25500/dsh-winget#65ba32fb6b9c14e7f78f801770ce0d3758ef5ce3
READMECompatibilityVersions

Compatibility and provenance

Winget is published as dsh-winget and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-winget

Windows Package Manager (winget) 的 DeepSeek Harness (dsh) 插件 —— 让 dsh 智能体通过原生工具 搜索、安装、升级、卸载、导入导出 Windows 软件包。所有命令走非交互模式,可在无头环境工作。

独立社区项目,非官方。基于微软 winget-cli(MIT)。

特性

  • 9 个原生 dsh 工具:winget_search / winget_show / winget_install / winget_upgrade / winget_list / winget_uninstall / winget_export / winget_import / winget_pin
  • 附带 SKILL.md 技能文件,指导 agent 何时用、安全规则
  • Schemastery 配置(wingetPath / alwaysAcceptAgreements / timeoutMs)
  • bundle patch 层(cordis.patch.yml),一键加入任意 profile
  • 默认非交互 + 自动接受协议(无头安装必需)
  • 安全设计:install/uninstall/upgrade-all 工具描述明确标注需先确认

前置要求

  • DeepSeek Harness(dsh)
  • Windows 10 1809+ / Windows 11,winget 可用(winget --version)

安装

作为 bundle 加入 profile

- insert:
    - id: winget
      name: './src/index.js'
      config:
        wingetPath: winget
        alwaysAcceptAgreements: true

本地 patch 临时加载

pnpm dsh web --patch ./dsh-winget/cordis.patch.yml

然后问 agent:"用 winget_search 帮我找 VS Code 并查看详情"。

工具

工具行为
winget_search搜索软件(query/id/name/moniker/tag)
winget_show软件详情(版本/来源/安装器)
winget_install安装(会改变系统,先确认)
winget_upgrade升级指定或全部(all=true)
winget_list已安装列表/筛选/导出
winget_uninstall卸载(必须确认)
winget_export / winget_import清单导出/导入
winget_pin版本固定 add/list/remove

配置项

键默认说明
wingetPathwingetwinget.exe 路径
alwaysAcceptAgreementstrue自动接受包/源协议(无头必需)
timeoutMs600000单次调用超时(安装可能很慢)

已知限制

  • 本版本 winget 无 JSON 输出,工具返回表格文本(模型可读)
  • 需要管理员权限的安装可能失败(UAC 无法在非交互模式弹出)——如实返回错误
  • msstore 来源的包部分需登录微软账号

目录结构

dsh-winget/
  src/index.js            # 插件入口:9 个工具 + 配置
  skills/winget/SKILL.md  # agent 技能
  docs/                   # 文档
  cordis.patch.yml        # bundle patch 层

许可

MIT。