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.

Deepseek Harness Ultra Slash — DSH Plugin for DeepSeek Harness
← Plugins

deepseek-harness-ultra-slash

Deepseek Harness Ultra Slash

DeepSeek Harness Ultra Slash:独立斜杠命令分组;/steer /new /skill /docs,以及可配置的自定义 /steer 子命令

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

npx -y @deepseek-ai/dsh plugin --profile web add deepseek-harness-ultra-slash@0.2.4
READMECompatibilityVersions
screenscreen

Compatibility and provenance

Deepseek Harness Ultra Slash is published as deepseek-harness-ultra-slash and currently resolves to version 0.2.4. 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.2.4stable
9/13/2026
0.2.2stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.2.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
145.6 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
249
Security scan
✓ v0.2.4 scan passed
Last push
9/13/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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

deepseek-harness-ultra-slash

English | 中文

需要 DeepSeek Harness ≥ 0.1.5

本插件线已针对 DeepSeek Harness 0.1.5+ 做兼容适配:该版本起提供 uiWorkspace 会话导航与 remote.session.create 等 API,/new 才能正确切换会话并沿用当前 Agent 预设。

请勿在 0.1.5 以下的 harness 上安装。 宿主侧会检测版本并拒绝加载本插件;浏览器端也不会挂载斜杠菜单。若你当前 harness 较旧,请先升级 DeepSeek Harness 到 0.1.5 或更高,再安装本插件。

升级 harness 后重启 dsh web,再执行下方安装命令。

screen screen

DeepSeek Harness 的 Ultra Slash 插件:在会话输入框的 / 菜单里单独一组「插件命令」,和 DSH 自带命令分开。

功能

命令做什么
/steer 内容把内容交给模型的下一步,不打断当前对话
/new开启空白会话
/skill/steer +「完成后把方案存成当前项目的 skill」
/docs/steer +「完成后把原因和方案写成 docs 里的 md」

还可以在 设置 → 插件命令 里给常用的 /steer 内容起短名字,例如 /review。

安装

前置条件:

  1. 已安装 DeepSeek Harness 0.1.5 或更高,并能启动 dsh web。
  2. 若 dsh --version(或宿主包版本)低于 0.1.5,不要安装本插件——先升级 harness,再回来安装。

查看当前 harness 版本示例:

dsh --version
# 或查看已安装的 @deepseek-ai/dsh 包版本

从 npm 安装

dsh plugin --profile web add deepseek-harness-ultra-slash@0.2.4

@0.2.4 不能省略:pnpm 对刚发布的版本有 24 小时保护,不带版本号可能装到旧版。

从 GitHub 安装

dsh plugin --profile web add github:loadingvx/deepseeh-harness-ultra-slash

GitHub 安装用的是仓库里已经构建好的文件,默认分支上需要有 lib/index.js 和 lib/client.js。

装完后请重启 dsh web。如果以前装过旧包名 dsh-steer,先卸掉再装新包:

dsh plugin --profile web remove dsh-steer

许可证

MIT