AI Agent Hub
Back to plugins
🖥️

dsh-json-to-table

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-json-to-table

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

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

About this plugin

Pasting a deeply nested JSON blob straight into a terminal is hard to scan quickly, and reformatting it by hand into a table wastes precious time. dsh-json-to-table tackles exactly that pain point with a pure Node.js implementation that renders a JSON array or object into a column-aligned ASCII table, entirely on the local machine. It makes no network calls and depends on no external services. Once installed, you simply invoke the registered tool in a session and receive a clean, readable table right where you are.

The plugin is a natural fit for developers who live in CLI-heavy workflows, inspect structured data frequently, and prefer lightweight, zero-dependency tooling. There is no browser to open and no third-party API to hit. Just a quick local command that lays the data out into tidy columns for easy visual comparison, copy-paste into docs or chat windows, and quick sanity checks before committing or shipping.

Use Cases

  • Quickly browse a JSON array returned by an API in the terminal
  • Align object fields into a tidy table and paste it into docs or chat
  • Convert nested JSON into a readable table in a fully offline environment

Best For

  • Developers who frequently inspect structured data in the CLI
  • Power users who prefer zero-dependency, locally running tools
  • Engineers who need to format JSON in offline or air-gapped environments