dsh-string-similarity
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
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.