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
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.
Quick navigation
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
2 · /prompt trigger source
3 · Smart suggestion card
What the templates look like
Customization & management
Privacy
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:
- dsh-opencode-palette — Love opencode's look? Your DSH can wear it too — 34 classic themes, easier on the eyes, happier to code in.
- dsh-mattpocock-skills-deck — 25 engineering skill packs, paste one install Prompt to use.
From the author
License
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 4254
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
omdsh-dev/DSH-better-sidebar★ 2026
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
ccch1mneyyy/dsh-TUI★ 1866
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/dsh-at-file★ 347
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
huiliyi37/dsh-tianshu-tui★ 209
A terminal UI (TUI) for DeepSeek Harness.
omdsh-dev/dsh-genui★ 196
Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.