dsh-string-pad
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.