AI Agent Hub
Back to plugins
🧰

dsh-capability-resolver

Web Tools Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install striveh/dsh-capability-resolver

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

Install it in DeepSeek Harness by running dsh plugin install striveh/dsh-capability-resolver; the full source is available at https://github.com/striveh/dsh-capability-resolver

About this plugin

Once your DeepSeek Harness Web Profile is up and running, the community plugin catalog can feel overwhelming: hundreds of entries, and no quick way to tell which capabilities you already have, which candidates are worth a closer look, and which are noise. dsh-capability-resolver answers one need-first question—describe the capability you are missing in English or Chinese, and it tells you immediately whether your existing tools and skills cover it, which community candidates may be worth inspecting, or whether no match exists.

The entire flow is read-only. It never installs, enables, updates, or executes a candidate. It fetches the complete public catalog from a fixed endpoint, ranks your bilingual requirement deterministically on the local host, and returns one of four verdicts—use-existing, consider-plugin, no-match, or unavailable—along with match evidence, catalog completeness, and stale-state warnings. Your task text stays on the local DSH Host and is never sent to the catalog; the model-facing tool receives a safe projection that strips untrusted free text from catalog entries.

This plugin is for developers who have already set up a DSH Web Profile and want to see the full landscape before pulling in any new bundle. It does not install, validate, or run anything for you; it simply makes the discovery step clean, auditable, and easy to disable.

Use Cases

  • Check whether existing tools already cover a need before pulling in a new plugin
  • Describe a capability gap in English or Chinese to surface the few candidates worth inspecting
  • Get a read-only match verdict inside an Agent session without triggering any install

Best For

  • Developers who have already set up a DSH Web Profile
  • Users who want a clear picture before installing and wish to avoid redundant plugins
  • Teams that prefer read-only discovery with no automatic install or execution