AI Agent Hub
Back to plugins
⚙️

dsh-jsonl

Workflow Updated 2026.08.20

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