dsh-text-template
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-text-template
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-text-template in DeepSeek Harness to install this plugin; source is available at https://github.com/uckkk/dsh-text-template .
About this plugin
Text template rendering is a routine step in agent workflows, whether you are assembling structured prompts or producing consistent downstream output. Yet most off-the-shelf solutions reach out to remote engines or external APIs, pulling in network latency, service-availability concerns, and extra operational overhead. dsh-text-template keeps the entire rendering pipeline on the local machine, so nothing depends on the outside world.
Built with pure Node.js, the plugin makes no network calls and invokes no external services at runtime. It registers template rendering as a tool you can invoke directly from a session. Once declared in your profile bundle, the tool is available on demand inside any workflow step, delivering deterministic, low-latency results every time.
If you are orchestrating multi-step agent workflows in DeepSeek Harness and want text template processing that stays lightweight, offline, and dependency-free, dsh-text-template offers a drop-in solution. Licensed under MIT, it can be adopted into any existing project without restrictions.
Use Cases
- Render structured prompt templates dynamically within a workflow step
- Fill variable-driven text for agent output in offline environments
- Reuse unified text template snippets across multi-step agent orchestration
Best For
- Developers orchestrating agent workflows in DeepSeek Harness
- Engineers needing zero-network local text processing pipelines
- Teams looking to add lightweight templating to their workflow
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.