dsh-jsonl
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-jsonl
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-jsonl in the DeepSeek Harness terminal to install this plugin, whose source code is hosted at https://github.com/uckkk/dsh-jsonl .
About this plugin
In agent workflows, JSONL data often needs to be reshaped, split, or re-encoded between steps. Most conversion pipelines rely on external services or network calls, adding latency and unpredictable failures. dsh-jsonl brings that conversion entirely local with a pure Node.js implementation, so your data pipeline never has to leave the machine.
Once installed, the plugin registers a ready-to-use tool in the active session. You invoke the tool to perform JSONL conversion—no external requests, no spinning up containers, no flaky API dependencies. The behaviour is deterministic and fast.
If you are composing DeepSeek Harness workflows where JSONL serves as the exchange format between stages, or if you need reproducible local processing in CI and offline environments, dsh-jsonl is a lightweight, install-and-go option.
Use Cases
- Exchanging and reshaping JSONL data between workflow stages
- Parsing and encoding JSONL in offline or intranet environments
- Network-free data format handling in CI pipelines
Best For
- Developers composing DeepSeek Harness agent workflows
- Data engineers who need local format conversion
- Teams that require stable, offline CI processes
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.