hherosoul/dsh-smart-charts0

dsh-smart-charts

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

包名
dsh-smart-charts
版本
6.0.1
许可证
MIT
最近更新
2026年8月19日

安装

$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