AI Agent Hub
Back to plugins
🖥️

dsh-trim

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-trim

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

Run dsh plugin install uckkk/dsh-trim in DeepSeek Harness to add the dsh-trim plugin; source is available at https://github.com/uckkk/dsh-trim

About this plugin

Extra spaces, tabs, and newlines often sneak into session output and degrade readability. dsh-trim focuses on one simple yet practical job: stripping redundant whitespace from text so the result stays clean and predictable.

Built entirely in Node with zero network dependencies, it stays lightweight and works fully offline. Once installed, you simply invoke the tool it registers inside your session, with no extra configuration or running services required.

If you need to quickly normalize user input or tidy up generated content in a conversation flow, dsh-trim is a grab-and-go utility. Released under the MIT license, it is ready to use the moment you add it.

Use Cases

  • Strip extra spaces and line breaks from user input in a conversation flow
  • Normalize whitespace formatting in model-generated text before display
  • Perform lightweight text normalization in an offline, zero-network Node pipeline

Best For

  • Developers who want quick whitespace cleanup without extra dependencies
  • Teams building offline-first Node conversation pipelines
  • Users who prefer tiny, MIT-licensed, install-and-go utilities