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.

Openspec — DSH Plugin for DeepSeek Harness
← Plugins
O

dsh-openspec

Openspec

DeepSeek Harness plugin that browses, previews, edits, and saves OpenSpec change Markdown files in the Web UI.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wx971025/dsh-openspec#675a3ba57eb6163fc053e2e712e4b1d94013f91e
READMECompatibilityVersions

Compatibility and provenance

Openspec is published as dsh-openspec 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
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/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
web
License
MIT
Source
github
GitHub
★ 4
Weekly downloads
0
Last push
8/31/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Client Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Rewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

dsh-openspec

DeepSeek Harness Web UI 插件:在会话标题栏打开当前项目的 openspec/ 目录,浏览、预览、编辑并保存其中的文件。

它做什么

安装后,Web UI 会话标题栏 Session log 旁会出现 OpenSpec 按钮。点击弹出面板:

  • 跟随当前会话的工作区(或会话目录),不用再配置项目路径
  • 项目里有 openspec/:列出该文件夹下的全部内容(config.yaml、specs/、changes/、archive/ 等)
  • 没有 openspec/:提示「当前项目没有 OpenSpec」
  • .md 做 Markdown 预览,其他文本按源码预览,都可以编辑保存
  • 保存成功以 Host 写盘确认为准
  • 不创建、删除或重命名文件,不调用 openspec CLI

配色跟随 Harness Web UI 主题(含明暗切换)。

针对 DeepSeek Harness 0.1.0-rc.5 的 Web profile。其他版本请自行核对扩展点是否仍可用。

安装到自己的 DeepSeek Harness Web UI

需要本机已能运行 dsh,并且使用 web profile(dsh web 或 dsh --profile web)。

源码安装

先把仓库克隆到本地:

git clone https://github.com/wx971025/dsh-openspec.git
cd dsh-openspec

再用本仓库的绝对路径装进 web profile:

dsh plugin --profile web add /absolute/path/to/dsh-openspec

这是本地 link: 安装:profile 会指向这个目录,目录要一直留着,删掉或挪走后插件会加载失败。

Git 安装

不克隆到本地,直接让 profile 从 GitHub 拉取:

dsh plugin --profile web add github:wx971025/dsh-openspec#v0.1.0

等价写法:

dsh plugin --profile web add git+https://github.com/wx971025/dsh-openspec.git#v0.1.0

pnpm 10 可能要求允许该包的构建脚本。若安装时提示 blocked,按终端说明把对应 key 写入 profile 的 pnpm-workspace.yaml 的 allowBuilds,再执行一次上面的 dsh plugin add。

启动

dsh web

浏览器打开 Harness Web(默认 http://127.0.0.1:3080)。打开一个已经绑定了项目目录的会话,点标题栏 OpenSpec。

该项目根目录下有 openspec/ 就会列出文件;没有则提示没有 OpenSpec。

确认是否装上:

dsh --profile web --dump-config

输出里应能看到 dsh-openspec。

卸载

dsh plugin --profile web remove dsh-openspec

卸载后按钮和 /openspec-viewer 接口会消失。磁盘上的 openspec/ 文件不会被删。