DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Chart — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-chart

Plugin Chart

Community DeepSeek Harness plugin that bundles the AntV chart visualization skill and a native chart-generation tool.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:lxfu1/dsh-plugin-chart#1d2b39105c1dd2ce45c2e3cdf7ee63d77d79c83c
READMECompatibilityVersions
Pie chart showing coffee, tea, and juice sales sharesVertical organization chart for Xinghe TechnologyPlugin screenshot

Compatibility and provenance

Plugin Chart is published as dsh-plugin-chart and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Declares sideEffects: false
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 7
Weekly downloads
0
Last push
8/26/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-plugin-chart

English | 简体中文

A plugin for DeepSeek Harness that creates AntV chart images directly from natural-language requests.

Provide the data and what you want to communicate. The plugin selects a suitable chart and displays the result in the conversation. Supported formats include line, bar, pie, radar, Sankey, organization, network, and flow charts.

Requirements

  • Node.js ^22.19.0 or >=24.0.0
  • pnpm on PATH
  • DeepSeek Harness 0.1.x

Install

Install directly from GitHub into the web profile:

npx @deepseek-ai/dsh plugin --profile web add github:lxfu1/dsh-plugin-chart

Git-hosted plugins build from source during installation. On pnpm 10 or later, the first command may ask you to allow the dsh-plugin-chart build in the profile's pnpm-workspace.yaml; follow the path printed by dsh, add the exact allowBuilds key reported by pnpm, and rerun the same command. Only grant build permission to source you trust.

Start the Web app:

npx @deepseek-ai/dsh web

Examples

Pie chart

A coffee shop's beverage sales breakdown is: coffee 60%, tea 25%, and juice 15%.
Please visualize this beverage sales data using a pie chart and add corresponding text labels.
image

Organization chart

Please use AntV to generate an organizational chart titled "Xinghe Technology Organizational Structure," using a vertical layout.
Zhang Chen is the CEO, responsible for the company's overall strategy. The CEO oversees three centers:
1. Product Center, headed by Li Ran; subordinate to Wang Min (Product Design) and Chen Tao (User Growth).
2. Technology Center, headed by Zhou Yu; subordinate to Zhao Lei (Platform R&D) and Sun Yue (Data Intelligence).
3. Business Center, headed by Lin Lan; subordinate to He Feng (Enterprise Sales) and Zheng Xin (Customer Success).
image

Invoke the skill explicitly

To explicitly request the chart capability, enter:

/chart-visualization
The following are the monthly sales figures for various beverages at a chain coffee shop in 2025, in thousands of cups:
Coffee: January 128, February 135, March 142, April 150, May 163, June 178, July 192, August 188, September 176, October 169, November 158, December 151.
Tea: January 82, February 86, March 91, April 98, May 110, June 126, July 143, August 151, September 147, October 132, November 108, December 94.
Fruit Juice: January 45, February 48, March 55, April 68, May 92, June 126, July 158, August 171, September 149, October 103, November 66, December 50.
Seasonal Limited-Time Drinks: January 30, February 34, March 40, April 52, May 75, June 105, July 138, August 146, September 119, October 80, November 48, December 35.

Please use a multi-series line chart to display the annual sales trend of the four beverage categories. Set the chart title to "Monthly Sales Trend of Various Beverage Categories in 2025," with the horizontal axis representing months and the vertical axis representing sales volume (thousands of cups). Please use easily distinguishable colors for different beverages, display legends and data points, and retain the actual values for each month.
image

Supported charts

area, bar, boxplot, column, dual-axes, fishbone-diagram, flow-diagram, funnel, histogram, liquid, line, mind-map, network-graph, organization-chart, pie, radar, sankey, scatter, spreadsheet, treemap, venn, violin, waterfall, and word-cloud.

Data and privacy

Chart data from your prompt is sent to the currently configured chart service. Do not submit passwords, access tokens, private keys, government identifiers, full personal contact details, or unnecessary sensitive business records.

For sensitive data, aggregate or anonymize it first, or use your own compatible service. Image retention and access are governed by the selected service.

Remove

npx @deepseek-ai/dsh plugin --profile web remove dsh-plugin-chart

Development

pnpm install
pnpm check

License

MIT. Embedded content is adapted from AntV's chart-visualization skill. See THIRD_PARTY_NOTICES.md for attribution.