dsh plugins中文
← Back to popular plugin directory

One-click draft polishing plug-in

tianji-qingtian/dsh-composer-polish · skills

One-click draft polisher for the DeepSeek Harness () composer.

★ 12GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

The ✨ Polish button in the composer tool row, next to the send button: Install Prerequisites

The dsh CLI must be on your PATH. If you only ever ran the harness through npx, dsh is not installed and you will get zsh: command not found: dsh — install it globally first:

pnpm add -g @deepseek-ai/dsh also works if your pnpm global bin dir is on PATH (otherwise pnpm asks you to run pnpm setup first). Alternatively skip the global install and prefix the commands below with npx @deepseek-ai/dsh …. Add the bundle

Install command

dsh plugin --profile web add github:tianji-qingtian/dsh-composer-polish
View GitHub repository ↗Back to popular plugin directory