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.

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

@rain-kl/dsh-preset-plus

Preset Plus

DeepSeek Harness universal preset enhancement plugin: an editable preset editor (system/user/assistant entries + camouflage model output prepopulation)

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

npx -y @deepseek-ai/dsh plugin --profile web add @rain-kl/dsh-preset-plus@0.1.5
READMECompatibilityVersions
preset-settings.png

Compatibility and provenance

Preset Plus is published as @rain-kl/dsh-preset-plus and currently resolves to version 0.1.5. 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.5stable
8/27/2026
0.1.4stable
8/25/2026
0.1.3stable
8/24/2026
Show 1 more versionCollapse versions
0.1.2stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
308.8 kB
Files
15
Surface
web
License
MIT
Source
npm
GitHub
★ 88
Weekly downloads
164
Security scan
✓ v0.1.5 scan passed
Last push
8/27/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.

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)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote 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.

README

DSH-Preset-Plus

DSH 预设增强插件

参考 SillyTavern 预设模功能开发的一个基础的预设编辑器。


它解决什么

  • 破限场景下,伪造模型的服从输出从而提升破限效果。
  • 可以很方便的调整自定义模式系统提示词, 并且能够支持导入导出分享提示词

工作方式

作用域

插件只提供一个固定 DSH 模式 preset-plus。仅当**当前会话挂载的 preset id ∈ scopedPresets**时,才向请求注入预设上下文。

你可以在你可以在设置界面新增多种预设,但是只能同时生效一个。

默认内置 jailbreak 预设

其他模式一律不进行任何注入。

预设界面

preset-settings.png

注入顺序

[system 主提示词] → [user 触发] → [assistant 伪装输出] → [真实 user 输入] → [真实模型输出]

其中 system/user/assistant 来自你编辑的预设条目;真实输入与输出是会话本就有的。

注意: 伪造输入无法记录到"轨迹"中, 可以通过查看控制台打印判断是否注入成功

console-log.png

AB 双模式

  • 自动(auto,可关):第一条真实消息到来时自动注入。
  • 手动(/preset-plus prefill):用户显式触发,注入标记生效于下一条消息。

命令 / 工具

  • /preset-plus status | prefill | on | off | save
  • /preset-plus list:列出预设
  • /preset-plus activate <id>:激活预设
  • 模型工具:preset_plus_status

快速开始

Git (推荐)

dsh plugin --profile web add github:Rain-kl/dsh-preset-plus

npm 仓库

#可能存在版本滞后
dsh plugin --profile web add @rain-kl/dsh-preset-plus

在设置里配置完预设后, 选择 PresetPlus 模式使用既可生效

select-patern.png


友情链接 / Links

  • LinuxDo

License

The MIT License allows use, modification, distribution, and commercial use.