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.

Chartlab — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-chartlab

Chartlab

Data → interactive chart lab for DeepSeek Harness: turn local CSV, Excel, or DuckDB data into zoomable, filterable, groupable interactive charts.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:SMOKTEA/dsh-chartlab#5dc8568f67c312cc2ceec8ec8cc63a8d05851140
READMECompatibilityVersions
dsh-chartlab 演示

Compatibility and provenance

Chartlab is published as dsh-chartlab and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/29/2026

Versions

0.1.1stable
8/29/2026
0.1.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/29/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.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@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-chartlab

English | 简体中文

数据 → 可交互图表实验室 · DeepSeek Harness 插件

把本地数据文件(.csv / .xlsx / .xls)或 DuckDB 数据库变成可缩放、可筛选、可分组的交互图表


一句话:让 Agent 帮你把数据变成一张可交互的图表。

  • 三种数据源 —— 本地数据文件(.csv / .xlsx / .xls)、或 DuckDB 数据库(.duckdb / .ddb)里的表,说句话就能出图。
  • 支持百万行数据 —— 数据留在后台,图表只按当前可视范围取数,百万行数据缩放平移也流畅。
  • 完整图表工作台 —— 折线 / 散点;框选缩放、滚轮缩放、拖拽平移、悬浮读数。
  • 筛选 —— 条件筛选(等于 / 不等于 / 区间 / 多选,支持日期范围)。
  • 分组 —— 按某一列分组,每个不同取值各画一条折线。
  • SQL —— 直接写 SQL 查询。
  • 原生观感 —— 自动跟随 DSH 的语言(中 / 英)与主题(深 / 浅),切换无需刷新。
  • 按会话隔离 —— 每个对话只看自己的图表,删除会话时一并清理。

dsh-chartlab 演示


✨ 功能

能力说明
数据源本地数据文件(.csv / .xlsx / .xls)、DuckDB 数据库表(.duckdb / .ddb);DuckDB 表名可省略,自动取第一张表
图表类型折线图、散点图
交互框选缩放、滚轮缩放、拖拽平移、悬浮读数、截图下载
筛选条件筛选(等于 / 不等于 / 区间 / 多选,支持日期范围)
分组按某一列分组,每个不同取值各画一条折线
SQL在图表里直接写 SQL 查询,支持粘贴多行 SQL
主题与语言跟随 DSH 深 / 浅主题与中 / 英语言
会话隔离每个对话独立,删除会话自动清理缓存

🚀 快速开始

dsh plugin --profile web add dsh-chartlab

然后在聊天里直接说:

用 dsh-chartlab 插件绘制 /path/to/your-data.csv 的图表

用 dsh-chartlab 插件绘制 /path/to/your-data.xlsx 的图表

用 dsh-chartlab 插件绘制 /path/to/your-data.duckdb 中 sales 表的图表(表名可省略,自动取第一张表)


🗺️ Roadmap

状态计划说明
✅ 已支持CSV / Excel / DuckDB 数据源一句话生成可交互图表
✅ 已支持筛选、分组多线、SQL 行筛选图表页内直接操作
🚧 计划中Excel 流式读取大 xlsx 目前同步全量加载
🚧 计划中Excel 多工作表目前读取第一个工作表
💡 想法更多数据源Parquet / JSON 等

欢迎提 issue / PR。


📄 License

MIT © 2026 mok