AI Agent Hub
Back to plugins
⚙️

dsh-string-pad

Workflow Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-string-pad

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

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

About this plugin

In agent workflows, string padding, alignment, and formatting are everyday building blocks, yet many solutions either rely on network calls or pull in heavyweight dependencies. dsh-string-pad tackles this with a pure Node.js implementation that performs string padding entirely locally with no network or external services required.

The plugin keeps things simple: once installed, it registers the appropriate tools into your session so that agents can invoke them on demand. The entire process is self-contained and produces zero outbound requests, making it well suited for workflow steps where data locality and latency matter.

If you are building offline or low-latency agent workflows and need a zero-dependency string padding step, dsh-string-pad offers a light, plug-and-play option.

Use Cases

  • Padding fixed-length fields in offline agent pipelines
  • Aligning characters locally for log or table output
  • Normalizing string formats in low-latency processing steps

Best For

  • Engineers building offline agent workflows
  • Developers who prefer zero network dependencies
  • Teams needing lightweight string formatting utilities