AI Agent Hub
Back to plugins
🧩

dsh-rot13

admin-security Updated 2026.08.20

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