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.

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

dsh-oc

Oc

DeepSeek Harness plugin bundle: opens sessions in new windows, automatically selects deep links, automatically marks the desktop shell, and includes the dsh-better-sidebar right-side workspace.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-oc@0.1.8
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.8stable
8/22/2026
0.1.7stable
8/22/2026
0.1.6stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.8
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
444.4 kB
Files
25
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
170
Security scan
✓ v0.1.8 scan passed
Last push
8/22/2026
View source ↗Project homepage ↗
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 ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

DSH-OC

DeepSeek Harness 插件全家桶:右侧工作台、会话新窗口、会话深链、桌面启动器。

安装

先按官方方式启动 web 版(初始化官方 web profile):

npx --yes @deepseek-ai/dsh web

再打开一个 PowerShell,一条命令安装 DSH-OC(自动装 pnpm、自动批准构建、自动启动桌面端并创建快捷方式):

npx --yes dsh-oc install

如果你已经装好 pnpm,也可以直接用标准插件命令:

npx --yes @deepseek-ai/dsh plugin --profile web add dsh-oc

首次安装如果提示 pnpm 阻止了构建脚本(node-pty、electron),执行 pnpm approve-builds --all 后重试即可。以后直接双击 DSH-OC 图标。

说明

  • 桌面端和官方 web 版共享 ~/.dsh,会话和设置是同一份。
  • 首次打开后在 设置 → 模型 配置 DeepSeek API Key。

开发

npm install
npm test

License

MIT。host 半部分逻辑源自 dsh-session-link,保留原作者 MIT 授权。