AI Agent Hub
Back to plugins
🖥️

dsh-indent

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-indent

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

Run dsh plugin install uckkk/dsh-indent in the DeepSeek Harness terminal to install this plugin; the project source is available at https://github.com/uckkk/dsh-indent .

About this plugin

Reformatting multi-line text or code snippets inside a chat session is tedious and error-prone when done by hand. dsh-indent turns that into a single tool call: once installed, you invoke the tool it registers and the target text comes back with clean, consistent indentation.

The plugin is written in pure Node.js with zero network dependencies. It makes no external API calls and relies on no browser runtime, so it works instantly in a local session without a build step, a config file, or a flaky connection.

It is built for anyone who regularly wrestles with formatted content in conversation—whether that means aligning Markdown list levels, normalising code-block indentation, or tidying loose paragraphs into a well-structured block. Call the tool once and the output is ready to use.

Use Cases

  • Adjust indentation levels of multi-line text in-session
  • Normalise indentation across code blocks or config files
  • Reflow loose text into cleanly indented paragraphs

Best For

  • Users who regularly format content inside chat sessions
  • Developers who prefer zero-network, local-only tooling
  • Plugin users after a minimal, install-and-go workflow