xby-random-generator
Run the following command in DeepSeek Harness:
dsh plugin install xby-skill/xby-random-generator
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install xby-skill/xby-random-generator in DeepSeek Harness to install this plugin; the full source is available at https://github.com/xby-skill/xby-random-generator .
About this plugin
Building AI applications or LLM workflows often requires cryptographically secure randomness, yet most teams end up pulling in local crypto libraries or spinning up a dedicated microservice just to roll a die. That adds operational overhead and leaves the Agent side without a standard remote interface. xby-random-generator solves this by wrapping a full set of secure random-number endpoints behind the MCP protocol, so an AI application can obtain randomness of the same quality as a native crypto module through a single tool call.
The plugin covers virtually every day-to-day randomness need: secure integers within a specified range, secure floating-point values, random byte sequences, standard v4 UUIDs, random strings, secure selection from a candidate list, and boolean values. Every generation uses a cryptographically secure random source, guaranteeing unpredictability and non-replayability. The API key is set once in-session and automatically persisted, so a service restart never forces a reconfiguration, keeping integration friction to a minimum.
It is well suited for developers building AI agents, LLM prompt-engineering pipelines, automation workflows, or any system that demands high-quality randomness without extra infrastructure. No local crypto library to compile, no standalone microservice to maintain — plug in and call directly from the conversation, letting the protocol layer handle the randomness logic uniformly.
Use Cases
- An AI agent needs unpredictable random values for lotteries or weighted selection during a conversation
- An LLM pipeline must generate secure UUIDs or random strings to identify sessions and payloads
- Automation workflows require cryptographically random bytes for key derivation or token generation
Best For
- Developers building AI agents or LLM applications
- Teams that need cryptographic randomness without bundling local crypto libraries
- Security engineers integrating tools over the MCP protocol
Related Plugins
A network security red-team benchmark plugin for DeepSeek-V4.1/Flash featuring dual-layer kernel injection and zero-tool architecture for controlled model safety assessment.
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.