hherosoul/dsh-smart-charts ↗★ 0
dsh-smart-charts
Smart Charts skill for DeepSeek Harness — generates interactive ECharts visualizations from CSV/Excel/JSON data.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hherosoul/dsh-smart-charts说明文档
阅读完整 README ↗使用
- 把数据文件放进 workspace 目录,启动 DSH 会话。
- 对 agent 说「分析
sales.csv并生成柱状图」,或输入/smart-charts直接触发。 - agent 会按
SKILL.md流程:解析数据 → 推荐图表类型 → 生成 ECharts HTML 到 workspace 的output/。 - 首次运行前,agent 会先安装 Python 依赖(已做 SHA256 校验):
pip install -r requirements.txt --require-hashes
依赖(== 锁定 + SHA256):pandas numpy openpyxl xlrd。