Skip to content
dsh-market Browse plugins GitHub 中文

FeatherHunter/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.

Stars ★ 2 Category UI Enhancements Listed 2026-08-18

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:FeatherHunter/dsh-prompt

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

README

🌐 中文 · English

A Prompt toolbox for DeepSeek Harness: 24 deep templates, custom management, /prompt trigger source, and a smart suggestion card — click once, inserted into your current conversation.

hero

Quick navigation

Install in one command

Three ways to summon templates

24 deep templates

Customize & manage

FAQ

npm release

Report a bug

Changelog

Is this for you

Is this for you

Install in one command

You need the DSH CLI (DeepSeek Harness command-line tool). If you don't have it yet:

npm install -g @deepseek-ai/dsh

Install into your profile:

dsh plugin --profile web add dsh-prompt

Zero config: official DSH bundle mechanism — the package ships its own cordis.patch.yml, and dsh plugin add automatically joins it to the dsh.profile.bundles assembly layer; dsh plugin remove cleans up. Takes effect after restarting DSH (or refreshing the page).

Three ways to summon templates

Once installed, templates come from three entry points — pick whichever feels natural:

1 · ⚡Prompt button

Way 1 · Prompt button panel

2 · /prompt trigger source

Way 2 · /prompt trigger

3 · Smart suggestion card

Way 3 · Smart suggestion card

What the templates look like

Real templates

Customization & management

Customize & manage

Privacy

Privacy

FAQ

FAQ

Development

npm run build:client   # tsdown → lib/client.js
npm run build          # full build

Source in src/client/* (panel/trigger/smart matching/word tables/settings page); the matching engine and /prompt share the same data and ranking base; decision records in issue #1 (wayfinding map).

From the same author

Two more DSH plugins:

From the author

From the author

License

License

Content from the project README on GitHub ↗