AI Agent Hub
Back to plugins
🖥️

dsh-settings-search-plugin

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install DoiiarX/dsh-settings-search-plugin

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

Run dsh plugin install DoiiarX/dsh-settings-search-plugin in the DeepSeek Harness terminal to install the plugin; source code is at https://github.com/DoiiarX/dsh-settings-search-plugin

About this plugin

As the number of plugins on a DSH client grows, the settings panel swells with configuration items. Hunting for one specific setting among dozens of tabs means clicking through each one and scrolling, which slows you down fast. dsh-settings-search-plugin solves this with a lightweight search field inside the settings panel: type a keyword, get a candidate list, click to jump straight to the target.

The index is built from three layers. The base layer is the slot ledger, so every plugin that registers a settings.section appears in search immediately with zero extra work. An optional second layer lets plugins register item-level keywords and data-settings-item anchors for precise jump-and-focus. A third layer scans the rendered DOM of any section the user has opened, caching item-level candidates even for plugins that never opted into registration. Clicking a candidate navigates to the owning section, scrolls the setting into view, and flashes a highlight outline.

It is a purely browser-side plugin: no model requests, no network writes, no namespace configuration. It suits users who run multiple DSH plugins and frequently tweak settings. Install and go, with zero intrusion into the host.

Use Cases

  • Find a specific setting fast among many plugins
  • Jump directly to a target item on a third-party settings page
  • Auto-scroll and highlight the setting after clicking a candidate

Best For

  • Users running multiple DSH plugins daily
  • Power users who frequently tweak settings
  • Developers who want to register searchable metadata for their plugins