AI Agent Hub
Back to plugins
🎮

dsh-rot

Fun & Dress-up Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-rot

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-rot in your DeepSeek Harness terminal to install this plugin; see https://github.com/uckkk/dsh-rot for the source.

About this plugin

Sometimes you just want to shift the letters in a piece of text — a quick ROT13, a Caesar nudge — without spinning up an online tool or pulling in a pile of dependencies. dsh-rot exists for exactly that: a pure Node.js implementation with zero network dependencies, ready the moment it is installed.

It registers a letter-rotation tool inside your dsh session. Call it, hand it a string, and get the shifted text back — all locally, with no external requests and no heavyweight scaffolding.

If you enjoy word games, ciphers, and playful text transforms, treat it as a little companion in your conversations. If you are a developer who needs an offline, lightweight text-obfuscation utility without reaching for another service, it is just the right amount of tool.

Use Cases

  • Quick ROT13 or Caesar-shift a string directly in your session
  • Obfuscate letters offline with zero network requests
  • A plug-and-play mini tool for word games and playful text transforms

Best For

  • Tinkerers who enjoy word games and ciphers
  • Developers who need offline lightweight text obfuscation without extra services
  • Casual users who want to play with letter shifts right in their dsh session