dsh-prompt
未验证 FeatherHunter
功能简介
DeepSeek Harness 的 Prompt 工具箱:别再复制粘贴——24 条深度模板随手点,/prompt 与智能推荐主动兜底,装好即用、可自定义。 | The Prompt toolbox for DeepSeek Harness: stop copy-pasting — 24 deep templates at a click, /prompt & smart suggestions as backup; out of the box, fully customizable.
未验证 — 尚未实测
DeepSeek Harness 的 Prompt 工具箱:别再复制粘贴——24 条深度模板随手点,/prompt 与智能推荐主动兜底,装好即用、可自定义。 | The Prompt toolbox for DeepSeek Harness: stop copy-pasting — 24 deep templates at a click, /prompt & smart suggestions as backup; out of the box, fully customizable. 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
⚡ dsh-prompt
DeepSeek Harness 的 Prompt 工具箱:24 条深度模板、自定义管理、/prompt 触发源、智能推荐悬浮卡——点一下,插入当前对话。
快速导航
这是给你的吗
一条命令安装
需要 DSH CLI(DeepSeek Harness 命令行工具)。还没有就先装:
npm install -g @deepseek-ai/dsh
安装进你的 profile(0.1.6 为当前最新,已发布至 npm 与 GitHub Release):
dsh plugin --profile web add dsh-prompt
# 或锁定版本
dsh plugin --profile web add [email protected]
查看最新版本:
npm view dsh-prompt version --registry=https://registry.npmjs.org --prefer-online
# → 0.1.6
零配置:DSH 官方 bundle 机制,包内自带 cordis.patch.yml,dsh plugin add 自动加入 dsh.profile.bundles 装配层;dsh plugin remove 干净卸载。重启 DSH(或刷新页面)即生效。
三种方式叫出模板
装好后,模板可以从三个入口出来——选顺手的:
1 · ⚡Prompt 按钮
2 · /prompt 触发源
3 · 智能悬浮卡
模板长这样
自定义与管理
隐私
常见问题
开发
npm run build:client # tsdown → lib/client.js
npm run build # 完整构建
源码 src/client/*(面板/触发源/智能匹配/词表/设置页);匹配引擎与 /prompt 共用数据与排序基础;决策记录见 issue #1(wayfinding map)。
同作者
还写了多款 DSH 插件与工具,欢迎关注:
- dsh-opencode-palette —— 34 款 opencode 官方主题,DSH 界面一键换肤。
- dsh-plugin-ui-debug —— 用真实 Chrome 无头浏览器对 DSH 插件 UI 做闭环调试的利器。
- dsh-mattpocock-skills-deck —— 25 个工程技能包,粘贴一段安装 Prompt 即用。
- dsh-chinese-skill-patch —— 让 DSH 正确识别中文
SKILL.md的补丁,中文社区必备。
作者的话

欢迎大家提交 ISSUE,一起把 prompt 工具箱做得更好!提交 ISSUE
许可
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-prompt」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:FeatherHunter/dsh-prompt Headless(CLI)profile:
dsh plugin --profile headless add github:FeatherHunter/dsh-prompt 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。