dsh-lowercase
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-lowercase
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-lowercase in your DeepSeek Harness terminal to install the lowercase conversion plugin; the source repository is at https://github.com/uckkk/dsh-lowercase
About this plugin
Converting a block of text to lowercase sounds trivial, but in practice it usually means switching windows, running a one-liner, or writing a throwaway function mid-session. dsh-lowercase collapses that into a single in-conversation call: install once, invoke anytime, with zero configuration and zero network requests.
Its scope is deliberately narrow. It takes text in and returns the fully lowercased string in one synchronous pass. Written in pure Node.js with no external dependencies, it has no template engine, no async polling, no hidden network overhead, and its behavior is fully predictable.
It is built for developers who normalize text frequently inside their dsh workflows, and for anyone who wants a zero-config, fully offline, fire-and-forget text utility. No learning curve, no maintenance, just open a session and call it.
Use Cases
- Normalizing mixed-case text to lowercase within a session
- Quick text standardization in an offline environment
- Inserting a lowercase step into an automated pipeline
Best For
- dsh users who frequently normalize text formatting
- Developers who favor zero-config, zero-dependency tooling
- Anyone needing local, offline text processing
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.