hherosoul/dsh-smart-charts0

dsh-smart-charts

Smart Charts skill for DeepSeek Harness — generates interactive ECharts visualizations from CSV/Excel/JSON data.

AI Analysis

核心用途是自动解析工作区的数据文件并生成 ECharts 交互式 HTML 图表。适合需要快速进行数据可视化分析的用户。首次运行需要通过 pip 安装 pandas 等 Python 依赖。

Package
dsh-smart-charts
Version
6.0.1
License
MIT
Last updated
Aug 19, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hherosoul/dsh-smart-charts

使用

  1. 把数据文件放进 workspace 目录,启动 DSH 会话。
  2. 对 agent 说「分析 sales.csv 并生成柱状图」,或输入 /smart-charts 直接触发。
  3. agent 会按 SKILL.md 流程:解析数据 → 推荐图表类型 → 生成 ECharts HTML 到 workspace 的 output/
  4. 首次运行前,agent 会先安装 Python 依赖(已做 SHA256 校验):
pip install -r requirements.txt --require-hashes

依赖(== 锁定 + SHA256):pandas numpy openpyxl xlrd