AI Agent Hub
Back to plugins
🤖

dsh-string-similarity

Model Inference Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-string-similarity

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

Run dsh plugin install uckkk/dsh-string-similarity in your terminal, or review the source at https://github.com/uckkk/dsh-string-similarity before installing it into your local DSH plugins directory.

About this plugin

In DeepSeek Harness workflows, many automation tasks require quick local comparisons between two strings—deduplication, fuzzy matching, data validation—without spinning up an external API or adding a network hop. dsh-string-similarity fills exactly that gap: a pure Node.js string-similarity plugin whose entire computation lives inside the local process, with zero network calls and zero external service dependencies.

Once installed, the plugin registers its tools into the active session. Developers simply invoke the tool in-conversation to obtain a similarity score immediately. Every run is offline, instant, and free of additional infrastructure.

It is a great fit for developers building local automation pipelines in DeepSeek Harness who need string-matching logic woven into their prompt flows—no deployment, no API keys, just install and go. The MIT license keeps it easy to integrate anywhere.

Use Cases

  • Quickly flag near-duplicate records during data deduplication
  • Compare user input against candidate items in fuzzy-matching flows
  • Measure text drift in automation pipelines and trigger follow-up actions

Best For

  • Developers building local automation pipelines in DeepSeek Harness
  • Engineers who need string-comparison logic woven into prompt flows
  • Workflow developers who prefer offline execution with zero external API calls