AI Agent Hub
Back to plugins
🖥️

dsh-better-command

Client Updated 2026.09.05

Run the following command in DeepSeek Harness:

dsh plugin install lovstudio/dsh-better-command

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install lovstudio/dsh-better-command in your DeepSeek Harness terminal to install this plugin; the source code is available at https://github.com/lovstudio/dsh-better-command

About this plugin

The default slash-menu filters in DeepSeek Harness are conservative: the command source uses ordered-subsequence matching while the skill source requires a literal name prefix, so a hyphenated skill like dsh-plugin-creator is unreachable by simply typing dshp—and official builds expose no matcher extension point to fix it.

dsh-better-command mounts a separator-transparent, abbreviation-aware ranker (published as the slashMatcher service) at runtime. Hyphens, underscores, dots, and whitespace become invisible in both names and queries; word-initial abbreviations score at boundaries—dbc hits dsh-better-command, dsh-p hits dsh-plugin-creator. Ranking follows three tiers (literal prefix, separator-stripped prefix, boundary-weighted subsequence score), with source order breaking ties. The whole computation is a per-keystroke browser-side operation that never touches a model request or the session log, and uninstalling the plugin restores the built-in filters exactly.

It is built for power users who run DeepSeek Harness' web UI with many hyphenated commands and skills and want a faster, more intuitive slash-menu navigation experience—especially within the Lovstudio plugin ecosystem.

Use Cases

  • Type /dshp to instantly surface dsh-plugin-creator in the command menu
  • Match dsh-better-command by typing /dbc in the skill menu
  • Navigate among many hyphenated plugin commands and skills without full names

Best For

  • Heavy users of the DeepSeek Harness web UI
  • Plugin authors managing many hyphenated command names
  • Daily users of the Lovstudio plugin ecosystem