dsh-rot13
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-rot13
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-rot13 in your DeepSeek Harness shell to install the plugin; the full source is at https://github.com/uckkk/dsh-rot13 . After installation, add dsh-rot13 to dsh.profile.bundles in your profile so the tool appears in-session.
About this plugin
ROT13 is a classic letter-shift cipher often used for quick text obfuscation or playful encoding. dsh-rot13 brings that operation directly into your DeepSeek Harness conversation, so you can encode and decode text in-session without opening an external site or copy-pasting.
Under the hood, the plugin is a pure Node.js implementation that runs entirely on your machine. It makes zero network requests and relies on no external services, which means no privacy concerns, no API keys, and no backend configuration. Once installed, it registers its tools into the session automatically and is ready to use on demand.
It is well-suited for anyone who wants to tuck ROT13 transformations into a DeepSeek Harness workflow—whether you are masking sensitive strings during testing, crafting an easter-egg message, or simply curious about how the symmetric cipher works. dsh-rot13 handles it all with a lightweight, zero-dependency footprint.
Use Cases
- Quickly mask or reveal a snippet of text in-session
- Temporarily hide sensitive strings during testing
- Tinker with a symmetric letter-shift cipher on the fly
Best For
- Developers who want ROT13 flips without leaving the chat
- Privacy-conscious users who prefer zero external API calls
- Efficiency-minded users who love minimal, zero-dependency utilities
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.