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.

Input Polish — DSH Plugin for DeepSeek Harness
← Plugins
I

dsh-input-polish

Input Polish

DeepSeek Harness dual-face plugin: a sparkles button beside the model selector that polishes the current draft with the selected model, plus a settings section for style (concise/detailed/formal/casual) and detail (3/5/expand).

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

npx -y @deepseek-ai/dsh plugin --profile web add github:llyyhh0487/dsh-input-polish#551e846312703e03fad6be9232f3fc62f0a223b8
READMECompatibilityVersions

Compatibility and provenance

Input Polish is published as dsh-input-polish 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
8/22/2026

Versions

0.1.0
stable
8/22/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
★ 0
Weekly downloads
0
Last push
8/22/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.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient 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 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-input-polish

A DeepSeek Harness (DSH) dual-face plugin: a sparkles button beside the composer model selector that polishes the current draft with the selected model, plus a settings section for style and detail (persisted across restarts).

English | 中文

Features

  • Polish button: a sparkles icon at the right end of the composer tool row (just left of the model selector). Clicking it rewrites the current draft with the selected model and writes the result back into the composer.
  • Settings section: Settings → "输入优化" lets you configure:
    • Style: concise / detailed / formal / casual
    • Detail: 3 points / 5 points / expand
  • Persistence: style and detail are stored via the DSH settings service and survive restarts.
  • Failure state: a spinner while busy, an alert icon on failure (click to retry).

Install

1. Build

npm install
npm run build

This produces:

  • lib/index.js — the host half (Cordis plugin)
  • lib/client.js — the client half (a window.__ModuleLoader__.load browser bundle)

2. Install into your profile

dsh plugin --profile web add ../dsh-input-polish

Or manually add dsh-input-polish to your profile's dsh.profile bundles.

3. Restart DSH

The ✨ button appears beside the model selector, and the settings panel gains an "输入优化" section.

Develop

npm run typecheck   # type check
npm run build       # tsc for the host + esbuild for the client

Publish to GitHub

  1. Create a GitHub repository named dsh-input-polish.
  2. Replace <your-username> in package.json (repository/homepage/bugs).
  3. Push the code.
  4. Add the dsh-plugin topic on the repository page so it appears at https://github.com/topics/dsh-plugin.
  5. (Optional) publish to npm: npm publish.

License

MIT