DSH Plugins

August 26, 2026 · View on GitHub

A community-oriented collection of plugins and UI extensions for DeepSeek Harness.

Plugins

PluginDescriptionStatus
MemoPersistent, draggable four-zone memo window with light/dark theme supportAvailable
Skill Fuzzy MatchMake the / slash menu match skills by subsequence (e.g. /web finds coding-web-search), not only by name prefixAvailable · npm

Installing a plugin (npm / GitHub Packages)

Some plugins here are also published to GitHub Packages as installable npm packages. Configure the @amazing-fish scope, then install with your package manager:

# ~/.npmrc
@amazing-fish:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
pnpm add @amazing-fish/dsh-plugin-skill-fuzzy-match

Then add a plugin row to your DSH profile's cordis.patch.yml:

- insert:
    - id: ui-skill-fuzzy
      name: '@amazing-fish/dsh-plugin-skill-fuzzy-match'

Restart DSH (or reload the profile) to mount it.

Repository layout

Each plugin lives under plugins/<name> and may contain separate Host and Client Cordis packages. Plugins also published to npm carry a package.json with publishConfig.registry=https://npm.pkg.github.com.

Compatibility

The current sources target the DeepSeek Harness workspace APIs used by 0.1.0-rc.5. DSH plugin APIs are evolving; pin or test against your checkout before deployment.

License

MIT