github.com/OpenSenseNova/SenseNova-Skills
Skill | Added | Review |
|---|---|---|
word-analysis skills/sn-da-non-spreadsheet-analysis/capability/word-analysis/SKILL.md Word (.docx/.doc) 文档全量解析。覆盖:正文/段落文本提取、表格数据提取、高亮/颜色格式读取、多文件汇总对比、嵌入图片转 caption。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
ppt-analysis skills/sn-da-non-spreadsheet-analysis/capability/ppt-analysis/SKILL.md PPT (.pptx/.ppt) 全量解析。覆盖:所有 slide 文本/表格/图表提取、嵌入图片 caption、纯图片 slide 渲染识别、数据标签提取。 | 58 58 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 179fea1 | |
pdf-analysis skills/sn-da-non-spreadsheet-analysis/capability/pdf-analysis/SKILL.md PDF 文档解析。自动区分文字型 PDF 与扫描型 PDF,覆盖:文本/表格提取、多页全量扫描、嵌入图表 caption、单位感知数值计算。 | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 179fea1 | |
sn-da-non-spreadsheet-analysis skills/sn-da-non-spreadsheet-analysis/SKILL.md Word / PDF / PPT 文档解析与数据分析引擎。覆盖三类文件格式的全量提取、表格数值化、图表理解与跨文档汇总分析。**遇到以下任一情况就主动使用本 skill**:①用户上传或指定了 .docx / .doc / .pdf / .pptx / .ppt 文件并要求分析、提取或统计其中内容;②用户出现触发词:Word分析 / PDF解析 / PPT提取 / 文档分析 / 报告解析 / 幻灯片分析 / 发票提取 / 合同分析 / 文档统计 / 错别字 / 语病 / 字号检查 / 简历分析 / 多文档对比;③任务涉及从文档中提取表格、数值、图表、格式(颜色/高亮/字号)、组织架构、时间线等结构化信息。仅不用于:Excel/CSV 数据分析(使用 sn-da-excel-workflow)、纯图片分析(使用 sn-da-image-caption)。 | 79 79 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 179fea1 | |
sn-da-large-file-analysis skills/sn-da-large-file-analysis/SKILL.md 万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl read_only 流式读取(iter_rows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。**遇到以下任一情况就主动使用本 skill**:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked processing;③直接使用 pd.read_excel() 导致超时或内存溢出;④用户明确要求对大规模数据集进行高性能处理。仅不用于:小于 10k 行的常规 Excel 分析(使用 sn-da-excel-workflow 即可)。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
sn-da-image-caption skills/sn-da-image-caption/SKILL.md 图片理解与数据提取 skill。当图片文件(.png/.jpg/.jpeg/.gif/.webp/.bmp)是主要输入且用户需要理解、提取数据或分析图片内容时使用。提供预配置的 caption 脚本(scripts/caption.py),通过 vision 模型将图片转为文本描述,无需额外配置 API Key。覆盖:(1) 通过 scripts/caption.py 对图表/表格/截图/流程图进行 caption,(2) 将 caption 文本解析为结构化 DataFrame,(3) 基于提取数据重新生成可视化图表,(4) 导出为 Excel/CSV。**遇到以下任一情况就主动使用本 skill,不要自行猜测图片内容**:①用户出现触发词:图片分析 / 图表提取 / 表格识别 / OCR / 图片描述 / 截图分析 / 图表数据 / 提取图片中的数据 / 图片转表格 / 识别图片 / image caption / extract data from image / chart analysis / table OCR;②用户上传或指定了图片文件(.png / .jpg / .jpeg / .gif / .webp / .bmp)并要求理解、提取数据或分析内容;③任务需要从图表截图、表格截图、UI 截图、流程图中提取结构化信息;④用户要求将图片中的数据转为 Excel/CSV 或重新生成可视化图表。仅不用于:图片编辑(裁剪、滤镜、缩放)、图片生成、不含数据的风景/人物照片描述。 | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
dynamic-large-file-parquet-analysis skills/sn-da-excel-workflow/capability/excel-table-styling/table-theme-styling/SKILL.md 动态统计Excel总行数,当数据量过大(≥10000行)时自动转换为Parquet格式加速读取,并对指定目标列进行条件筛选、分类汇总与结果导出,适用于超大体积Excel文件的快速读取与统计分析。 | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
excel-sheet-filter-export skills/sn-da-excel-workflow/capability/excel-result-export/single-sheet-export/SKILL.md 动态统计多Sheet Excel文件行数以判断大文件处理逻辑,并根据特定条件筛选数据、重命名字段后导出为包含下载链接的新Excel文件,适用于多Sheet数据探查与条件过滤导出场景。 | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
excel-data-analysis-and-report-generation skills/sn-da-excel-workflow/capability/excel-result-export/report-generation-export/SKILL.md 从Excel提取多类型数据,并生成包含可视化图表与下载链接的综合分析报告。 | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
formatted-export-with-parquet skills/sn-da-excel-workflow/capability/excel-result-export/formatted-export/SKILL.md 从多Sheet Excel文件中识别指定条件的记录,并将筛选结果以整行标红格式导出为Excel文件,适用于数据清洗、条件筛选与可视化标记场景。 | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
chart-embedded-export skills/sn-da-excel-workflow/capability/excel-result-export/chart-embedded-export/SKILL.md 从结构化数据中提取分类分布执行清洗与统计,生成多维度交叉分析、高分辨率对比图表及包含下载链接的完整分析报告,适用于大文件处理与嵌入式可视化场景。 | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
excel-large-file-processing-and-cleaning skills/sn-da-excel-workflow/capability/excel-reading/structured-header-reading/SKILL.md 读取多 sheet Excel 文件,动态识别目标列进行统计,并使用正则清洗文本字段提取中文字符,最终输出标准化 Excel 文件。 | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
excel-multi-sheet-dynamic-analysis skills/sn-da-excel-workflow/capability/excel-reading/specific-sheet-reading/SKILL.md 用于分析包含多个Sheet的Excel文件,动态判断数据量级以决定是否转换为Parquet进行大文件处理,并支持跨Sheet的特定字段统计、数据清洗、交叉分析与可视化,最终生成带下载链接的汇总报告。 | 50 50 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
single-sheet-reading-and-analysis skills/sn-da-excel-workflow/capability/excel-reading/single-sheet-reading/SKILL.md 读取并解析单个Excel工作表数据,支持合并单元格处理、数据清洗、交叉分析及多维度可视化,适用于需要从单表中提取关键指标并进行趋势模拟与图表生成的场景。 | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
range-reading-and-large-file-analysis skills/sn-da-excel-workflow/capability/excel-reading/range-reading/SKILL.md 读取多 Sheet Excel 文件,根据数据量动态选择处理策略,支持特定区域数据提取、大文件 Parquet 转换、统计分析及可视化图表生成。 | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 179fea1 | |
multi-sheet-reading-and-analysis skills/sn-da-excel-workflow/capability/excel-reading/multi-sheet-reading/SKILL.md 用于读取多工作表Excel文件,动态评估数据量以启用Parquet大文件优化,并执行正则清洗、分类汇总、线性拟合及生成带格式的图表与结果文件。 | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
multi-file-excel-parquet-analysis skills/sn-da-excel-workflow/capability/excel-reading/multi-file-reading/SKILL.md 读取多 Sheet Excel 文件并统计规模,支持大文件向 Parquet 格式转换、分类数据统计及可视化报告生成。 | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
large-excel-analysis-and-formatting skills/sn-da-excel-workflow/capability/excel-reading/large-excel-reading/SKILL.md 用于处理多Sheet大型Excel文件,支持大文件Parquet格式转换提速,并使用openpyxl生成带条件高亮和自定义样式的格式化Excel报告及下载链接。 | 50 50 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
stacked-chart-visualization skills/sn-da-excel-workflow/capability/excel-data-visualization/stacked-chart-visualization/SKILL.md 处理包含百分比字符串的分类占比数据,通过补全缺失维度并生成堆叠柱状图,直观展示多维度构成随时间或分类的变化趋势。 | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
excel-statistical-viz-large-file skills/sn-da-excel-workflow/capability/excel-data-visualization/scatter-plot-visualization/SKILL.md 对 Excel 数据进行多维度统计分析与可视化。 | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
pie-chart-data-analysis skills/sn-da-excel-workflow/capability/excel-data-visualization/pie-chart-visualization/SKILL.md 对多Sheet Excel或CSV数据进行分类汇总统计,自动识别关键字段并生成包含占比、数值及美化饼图的可下载分析报告。 | 63 63 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 179fea1 | |
line-chart-visualization skills/sn-da-excel-workflow/capability/excel-data-visualization/line-chart-visualization/SKILL.md 提取结构化数据并进行特征清洗与聚类分析,生成包含趋势对比、分布特征与参数敏感性的多维度综合可视化图表,适用于各类趋势预测与多维对比场景。 | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
statistical-distribution-and-outlier-analysis skills/sn-da-excel-workflow/capability/excel-data-visualization/histogram-visualization/SKILL.md 执行数值型数据的分布分析与异常值检测,支持通过正则表达式从文本中提取误差项并生成高分辨率的箱线图与直方图报告。 | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
excel-bar-chart-visualization skills/sn-da-excel-workflow/capability/excel-data-visualization/bar-chart-visualization/SKILL.md 读取多工作表Excel文件,自动处理合并单元格与数据清洗,进行交叉分组统计并生成带总计行的结果表,最后绘制支持中英文字体的美化柱状图,适用于多维度数据汇总与可视化分析。 | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 | |
dynamic-percentage-and-large-file-analysis skills/sn-da-excel-workflow/capability/excel-data-statistics/percentage-calculation/SKILL.md 根据文件行数动态切换大文件处理策略(Parquet转换),通过逐行扫描或列匹配提取关键指标并计算占比、均值等统计量,最终输出结构化Excel报告及可视化图表。 | 50 50 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 179fea1 |