DeepSeek Harness Plugin

FeatherHunter/dsh-prompt

Stars ★ 1 Category UI Enhancements Added 2026-08-18

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.

Install

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

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

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

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 ↗

Links

More in this category

View the whole category →