DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Shortcut Creator — DeepSeek Harness 插件(DSH Plugin)
← Plugins
S

dsh-shortcut-creator

Shortcut Creator

DSH web 插件:直接从 Settings 页面为 DeepSeek Harness 或任何本地服务器创建一键式 Windows 桌面快捷方式(launcher .cmd + 自动打开浏览器 + 任务栏固定提示)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:Yvesgao/dsh-desktop-launcher#01d64b20f6f8ab4297f01c19e97074a313db1bda
README兼容性版本
demo

兼容性与来源证明

Shortcut Creator 以 dsh-shortcut-creator 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/26

README

dsh-desktop-launcher

在 DSH 设置页一键创建 Windows 桌面快捷方式 —— 把任意本地服务(DeepSeek Harness、开发服务器、npx 工具)变成双击启动的桌面图标,自动打开浏览器,还能固定到任务栏。

dsh-desktop-launcher

功能

把「打开 PowerShell → 敲命令 → 再开浏览器」变成双击一下。在 设置 → Desktop Shortcut 里填一个小表单,插件自动完成:

  1. 生成 .cmd 启动器 —— 在控制台窗口里启动命令、等 URL 就绪后自动打开默认浏览器、保持窗口存活(关窗即停服);服务已在运行则直接打开浏览器。
  2. 创建桌面 .lnk 快捷方式 —— 指向启动器(DeepSeek Harness 用 Node.js 图标)。
  3. 尝试固定到任务栏 —— 目标类型无法程序化固定时,打印「固定运行中窗口」的兜底指引(永远有效)。

核心逻辑由打包内置的、自包含的 assets/New-DesktopShortcut.ps1 完成(零外部依赖,也可独立运行)。

能力清单

能力说明
设置页 UIsettings.section「Desktop Shortcut」:名称 / 命令 / URL / 工作目录表单
Host JSON APIPOST /plugins/desktop-shortcut/api/install 执行 PowerShell 引擎;.../status 上报平台
启动器生成带端口检查的 .cmd,自动开浏览器,兼容「已在运行」场景
任务栏固定尽力程序化固定 + 「固定运行中窗口」兜底指引

安装(bundle 形态,需重启 web)

方式一:npm(推荐)

dsh plugin --profile web add dsh-shortcut-creator

方式二:GitHub 源(lib/ 已入库)

dsh plugin --profile web add github:Yvesgao/dsh-desktop-launcher#main

方式三:Windows 一键安装包(给小白同事)

从 GitHub Releases 下载 DeepSeekHarnessSetup.exe → 双击安装(自动装 Node.js + dsh + 插件)→ 桌面出现「DeepSeek Harness」图标 → 双击即用。

重启 web(dsh web)后,打开 设置 → Desktop Shortcut,填好表单点 Create desktop shortcut 即可。

仅支持 Windows —— PowerShell 引擎是 Windows 组件。设置页在所有平台都会出现,但在非 Windows 平台会报错提示。

开发

pnpm install
pnpm build        # tsc(host lib)+ tsdown(client bundle lib/client.js)
pnpm typecheck

官方插件开发契约与可参考的社区插件源码已收集在 docs/references/。

插件管理

已装插件推荐用 plugin-registry 的薄控制台管理(浏览器面板):bundle 层栈 + insert 行 + 启停,无需手改配置。

dsh plugin --profile web add <plugin-registry>/packages/plugin/console

截图

发布前在此补充设置页截图(docs/preview/settings.png)。

License

MIT


English

Create a one-click Windows desktop shortcut from the DSH Settings page — launch any local server (DeepSeek Harness, dev servers, npx tools) with a double-click, auto-open the browser, and pin it to the taskbar.

What it does

Turns "open PowerShell, type a command, then open the browser" into a double-click. From Settings → Desktop Shortcut you fill in a small form and the plugin:

  1. Generates a .cmd launcher — starts the command in a console window, waits for the URL to respond, opens your default browser, and keeps the window open (closing it stops the server). If the server is already running it just opens the browser.
  2. Creates a desktop .lnk shortcut pointing at the launcher (Node.js icon for DeepSeek Harness).
  3. Attempts to pin the shortcut to the taskbar and prints manual fallback steps when the target type cannot be pinned programmatically.

The heavy lifting is done by the bundled, self-contained assets/New-DesktopShortcut.ps1 (no external dependencies, works standalone too).

Capabilities

CapabilityDescription
Settings UIsettings.section "Desktop Shortcut" with a name / command / URL / workdir form
Host JSON APIPOST /plugins/desktop-shortcut/api/install runs the PowerShell engine, .../status reports platform
Launcher generationPort-checked .cmd that auto-opens the browser and handles the already-running case
Taskbar pinBest-effort programmatic pin with the always-works "pin the running window" fallback instructions

Install (bundle, requires web restart)

Option 1: npm (recommended)

dsh plugin --profile web add dsh-shortcut-creator

Option 2: GitHub source (lib/ committed)

dsh plugin --profile web add github:Yvesgao/dsh-desktop-launcher#main

Option 3: Windows one-click installer (for non-technical users)

Download DeepSeekHarnessSetup.exe from GitHub Releases → double-click to install (Node.js + dsh + plugin, automatically) → a "DeepSeek Harness" icon appears on the desktop → double-click to use.

Restart the web UI (dsh web). Then open Settings → Desktop Shortcut, fill the form and click Create desktop shortcut.

Windows only — the PowerShell engine is a Windows component. The Settings section appears on all platforms but reports an error when run elsewhere.

Development

pnpm install
pnpm build        # tsc (host lib) + tsdown (client bundle lib/client.js)
pnpm typecheck

Reference contracts (official plugin development guide + a working community plugin) are collected under docs/references/.

Plugin management

Manage installed plugins with the plugin-registry thin console (browser panel): bundle layer stack + insert rows + enable/disable, no manual config edits.

dsh plugin --profile web add <plugin-registry>/packages/plugin/console

Screenshot

Add a screenshot of the Settings section here (docs/preview/settings.png) before publishing.

License

MIT

版本

0.1.0stable
2026/8/26

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序