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.

Identity Control Roy — DSH Plugin for DeepSeek Harness
← Plugins
I

dsh-identity-control-roy

Identity Control Roy

DSH Custom Persona Control Plugin: Enter persona text next to the chat input field; when enabled, it is automatically included in new conversations and can be toggled at any time.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:orpheus0829/dsh-identity-control#0972a0337ba9ded7963df4fe8c74adf2925f0e67
READMECompatibilityVersions

Compatibility and provenance

Identity Control Roy is published as dsh-identity-control-roy 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.0
stable
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
★ 1
Weekly downloads
0
Last push
8/21/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 memory-context.

Contextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Memory@furongjun1999/dsh-memoryLingshu (Lingshu·líng shū) DeepSeek Harness plugin: a complete brain—long-term memory/knowledge flywheel/self-awareness/recursive reflection integrated with DSH, with conversations automatically distilled into the md_cg cognitive graph (md documents)

README

dsh-identity-control

DSH(DeepSeek Harness)的自定义人设控制插件。对话输入栏旁提供一个入口,可以自己填人设文本,开启后新对话会自动带上,关掉就恢复默认。

为什么写这个

市面上的人设插件大多是写死的一种风格,只能开关。这个插件把控制权交给你:人设文本由你自己写,界面里填、随时改、一键开关。

功能

  • 输入栏旁有个人设按钮,点开是编辑面板,里面一个多行文本框 + 启用开关
  • 填好保存后,所有新对话自动带上这段人设
  • 关闭开关立即恢复默认人设,不用重启
  • 人设只是注入提示词,不覆盖 DSH 的安全规则

安装

dsh plugin --profile web add github:orpheus0829/dsh-identity-control

装完重启 DSH 界面,输入栏右侧出现人设按钮。

本地调试时也可以用 link 方式:

dsh plugin --profile web add link:<本地路径>

使用

  1. 点输入栏右侧的人设按钮
  2. 在文本框里写人设,勾上启用
  3. 保存,开聊

人设文本留空或没勾启用时,插件什么都不注入,DSH 保持默认行为。

结构

lib/
  index.mjs   # host 侧:读配置,开启且文本非空时注入人设段
  client.js   # 浏览器侧:输入栏入口 + 编辑面板
cordis.patch.yml
package.json

配置存在 DSH settings 的 identity-control 命名空间里(enabled / text 两个字段),状态会持久化。

Credits

人设注入的整体思路参考了 DSH 社区的人设类插件,在此致谢。

License

MIT