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.

Workspace Prompts — DSH Plugin for DeepSeek Harness
← Plugins

dsh-workspace-prompts

Workspace Prompts

Per-workspace custom system prompts for DeepSeek Harness (DSH): set one active prompt per workspace, captured into a session at creation time, editable from a session-header dialog. 给 DeepSeek Harness 的「工作区自定义提示词」插件:每个工作区一条生效提示词,新建会话时固化注入,会话头部弹窗增删改查。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-workspace-prompts@0.1.3
READMECompatibilityVersions

Compatibility and provenance

Workspace Prompts is published as dsh-workspace-prompts and currently resolves to version 0.1.3. 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.4stable
9/5/2026
0.1.3stable
8/24/2026
0.1.2stable
8/24/2026
Show 2 more versionsCollapse versions
0.1.1stable
8/24/2026
0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
44.3 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
57
Last push
9/5/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 memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessWeknora@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.Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agents

README

dsh-workspace-prompts

Per-workspace custom system prompts for DeepSeek Harness (DSH). 给 DeepSeek Harness (DSH) 的「工作区自定义提示词」插件。


What is it? / 这是什么

dsh-workspace-prompts lets you attach one custom system prompt to each workspace. When you create a new session in that workspace, the prompt is captured into the session's system prompt — alongside the fixed system prompt. Edit it any time from a dialog in the session header.

dsh-workspace-prompts 让你给每个工作区配一条自定义提示词。在该工作区新建会话时,提示词会固化进该会话的系统提示词(叠加在固定系统提示词之上);随时可从会话头部的弹窗增删改查。

  • Per-workspace / 按工作区:每个工作区一条生效提示词,互不影响。
  • Captured at creation / 创建即固化:提示词在「新建会话」那一刻固化,之后修改配置不影响已存在会话。
  • Inline management / 会话内管理:会话头部「工作区提示词」入口 + 弹窗完成增删改查、设为生效。

Features / 特性

  • 🏷️ 会话头部入口按钮(复用 DSH 原生 header action 样式,明暗主题自适应)
  • 🪟 弹窗管理:列表 / 新建 / 编辑 / 删除 / 设为生效,含空态与错误态
  • 📌 单条生效:activeId 单选语义,Host 强制一致性
  • 💾 数据落盘:工作区根目录 .workspace-prompts.json(跟随工作区走,可进 git)
  • ♻️ 跨重启保留:固化快照随配置文件落盘,会话 resume 后仍用创建时的版本

Install / 安装

dsh plugin --profile web add dsh-workspace-prompts

然后重启 dsh web。

也可手动:在 profile 的 package.json 加入依赖,并在 dsh.profile.bundles 里加入 "dsh-workspace-prompts"。

Usage / 使用

  1. 在任一工作区的会话里,点会话头部右侧的「工作区提示词」。
  2. 弹窗里新建一条提示词,点「设为生效」。
  3. 在该工作区新建会话,系统提示词末尾会自动带上「## 工作区提示词 + 正文」。

Capture semantics / 固化语义(重要)

  • 提示词在新建会话时固化进该会话;之后编辑/删除/切换生效,只影响之后新建的会话。
  • 已存在会话(含跨重启 resume)始终使用创建时固化的版本。

FAQ / 常见问题

Q: 它和 dsh-polling / dsh-office 有什么区别? A: dsh-polling 管定时任务,dsh-office 管可视化总览;本插件管工作区级自定义系统提示词,三者可共存。

Q: 数据存在哪?会不会丢? A: 每个工作区根目录一个 .workspace-prompts.json(隐藏文件),跟随工作区迁移/备份,重启不丢。

Q: 为什么编辑后旧会话没变? A: 这是有意的固化语义——旧会话继续用创建时的版本,避免历史会话行为漂移。

Ecosystem / 生态

  • DeepSeek Harness — the harness this plugin runs on
  • dsh-plugin topic — more DSH plugins

License

MIT