DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-skill-slash-fuzzy

d

dsh-skill-slash-fuzzy

Manifest valid

Resolves unique kebab-case skill substrings in slash tokens, so /oneshot can load game-package-oneshot.

UI (client)hasBundlePatch

dsh-skill-slash-fuzzy

Resolve unique kebab-case skill substrings in DeepSeek Harness slash tokens.

简体中文 · MIT · Security

License: MIT dsh.bundle topic: dsh-plugin Node.js 22+

Community plugin for DeepSeek Harness. Not an official DeepSeek AI product.

Official skill slash matching is exact-name startsWith. Host commands already fuzzy-match. This plugin fills the gap for kebab-case skills: /oneshot can load game-package-oneshot when that segment is unique.

Install

From GitHub (no build step — lib/ is the source):

dsh plugin --profile desktop add github:NecromanAlbert/dsh-skill-slash-fuzzy

Or a local checkout:

dsh plugin --profile desktop add /path/to/dsh-skill-slash-fuzzy

Restart the Desktop GUI after install.

What it does

| | | | --- | --- | | Host | Rewrites unique /segment tokens to the full skill name before official injection | | Client | Extra / source so unique segments appear in the skill menu | | Unique hit | /oneshotgame-package-oneshot | | Ambiguous | /package stays /package when two skills share that segment | | Exact names | /pua and /understand are unchanged |

What this is not

  • Not a replacement for official ui-skill or dsh-tool-skill.
  • Not a fuzzy matcher for host commands (those already fuzzy-match).
  • Not an alias registry. There is no extra YAML of nicknames.

Develop

node --test

Host: lib/index.js (agent/pre-step waterfall).
Client: lib/client.js (window.__ModuleLoader__, extra / source skill-fuzzy).
Shared: lib/match.js.

License

MIT.

Similar plugins

dsh-skill-folder

by QWE13-ART

Folds the DSH skill catalog prompt surface with KV-cache-stable rendering, BM25/bge-m3 hybrid skill search, and optional auto route hints.

Tools & CapabilitiesManifest valid

0

JavaScript

Sep 2, 2026

dsh plugin --profile web add dsh-skill-folder

Installs a skill-router skill that semantically searches a local skill corpus on demand, keeping the corpus out of the per-turn model catalog.

Tools & CapabilitiesManifest valid

0

dsh plugin --profile web add dsh-awesome-skills

by kezboardpj

Per-conversation skill catalog picker for DeepSeek Harness (dsh) — choose which skills are loaded into each conversation. Unselected skills are unavailable in that conversation.

Manifest valid

3

MIT

JavaScript

Aug 15, 2026

dsh plugin --profile web add dsh-skill-loader

by CocoSgt

Global skill hub for dsh: aggregates Claude Code, project, and .skill-package skills into ~/.dsh/skills with reference/copy import and slash-menu usage

Tools & CapabilitiesManifest valid

15

NOASSERTION

JavaScript

Aug 14, 2026

dsh plugin --profile web add dsh-skills

by vonweller

Browse skillhub.cn skills and install selected ones into ~/.dsh/skills

Tools & CapabilitiesManifest valid

4

MIT

JavaScript

Sep 9, 2026

dsh plugin --profile web add dsh-skillhub

by lhwu1

携手skillhub,快捷安装启用丰富的skill,一键装配方便快捷。

Manifest valid

6

MIT

TypeScript

Aug 17, 2026

dsh plugin --profile web add dsh-withskillhub