dsh-sort-unique
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-sort-unique
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-sort-unique in DeepSeek Harness to install this plugin; source is at https://github.com/uckkk/dsh-sort-unique
About this plugin
Sorting and deduplicating lists is a small but surprisingly frequent task in any agent workflow. Whether you are merging outputs from multiple agent steps, preparing ordered input for the next stage, or simply stripping duplicates, hand-writing a throwaway script every time is tedious and error-prone. dsh-sort-unique exists to handle exactly that: a lightweight sort-and-unique utility that registers a ready-to-call tool in your session, with no extra environment or external service required.
The entire plugin is pure Node with zero network dependencies. Every operation runs locally—there are no uncontrolled API calls, no runtime configuration to wrestle with, and no need to worry about ports, proxies, or authentication. The behavior is clean and predictable: the tool is registered, you invoke it, and your list comes back sorted and unique.
It is well suited for developers whose workflows repeatedly deal with list data: consolidating outputs from multiple agent steps, removing redundant entries, or guaranteeing that downstream stages receive ordered, duplicate-free input. If you would rather treat this as a single tool call inside your session instead of writing the same small script over and over, dsh-sort-unique is a plug-and-play option.
Use Cases
- Deduplicating merged outputs from multiple agent steps
- Preparing ordered, unique list input for downstream processing
- Quickly cleaning and ordering small datasets in-session
Best For
- Agent developers who handle list data frequently in workflows
- Automation engineers who want to skip writing throwaway scripts
- Tool users who prefer local-only, dependency-free utilities
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.