dsh-cuid
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-cuid
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-cuid in the DeepSeek Harness terminal to install this plugin, source available at https://github.com/uckkk/dsh-cuid
About this plugin
In automated workflows and conversational agent sessions, there is a recurring need to generate globally unique identifiers for task tracking, record association, or data deduplication. dsh-cuid is a lightweight plugin built exactly for that: it produces a CUID (Command-line Unique Identifier) right inside the current session, with no external services and no network calls required—one tool invocation is all it takes.
The implementation is pure Node.js with zero additional service dependencies and zero network traffic. This makes it reliable in offline environments, intranet deployments, or security-sensitive admin scenarios where external calls are restricted. Once installed, the plugin registers a tool in the session that, when called, returns a 25-character CUID-conformant identifier string.
It is well suited for developers who need to generate unique IDs mid-session, operators whose scripts depend on locally produced identifiers, and automation builders who want a readable unique ID without pulling in a UUID library or calling a remote API.
Use Cases
- Quickly generate unique task IDs in conversational agent workflows
- Produce locally trackable identifiers in offline or intranet environments
- Deduplicate and correlate records in automation pipelines
- Admin scenarios where external network calls are prohibited by audit policy
Best For
- Developers who need locally generated unique identifiers
- Ops and system administrators in security-sensitive environments
- Automation builders who want to avoid external services or remote APIs
Related Plugins
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.