# dsh-plugins-to-english — DeepSeek Harness plugin install manifest

> Generated: 2026-09-18 04:23 · Source: https://deepseekmodel.com/plugins

## Overview

Rewrites the Chinese copy of a market-installed plugin into English using a model already configured in the harness — automatically when the plugin is installed, then live-reloaded. Each file is translated in one whole-file pass, validated by a real parser where one exists (node --check for JavaScript, JSON and YAML parsers otherwise) and handed back to the model with the error for up to three repair attempts; files above 48 KB, or that never parse, fall back to a line-range pass that checks every returned line against the original for structure. Trigger phrases and locale tables can optionally be preserved rather than translated, and the untouched original is kept beside the file as a .zh.bak.

## Plugin info

| Category | Maintainer | GitHub stars | License | Primary language | Last push |
| --- | --- | --- | --- | --- | --- |
| Plugin Markets & Managers | CREAIT-nl | 4 | — | — | — |

## Install

```bash
dsh plugin --profile web add @creait/dsh-to-english
```

## Steps

1. Install and start DeepSeek Harness (DSH, MIT-licensed open-source agent runtime) — `npx @deepseek-ai/dsh web`
2. Run the command above; the CLI resolves the plugin and verifies its source
3. Confirm with dsh plugins list; restart Harness if needed

> To pin a revision, append #commit to the repository spec.

## Audit before installing

Plugins run with your dsh process permissions and may execute code during installation. Read the repository source and license first, check for destructive commands or excessive access, and pin a commit hash for reproducible installs. This manifest is compiled by DeepseekModel from a public plugin catalog for reference only and does not vouch for third-party plugins.

---

- Repository: https://github.com/CREAIT-nl/dsh-plugins#to-english
- Plugin page: https://deepseekmodel.com/plugin-detail?id=creait-nl%2Fdsh-plugins-to-english
- Source: https://deepseek-harness-plugin.com/zh-CN/plugins/ · Generated 2026-09-16
