DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Prompt Library — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

dsh-prompt-library

Prompt Library

用于 DeepSeek Harness 的本地提示词库编辑器,支持独立 SQLite 存储或现有的 Augmentor 服务

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:ManoloRemiddi/dsh-prompt-library#71b945c531a6cc2833c78dd8e2e4278e270b7d73
README兼容性版本

兼容性与来源证明

Prompt Library 以 dsh-prompt-library 发布,当前版本为 0.2.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/13

版本

0.2.1stable
2026/9/13

相关插件

正在加载相关插件…

最新版
0.2.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/13
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。Reme@agentscope-ai/reme面向 TypeScript 代理的 ReMe 客户端和记忆集成Stratagate Dshstratagate-dsh最近的对话依然鲜活。较早的对话会逐渐淡化为摘要,而不是被遗忘。StrataGate 为 DeepSeek Harness 提供六层、随时间衰减的记忆,同时将持久的事件和关系沉淀为知识图谱。将你在其他 AI 中的记忆带来Meow Memorymeow-memoryDeepSeek Harness 的跨会话项目记忆:七层 SQLite 记忆、首轮快照注入、每条消息的关键词命中、memory_remember/search/project 工具、带 reflection-fold UI 的自动反思,以及由空闲触发的梦境整合

README

DSH Prompt Library

Save, search, preview, edit and delete reusable prompts in DSH → Settings → Prompt library. Prompt text is rendered as text. Saving does not call a model or send a chat message. This plugin can work on its own or use an already-running Augmentor prompt service.

Download and install

Download 0.2.1. Use the ready-made .tgz asset:

dsh plugin --profile web add https://github.com/ManoloRemiddi/dsh-prompt-library/releases/download/v0.2.1/dsh-prompt-library-0.2.1.tgz

Requirements: Linux, Node.js 22.19+ and a working DSH web profile. The standalone store needs Python 3 with SQLite support (included in standard Python builds). Checked with DSH 0.1.5-rc.1; other versions may change its web/UI interfaces. No npm runtime dependencies or Python packages need to be downloaded for the store; DSH supplies the web client/React environment.

Use your actual profile if different from web. Finish active tasks, restart your existing DSH process and reload its page. Open Settings → Prompt library, click New prompt, enter a shortcut and text, and click Save prompt.

This package adds the editor. Slash-menu insertion in a chat composer requires a compatible Augmentor interface; it is not added to every DSH composer by this plugin. [clipboard] is stored as a literal marker; expansion belongs to a compatible consuming app, not the editor.

Storage modes

Standalone (default): data lives in $XDG_DATA_HOME/dsh-prompt-library/prompts.sqlite3, or ~/.local/share/dsh-prompt-library/prompts.sqlite3 when XDG_DATA_HOME is unset. Set DSH_PROMPT_LIBRARY_DATA in the environment used to start DSH to choose a different directory. AUGMENTOR_PYTHON can select the Python executable.

A short-lived Python process handles each requested storage operation and exits. There is no persistent companion, polling timer, model call or GPU keep-alive. The editor refreshes when the window regains focus or you click Refresh.

Existing Augmentor service: set DSH_PROMPT_LIBRARY_SOCKET to its existing Unix socket in the environment used to start DSH, for example:

export DSH_PROMPT_LIBRARY_SOCKET="$HOME/.local/state/augmentor/prompts.sock"
dsh web

Start DSH this way only if an existing instance is not already running; for a managed service, set the variable in that service's environment instead. Use the actual socket path if Augmentor uses custom state paths. The service must already be running and support augmentor-prompts/1. The plugin connects to it without spawning, replacing or upgrading it. If unavailable, it reports an error; it does not silently create a second prompt store. Python is not required by the plugin in this mode. Use this mode to share prompts with compatible Augmentor apps.

Upgrading and data safety

Version 0.1.0 stored prompts in DSH settings. The app-embedded 0.2.0 adapter used the shared Augmentor service. 0.2.1 does not automatically move either store. A new default standalone installation starts empty and leaves old data intact. To retain an existing Augmentor library, select its socket as described above. For a 0.1.0 library, keep its settings backup and copy entries deliberately; do not interpret an empty new store as deleted data. Existing link: installations should update their source or replace that installation deliberately, without duplicate bundle rows.

Concurrent saves use each prompt's revision. A stale draft remains visible after a conflict; copy it somewhere safe, refresh and reselect the current prompt before applying your changes. The plugin never automatically retries an uncertain write.

The standalone store accepts shortcut names of 1–128 letters, digits, hyphens or underscores, up to 32,000 characters per prompt, at most 1,000 prompts and 500,000 UTF-8 bytes of prompt content overall. Duplicate names are rejected. It creates private local data files. Back up the SQLite file while no prompt operation is running. The distributed package contains no saved prompts.

Remove

dsh plugin --profile web remove dsh-prompt-library

Restart DSH and reload the page. Uninstalling leaves your database and any external Augmentor service untouched. Remove your chosen standalone data directory separately only if you intentionally want to delete the saved prompts.

Tests and development

npm ci --ignore-scripts
npm test
npm pack

Tests use temporary databases and a synthetic local socket. They cover CRUD, revision conflicts, concurrent writes, import deduplication, request-ID handling, no replay after a lost response, HTTP origin/action checks, and the React editor using the real packaged store. They do not read your prompt database or call a model. A disposable DSH install/composition/removal and a packaged storage call were also checked for this release; this is not a full native-browser end-to-end test.

This release packages the current Augmentor 0.2.0 editor, replacing its private app imports with the included prompt-only store/client. No memory, computer control, diagnostic or app-management service is included.

Report a problem with your DSH version, storage mode and synthetic reproduction. Do not attach prompt databases or credentials. Browse the DeepSeek Harness Plugins collection.

MIT © 2026 Manolo Remiddi.