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.

Translator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@nicearrack/dsh-translator

Translator

Youdao-style word-selection translation for the DSH web GUI. Select text anywhere, click the floating button, get a translation from the harness's own LLM — no API keys, no third-party endpoints. 有道风格划词翻译:DSH Web GUI 里划选文本即现悬浮翻译按钮,点击由 harness 自带大模型翻译,无需 A

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

npx -y @deepseek-ai/dsh plugin --profile web add @nicearrack/dsh-translator@0.2.1
READMECompatibilityVersions
Selecting text and the floating translate buttonTranslation card EN → ZHTranslation card ZH → ENPlugin configuration card

Compatibility and provenance

Translator is published as @nicearrack/dsh-translator and currently resolves to version 0.2.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/21/2026

Versions

0.2.1stable
8/28/2026
0.2.0stable
8/24/2026
0.1.1stable
8/22/2026
Show 1 more versionCollapse versions
0.1.0stable
8/21/2026
Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
76.3 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
98
Last push
8/28/2026
View source ↗Project homepage ↗
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

README

dsh-translator

Youdao-style word-selection translation for DeepSeek Harness (DSH).

Select any text — a conversation message, the sidebar, an input field — and a floating translate button appears at the selection's top-right corner. Click it to get a translation card. Translations are produced by the harness's own LLM: no API keys, no third-party endpoints, your selected text never leaves the model pipeline you already configured.

English中文 README

Usage

Select text → click the floating translate button → the translation card appears. Drag the card by its header to move it, or pin it so it can't be dismissed by accident. Click the translation (or the source text, or an error message) to copy it. The card's footer shows the translation direction, the model, the reasoning effort, and the token consumption.

Features

  • Word-selection trigger anywhere in the app; floating button follows the selection, theme-aware (light/dark)
  • Automatic direction: text in your configured primary language → English; anything else → the primary language
  • Primary language configurable: 简体中文 / 繁體中文 / 日本語 / 한국어 / Русский (default 简体中文)
  • Config card in DSH settings (Settings → Plugins → 划词翻译): primary language, model (pick one, or leave it empty to follow the session default), reasoning effort (off/low/high/max), timeout, max tokens, temperature — each field shows "overridden / restore default", with staged edits and save/discard
  • Translation card: source, direction badge, result, retry on failure; the footer shows model · reasoning effort · tokens
  • Click to copy: translation, source text, or error message — with a "已复制 / Copied" hint
  • Draggable card: drag it by its header; it stays where you put it
  • Pinnable card: locks drag, Esc and click-outside until you close it — one card at a time, no nesting
  • Streaming-robust: works on live streaming output (no flicker), and the card stays put when the content scrolls

Screenshots

Select text → the floating translate button appears at the selection's top-right corner:

Selecting text and the floating translate button

Click it → the translation card opens (English → Chinese):

Translation card EN → ZH

Chinese → English direction is automatic:

Translation card ZH → EN

Configure it in DSH settings → Plugins → 划词翻译:

Plugin configuration card

Install

From npm:

dsh plugin --profile web add @nicearrack/dsh-translator@latest

From a local checkout:

dsh plugin --profile web add /path/to/dsh-translator

From git:

dsh plugin --profile web add github:nicearrack/dsh-translator

Git installs run the package's prepare build script. pnpm ≥ 10 requires one-time authorization: add allowBuilds: { "@nicearrack/dsh-translator": true } to the profile's pnpm-workspace.yaml if the first install is refused.

Update

# update to the newest release
dsh plugin --profile web update @nicearrack/dsh-translator

# or pin a specific version
dsh plugin --profile web update @nicearrack/dsh-translator@0.2.1

Fresh releases: npm registry metadata can lag after a publish (a few minutes, occasionally longer). If @latest still resolves to an older version, pin the exact one — @nicearrack/dsh-translator@0.2.1 — or check npm view @nicearrack/dsh-translator versions.

After updating, restart the DSH instance (dsh --profile web) so the new host bundle loads; the client bundle picks up on the next page refresh.

Uninstall

dsh plugin --profile web remove @nicearrack/dsh-translator

Restart the instance (dsh --profile web) for the removal to take effect.

License

MIT