dsh-guid
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-guid
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-guid in DeepSeek Harness to install this plugin. Source: https://github.com/uckkk/dsh-guid .
About this plugin
Generating a GUID is a small task, but wiring it through an external service in an automation or session workflow adds latency, a network dependency, and another point of failure. dsh-guid strips the process down to a single local call: a pure Node.js implementation that performs no network requests and returns the identifier immediately.
The plugin does exactly one thing well: produce a globally unique identifier. Because it is so focused, it behaves reliably in offline environments, sandboxed sessions, and low-latency pipelines. Once installed, the tool is registered in the current session and ready to invoke with no extra configuration.
It is a fit for developers inside DeepSeek Harness workflows who need a local, fast, side-effect-free way to mint unique IDs: whether linking orchestration steps, naming ephemeral sessions, or tagging data batches, a single dsh-guid call does the job.
Use Cases
- Minting correlation keys for workflow steps or batches
- Generating unique IDs in offline or sandboxed environments
- Producing ephemeral identifiers inline without an external service
Best For
- Developers who need fast, local GUID generation
- Engineers working in offline or network-restricted environments
- Workflow authors who prefer fewer external service dependencies
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.