dsh-data-insight
Turn raw data (CSV / pasted table / SQL results / DuckDB) into a structured Markdown report with business conclusions, metrics and charts.
把原始数据(CSV / 粘贴表格 / SQL 结果 / DuckDB)转成带业务结论、指标与图表的结构化 Markdown 报告。
How to install
dsh plugin add dsh-data-insight About
dsh-data-insight DSH(DeepSeek Harness)**数据洞察技能插件**:把原始数据变成「业务结论 + 指标数据 + 图表」的结构化 Markdown 分析报告。 纯指令型技能插件,零依赖、零构建。计算由宿主已提供的文件 / Shell 工具驱动的 LLM 完成,包内附带一个零依赖的 CSV 探查脚本与完整图表 / 报告规范。 功能 **四种数据源**:CSV 文件、粘贴表格文本、SQL 查询结果、DuckDB 直连数据库(可选)。 **五阶段流水线**(每阶段带硬门槛):输入受理 → 数据探查 → 指标计算 → 图表呈现 → 报告产出。 **三类指标**:汇总统计、同环比(基准期规则写死)、TopN、异常值(Z-score / IQR)。 **三通道图表**(全零依赖):Markdown 表格 + 数字 / Mermaid / ASCII 条形图。 **严谨性保障**:结论必有数字支撑、事实与推断分离、口径可复现、不编造数据。 安装 sh dsh plugin --profile web add dsh-data-insight 或手动两步(在目标 profile 目录下): 1. package.json 的 dependencies 加 "dsh-data-insight": "^0.1.1"; 2. dsh.profile.bundles 数组加…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- 0
- Last push
- 2026-08-17
- Created
- 2026-08-16
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- data-analysis, deepseek-harness, dsh, dsh-plugin, report
Related plugins
archify
tt-a1i/archify/tree/main/integrations/deepseek-harness
Generate validated, self-contained interactive architecture, workflow, sequence, data-flow, and lifecycle diagrams from repositories or system descriptions.
dsh-plugin-mineru
HuanLinOTO/dsh-plugin-mineru
Expose MineRU document parsing tools to the model.
dsh-pdf
zhtx2024/dsh-pdf
PDF parsing tools for DSH: pdf_info, pdf_extract_text, and pdf_render_page with dual pdfjs and built-in rendering engines, including system-font rendering for PDFs with non-embedded CJK fonts.
dsh-overleaf
fly233338/dsh-overleaf
Connect multiple Overleaf projects to DSH through OverleafMCP for browsing, analysis, and Git-based file updates.