AI Agent Hub
Back to plugins
🧰

dsh-data-visualization

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-data-visualization

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

Run dsh plugin install uckkk/dsh-data-visualization to install; source code is available at https://github.com/uckkk/dsh-data-visualization

About this plugin

Choosing the right chart type for a given dataset is one of the most common pain points in data visualization. dsh-data-visualization solves this by providing a chart-type selection reference directly within your session, helping you quickly decide whether a bar chart, line chart, scatter plot, or another form best suits your data.

The plugin is implemented in pure Node.js with no network calls or external service dependencies, so it works entirely offline. Once installed, you simply invoke the tool it registers in a conversation to receive targeted chart recommendations, keeping the workflow lightweight and instant.

It is well suited for data analysts, front-end developers, and anyone who wants to reduce the trial-and-error cost of chart selection while working in a conversational interface.

Use Cases

  • Quickly decide between bar, line, or scatter charts for a new dataset
  • Pick the most intuitive visualization for a report or presentation
  • Compare how different chart types express the same data

Best For

  • Data analysts who need fast visualization decisions in conversation
  • Front-end developers looking to cut down chart selection trial-and-error
  • Operations or product staff who build charts regularly