dsh-nanoid
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-nanoid
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-nanoid; the source code is available at https://github.com/uckkk/dsh-nanoid
About this plugin
Generating a cryptographically secure random string inside an agent session often feels like it demands an external API or a heavy dependency. dsh-nanoid reduces that to a single local tool call: it produces Nano ID–style random identifiers using Node.js built-in crypto module, with zero network requests and zero external service dependencies.
The plugin is a pure Node implementation that keeps no runtime state and makes no outbound requests. Once installed, it registers a tool you can invoke directly in any session—no extra environment variables, no key management, no configuration beyond adding the bundle name.
It is well suited for security-conscious administrators and automation authors who need a verifiable, fully offline random string generator without expanding the agent attack surface. If your workflow simply requires a cryptographically secure identifier and you prefer to keep everything on-machine, dsh-nanoid offers a clean, auditable, dependency-free option.
Use Cases
- Generate one-time tokens or unique identifiers within a session
- Replace external API calls with a local secure random string in offline environments
- Provide a locally auditable source of random IDs for automation pipelines
Best For
- System administrators who minimize attack surface
- Automation developers requiring offline random string generation
- Agent workflow users aiming to reduce external dependencies
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.