AI Agent Hub
Back to plugins
🧰

dsh-markdown-table

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-markdown-table

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

Install the plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-markdown-table; the full source code is available at https://github.com/uckkk/dsh-markdown-table

About this plugin

When working with data or writing reports, you often end up with a JSON array or a 2-D array that still needs to become a well-formatted Markdown table—aligning pipes, adding the separator row, and escaping special characters all invite subtle mistakes.

dsh-markdown-table boils that down to a single tool call: the make_table utility, written in pure Node.js, takes a JSON array or a 2-D array and returns a structurally correct Markdown table with no external services required.

It is well suited for developers who need to turn structured data into readable tables inside agent workflows, data summaries, or document-generation pipelines, and for dsh users who prefer lightweight, zero-dependency plugins.

Use Cases

  • Converting JSON arrays from API responses into readable tables in agent workflows
  • Rendering 2-D array results as Markdown tables in automated reports
  • Batch-transforming structured data into table snippets in document-generation pipelines

Best For

  • dsh users who want a lightweight, zero-dependency table converter
  • Developers who frequently output structured data in agent workflows
  • Engineers building automated reports or document-generation scripts