DeepSeek Harness plugin

dsh-prompt

Right-side prompt toolbox panel with 24 built-in deep templates plus user-defined ones, accessible via the /prompt slash trigger and a context-aware floating suggestion card; one-click inserts the selected prompt into the composer.

Jump to install

Source facts

Repository
FeatherHunter/dsh-prompt
Latest update
Aug 18, 2026
Category
UI Enhancements
GitHub stars
1

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/FeatherHunter/dsh-prompt
GitHub: https://github.com/FeatherHunter/dsh-prompt
Plugin: dsh-prompt
Author: FeatherHunter
Install command: dsh plugin --profile web add github:FeatherHunter/dsh-prompt

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

⚡ dsh-prompt

🌐 [中文](README.md) · [English](docs/README.en.md)

DeepSeek Harness 的 Prompt 工具箱:24 条深度模板、自定义管理、/prompt 触发源、智能推荐悬浮卡——点一下,插入当前对话。

![License: MIT](LICENSE) ![npm](https://www.npmjs.com/package/dsh-prompt) ![dsh-plugin](https://github.com/FeatherHunter/dsh-prompt) ![platform](https://github.com/deepseek-ai/DeepSeek-Harness)

![hero](assets/hero-zh.svg)

快速导航

[![一条命令安装](assets/nav-install.svg)](#一条命令安装)

[![三种方式叫出模板](assets/nav-ways.svg)](#三种方式叫出模板)

[![24 条深度模板](assets/nav-templates.svg)](#模板长这样)

[![自定义与管理](assets/nav-settings.svg)](#自定义与管理)

[![常见问题](assets/nav-faq.svg)](#常见问题)

[![npm 发布](assets/nav-npm.svg)](https://www.npmjs.com/package/dsh-prompt)

[![反馈故障](assets/nav-issues.svg)](https://github.com/FeatherHunter/dsh-prompt/issues/new)

[![更新日志](assets/nav-releases.svg)](https://github.com/FeatherHunter/dsh-prompt/releases)

这是给你的吗

![这是给你的吗](assets/who-zh.svg)

一条命令安装

需要 DSH CLI(DeepSeek Harness 命令行工具)。还没有就先装:

npm install -g @deepseek-ai/dsh

安装进你的 profile:

dsh plugin --profile web add dsh-prompt

零配置:DSH 官方 bundle 机制,包内自带 cordis.patch.ymldsh plugin add 自动加入 dsh.profile.bundles 装配层;dsh plugin remove 干净卸载。重启 DSH(或刷新页面)即生效。

三种方式叫出模板

装好后,模板可以从三个入口出来——选顺手的:

1 · ⚡Prompt 按钮

![方式一 · Prompt 按钮面板](assets/panel-zh.svg)

2 · /prompt 触发源

![方式二 · /prompt 触发源](assets/prompt-trigger-zh.svg)

3 · 智能悬浮卡

![方式三 · 智能悬浮卡](assets/smart-card-zh.svg)

模板长这样

![真实模板](assets/templates-zh.svg)

自定义与管理

![自定义与管理](assets/custom-zh.svg)

隐私

![隐私](assets/privacy-zh.svg)

常见问题

![常见问题](assets/faq-zh.svg)

开发

npm run build:client   # tsdown → lib/client.js
npm run build          # 完整构建

源码 src/client/*(面板/触发源/智能匹配/词表/设置页);匹配引擎与 /prompt 共用数据与排序基础;决策记录见 issue #1(wayfinding map)

同作者

还写了两款 DSH 插件:

作者的话

![作者的话](assets/author-zh.svg)

许可

![许可](assets/license-zh.svg)