duyanta123/dsh-data-insight ↗★ 0
dsh-data-insight
DSH (DeepSeek Harness) data-insight skill plugin: turn raw data (CSV / pasted table / SQL results / DuckDB) into a structured Markdown report with business conclusions, metrics and charts.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:duyanta123/dsh-data-insight说明文档
阅读完整 README ↗使用
在会话中说「分析这份 CSV 出报告」「看看这个数据」「帮我算一下指标」并附上数据源(文件路径 / 粘贴表格 / DuckDB 连接),模型会加载 data-insight-runbook 并按五阶段执行。产物是一份 Markdown 报告,落盘到工作区。
快速示例
node scripts/csv-profile.mjs examples/sample-sales.csv
会输出 examples/sample-sales.csv 的探查报告(schema / 缺失 / 分布 / 异常),对应报告样例见 examples/sample-report.md。