dshbase

Plugin directory / Developer / dsh-prompt-vault

dsh-prompt-vault

Unverified Frog755

✓ Actively maintained

View on GitHub ↗ ← Back to plugin directory

1Stars
0Forks
0Open issues
Language
2026-08-24Last push
Cross-platformPlatform

What it does

Prompt Vault: 输入框上方的提示词库(DSH 插件)— 📚 按钮展开面板,点条目一键填入 prompt。DeepSeek Harness prompt library plugin.

Our take
Unverified — not yet verified

Prompt Vault: 输入框上方的提示词库(DSH 插件)— 📚 按钮展开面板,点条目一键填入 prompt。DeepSeek Harness prompt library plugin. Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

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.patchcordis.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.js Host 半:/__prompt-vault/list·save·delete HTTP 端点 + JSON 文件存储
src/client.js Client 半(ModuleLoader bundle):📚 按钮 + 展开面板,填入走 inputActions.setDraft
cordis.patch.yml bundle patch:把 prompt-vault 行插入 profile roster

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

  1. ~/.dsh/profiles/web/package.jsondependencies 加:
    "@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

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-prompt-vault for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:Frog755/dsh-prompt-vault

Headless (CLI) profile:

dsh plugin --profile headless add github:Frog755/dsh-prompt-vault

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7789 plugins →