AI Agent Hub
Back to plugins
🧰

dsh-tsv

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-tsv

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-tsv inside DeepSeek Harness to install the plugin; the full source is available at https://github.com/uckkk/dsh-tsv .

About this plugin

When working with tabular data, TSV (Tab-Separated Values) is one of the most common intermediate formats. Many workflows require converting TSV to or from other formats, or reorganizing and cleaning TSV fields. Doing this often means writing throwaway scripts or relying on online conversion services. dsh-tsv collapses all of that into a single tool invocation inside your chat session: install it and call it.

The plugin is a pure-Node implementation with zero network dependencies. There are no API keys to manage, no sidecar services to spin up, and no extra configuration to worry about. Once installed, the TSV conversion tool it registers shows up directly in your session tool list. Invoke it with a natural-language prompt and receive the transformed output immediately, keeping the experience lightweight and deterministic.

If you frequently paste TSV snippets into a conversation and need quick format conversion or field reorganization without reaching for a third-party web tool, dsh-tsv is a zero-dependency, MIT-licensed option that slots cleanly into your existing workflow with no ceremony.

Use Cases

  • Paste a TSV snippet into the chat and convert it to your target format on the spot
  • Clean or reorder TSV columns without writing throwaway scripts
  • Need a quick format conversion without a browser tab or an online converter

Best For

  • Developers and analysts who regularly work with tabular data
  • Privacy-conscious users who prefer tools that run locally with zero network calls
  • Automation users who need a lightweight data-conversion step inside a chat workflow