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.

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

@frog755/dsh-prompt-vault

Prompt Vault

Prompt Vault: A prompt library above the input box. The 📚 button opens a panel with topic names, expandable details, and one-click insertion into the input box. Supports creating, editing, deleting, and searching. Data is persisted at ~/.dsh/prompt-library.json.

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

npx -y @deepseek-ai/dsh plugin --profile web add @frog755/dsh-prompt-vault@1.0.2
READMECompatibilityVersions
Prompt 库面板

Compatibility and provenance

Prompt Vault is published as @frog755/dsh-prompt-vault and currently resolves to version 1.0.2. 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/10/2026

Versions

1.0.2stable
8/24/2026
1.0.1stable
8/22/2026

Related plugins

Loading related plugins…

Latest
1.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
0
Last push
9/10/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

Related plugins

More verified plugins in memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessContextdsh-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.

README

@frog755/dsh-prompt-vault

English README | 中文说明

Prompt Vault —— DeepSeek Harness(DSH)输入框上方的提示词库(灵感来自 voyager 的 Prompt Vault)。

Prompt 库面板

  • 输入框工具行左侧 📚 按钮,点开在输入框上方展开 Prompt 列表面板
  • 每条只显示主题名 + 首行预览;点条目 = 整条填入输入框(已有草稿时自动追加,不覆盖)
  • ▸ 展开完整内容;支持新建 / 编辑 / 删除(二次确认)/ 搜索
  • 数据持久化在 ~/.dsh/prompt-library.json(环境变量 DSH_PROMPT_VAULT_FILE 可覆盖)
  • 首次使用自带两条示例 prompt(代码审查 / 中英互译),可随意编辑或删除

安装

前置:已装好 DSH(dsh web 能正常运行),Node.js ≥ 20。

npx -y --package @deepseek-ai/dsh dsh plugin --profile web add @frog755/dsh-prompt-vault

装完硬刷新浏览器(Cmd/Ctrl+Shift+R)即可在输入框工具行看到 📚 按钮。

该命令自动完成:登记依赖 → 识别包内 dsh.bundle.patch(cordis.patch.yml)→ 注册进 dsh.profile.bundles 挂载。插件以 npm 包发布,不修改 DSH 源码。

更新

npx -y --package @deepseek-ai/dsh dsh plugin --profile web update @frog755/dsh-prompt-vault

然后硬刷新浏览器。client 改动热加载生效,无需重启 DSH;host 半改动才需重启。

卸载

npx -y --package @deepseek-ai/dsh dsh plugin --profile web remove @frog755/dsh-prompt-vault

数据文件 ~/.dsh/prompt-library.json 会保留。

数据文件

项值
默认路径~/.dsh/prompt-library.json
覆盖方式环境变量 DSH_PROMPT_VAULT_FILE
格式{ version, items: [{ id, title, content, createdAt, updatedAt }] }

结构

文件作用
src/index.jsHost 半:/__prompt-vault/list·save·delete HTTP 端点 + JSON 文件存储
src/client.jsClient 半(ModuleLoader bundle):📚 按钮 + 展开面板,填入走 inputActions.setDraft
cordis.patch.ymlbundle patch:把 prompt-vault 行插入 profile roster

从源码安装 / 开发(可选)

  1. ~/.dsh/profiles/web/package.json 的 dependencies 加: "@frog755/dsh-prompt-vault": "link:C:/path/to/dsh-prompt-vault"
  2. 在 ~/.dsh/profiles/web 目录执行 pnpm install
  3. 重启 DSH(新 bundle 进入 boot graph 需要 host 重启;此后只改 client.js 热刷新即可)

许可

MIT