DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Enhance Prompt — DSH Plugin for DeepSeek Harness
← Plugins
E

dsh-enhance-prompt

Enhance Prompt

Rewrites the DeepSeek Harness composer draft in place, with work, code, and design modes

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:feiwell/dsh-enhance-prompt#5fb90a4d46d4f5d3242ea143beadd965c91f658a
READMECompatibilityVersions

Compatibility and provenance

Enhance Prompt is published as dsh-enhance-prompt and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/24/2026

Versions

0.1.0stable
9/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/24/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Client Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAutomation@michengai/dsh-automationDSH Automation — 在独立 DSH Session 中按计划执行和管理编码任务 · Schedule and manage coding tasks in isolated DSH sessions

README

dsh-enhance-prompt

Rewrites the DeepSeek Harness composer draft in place. The control sits on the right side of the input bar: pick 日常办公, 代码开发, or 设计创意, then replace the current draft. Click again to restore the original text.

The rewrite uses the signed-in default model through POST /api/enhance-prompt. An empty draft is refused. The request times out after 60 seconds. /enhance remains available, but its result is a command record rather than an in-place replacement.

Install

dsh plugin --profile web add feiwell/dsh-enhance-prompt

Restart DeepSeek Harness after installing. The bundle patch inserts this package into the web profile; no manual edit of cordis.patch.yml is required.

What it does not change

The button is this package's own client entry on conversation.input.right. It does not patch @deepseek-ai/dsh-client-ui-conversation.