SkillAgentSearch skills...
Home

OpenSenseNova

83 skills across 83 repos472.4k repo starsGitHub

Showing 1–60 of 83 skills · Page 1 of 2

OpenSenseNova / sn-da-excel-workflow

5.7k

Excel 数据分析多步编排器。覆盖:(1) 读取多 Sheet Excel 文件并统计行数,(2) 大文件检测(≥10k 行自动 Parquet 优化),(3) 数据清洗(缺失值、文本标准化、无效字符),(4) 条件筛选与分类提取,(5) 跨 Sheet 统计聚合,(6) 导出 Excel/CSV 并提供下载链接。覆盖从数据读取到报告生成全流程,按步骤编排 capability 子 skill。**遇到以下任一情况就主动使用本 skill,不要自行写几行 pandas 就回答**:①用户出现触发词:Excel 分析 / 表格分析 / 数据分析 / 数据清洗 / 数据统计 / 数据筛选 / 数…

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-da-image-caption

5.7k

图片理解与数据提取 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。**遇到以下任一情况就主动使用本 sk…

📄 SKILL.mduniversal
skillapiimage
87
Updated 8d ago

OpenSenseNova / sn-da-large-file-analysis

5.7k

万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl read_only 流式读取(iter_rows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。**遇到以下任一情况就主动使用本 skill**:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked…

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-da-non-spreadsheet-analysis

5.7k

Word / PDF / PPT 文档解析与数据分析引擎。覆盖三类文件格式的全量提取、表格数值化、图表理解与跨文档汇总分析。**遇到以下任一情况就主动使用本 skill**:①用户上传或指定了 .docx / .doc / .pdf / .pptx / .ppt 文件并要求分析、提取或统计其中内容;②用户出现触发词:Word分析 / PDF解析 / PPT提取 / 文档分析 / 报告解析 / 幻灯片分析 / 发票提取 / 合同分析 / 文档统计 / 错别字 / 语病 / 字号检查 / 简历分析 / 多文档对比;③任务涉及从文档中提取表格、数值、图表、格式(颜色/高亮/字号)、组织架构、时间线等…

📄 SKILL.mduniversal
skillpdfimage
87
Updated 8d ago

OpenSenseNova / sn-deep-research

5.7k

用于用户请求深度研究、系统性研究、竞品分析、方案对比、趋势分析或事实核查时。**遇到以下任一情况就主动使用本 skill,不要自行搜几条就回答**:①用户出现触发词:深度研究 / 深度调研 / 深入研究 / 全面研究 / 系统研究 / 调研 / 调查 / 尽调 / 行业研究 / 市场研究 / 竞品分析 / 政策研究 / 技术研究 / 趋势研究 / 事实核查 / 写一份研究报告 / 调研报告 / 深度报告 / research / deep research;②请求需要跨多来源取证、多维度对比、交叉验证才能给出可靠结论;③用户要求产出报告、白皮书、行业分析或尽调文档;④话题涉及最新政策/市场/产…

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-deepresearch-cli

5.7k

一键启用 SenseNova-Skills-DeepResearch,用于行业与市场研究、竞品分析、政策或技术调研、商业尽调、趋势分析、方案对比、事实核查,以及研究报告、白皮书等交付场景。用户提出深度研究、调研、调查、尽调、research/deepresearch,或任务需要跨来源取证、多维度比较和交叉验证时主动使用;Skill 会完成环境检查、SenseNova-Skills-DeepResearch 安装或升级、Harness 与 Search/Camofox 准备、参数确认、研究启动和 Web 进度提示。简单常识问答、单一来源整理和纯文字润色不使用。

📄 SKILL.mduniversal
skillgitgithub
87
Updated 8d ago

OpenSenseNova / sn-image-base

5.7k

Base-layer skill for the SenseNova-Skills project, providing low-level APIs for image generation, recognition (VLM), and text optimization (LLM). This skill does not preprocess inputs; it only calls backend services and returns results.

📄 SKILL.mduniversal
skillapiimage
87
Updated 8d ago

OpenSenseNova / sn-image-doctor

5.7k

Environment diagnostic skill for SenseNova-Skills project. Checks that sn-image-base is properly installed and configured, validates dependencies and environment variables. Prompts user to configure missing required variables and saves them to .env file.

📄 SKILL.mduniversal
skillimagerest
87
Updated 8d ago

OpenSenseNova / sn-image-imitate

5.7k

Generates a new image that imitates the style of a reference image while updating content based on user intent. Uses a three-stage pipeline: image annotation (long caption), caption rewriting, and image generation.

📄 SKILL.mduniversal
skillimage
87
Updated 8d ago

OpenSenseNova / sn-image-resume

5.7k

Generates a designed portfolio-resume image from resume content provided in conversation text. Extracts optional style instructions, converts the resume into a fixed portfolio-resume layout prompt, and generates the final image through sn-image-base

📄 SKILL.mduniversal
skilldesignimage
87
Updated 8d ago

OpenSenseNova / sn-infographic

5.7k

Generates professional infographics with various layout types and visual styles. Analyzes content, recommends layout and style, and generates publication-ready infographics. Use when user asks to create "infographic", "信息图", "visual summary", or "可视化".

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-md-to-html-report

5.7k

将 Markdown 报告、研究笔记、行业分析、战略备忘录、技术白皮书、复盘、周报等长文档,重组并创作为有编辑判断、网页美感和证据秩序的自包含 HTML 专题页。用户要求“转成 HTML”“网页化报告”“美化报告”“做成专题页”“便于分享”“提升可读性/设计感”“把报告做成网页”时使用。必须先写 plan.md 再写 HTML,保留原文事实断言和结论强度,不套模板,不做机械 Markdown 转换。

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-motion-html

5.7k

Build continuous-shot motion-driven HTML stories from a subject or narrative, including research, story structure, consistent AI stills, Seedance scene and connector clips, interface styling, media normalization, and browser QA.

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-ppt-creative

5.7k

Use when a prepared PPT task with a current outline.md should be generated as an image-first presentation with one 16:9 image per slide and optional PPTX packaging.

📄 SKILL.mduniversal
skillimage
87
Updated 8d ago

OpenSenseNova / sn-ppt-dazzle

5.7k

需要把演示 / 幻灯片 / PPT / slides 做成单文件 HTML 动态 deck(动效、跨页过渡、键盘翻页、1280×720)时使用。本 skill 非入口:使用前必须先确认 sn-ppt-entry 与 sn-ppt-story 两个前置 skill 可用,依次执行 entry(建 DECK_DIR / task_pack.json)→ story(生成 outline.md)完成后才可开始;前置缺失或未完成时停止并回报,严禁绕过(如改用生图+手写 HTML 等方式)。

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-ppt-doctor

5.7k

Use when diagnosing PPT Skill setup or failures involving source parsing, Playwright or Chromium rendering, HTML-to-PPTX export, Workbench startup, or bundled search and image-tool configuration.

📄 SKILL.mduniversal
skillimage
87
Updated 8d ago

OpenSenseNova / sn-ppt-entry

5.7k

Use when a user asks to create a presentation, slide deck, PPT, or PPTX from a query and optional files, or to resume an existing SenseNova presentation task.

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-ppt-standard

5.7k

仅在 `sn-ppt-entry` 与 `sn-ppt-story` 已准备绝对 `DECK_DIR` 和 `outline.md` 后使用;生成每页独立 HTML(1600×900)、渲染 PNG、逐页讲稿、`present.html`,并按 `static_postprocess` 选择生成由 Standard 自有 exporter 转换的 PPTX。**`present.html` 始终是必交付产物,缺失即技术故障,不得交付;`static_postprocess` 含 `pptx` 时 PPTX 同为必交付产物(缺一即技术故障),且只能由 Standard 自有 exporter 生…

📄 SKILL.mduniversal
skillimage
87
Updated 8d ago

OpenSenseNova / sn-ppt-story

5.7k

当前 PPT 任务已由 sn-ppt-entry 建好 DECK_DIR(task_pack.json 与 info_pack.json 已写入)后,必须由本 skill 将 query、全部用户材料与已完成 Research 编排为唯一可编辑的 outline.md 时使用。本 skill 是 entry → 出口(standard / dazzle / creative)之间的强制中间环节:不允许执行 Agent 跳过本 skill 直接依据 task_pack / info_pack 即兴编写大纲,不允许出口 skill 代写或改写大纲;前置产物缺失时停止并返回 sn-ppt-entry…

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-ppt-tools

5.7k

Use when another PPT Skill needs web search, image search or download, or image generation and the host Agent's equivalent native capability is absent or has failed.

📄 SKILL.mduniversal
skillimage
87
Updated 8d ago

OpenSenseNova / sn-ppt-workbench

5.7k

Use when the user asks to open, preview, inspect, or visually edit an existing SenseNova HTML presentation in the PPT Workbench, using an explicit deck_dir or the latest deck in the current workspace.

📄 SKILL.mduniversal
skilldockerreview
87
Updated 8d ago

OpenSenseNova / sn-search-market-cn

5.7k

Use when researching China market, industry, macro, trade, procurement, listed-company disclosure, regulation, IP, healthcare, logistics, energy, environment, or industrial-operation information using free official sources with no registration, no API key, and no cryptocurrency data.

📄 SKILL.mduniversal
skillapi
87
Updated 8d ago

OpenSenseNova / sn-team-harness

5.7k

Use when a user asks what SenseNova Team Harness is, wants an introduction or overview, is getting started, or is deciding whether it fits — a self-hosted workspace where people and local AI agents collaborate on conversations, projects, work items, and artifacts.

📄 SKILL.mduniversal
skill
87
Updated 8d ago

OpenSenseNova / sn-update

5.7k

Update SenseNova Skills (the sn-* bundle) inside an OpenClaw or hermes-agent install. ALWAYS use this skill when the user says any of: "update SenseNova skills", "update SN skills", "更新 sensenova skills", "更新 sn skills", "刷新 sn-*", "升级 sn-* skills", or names a specific sn-* skill to update (e.g.

📄 SKILL.mduniversal
skillimage
87
Updated 8d ago

OpenSenseNova / excel-bar-chart-visualization

5.7k

读取多工作表Excel文件,自动处理合并单元格与数据清洗,进行交叉分组统计并生成带总计行的结果表,最后绘制支持中英文字体的美化柱状图,适用于多维度数据汇总与可视化分析。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / excel-basic-statistics-and-routing

5.7k

对多Sheet Excel文件进行基础统计与,支持按条件筛选计算均值,以及从指定行区间提取数据去重求和,并生成结果文件与下载链接。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / large-file-parquet-analysis-and-highlight

5.7k

当Excel文件总行数超过1万行时,通过转换为Parquet格式提升读取性能,提取目标指标并计算最大值,最后将结果输出为Excel并对特定行进行高亮标注。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / category-filtering-and-difficulty-analysis

5.7k

对Excel数据进行自定义分类统计、交叉分析与可视化,并基于多维度指标(如文本长度、术语密度、正则匹配等)进行综合评分与分级,适用于多类别数据分布统计及文本内容难度/质量评估场景。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / chart-embedded-export

5.7k

从结构化数据中提取分类分布执行清洗与统计,生成多维度交叉分析、高分辨率对比图表及包含下载链接的完整分析报告,适用于大文件处理与嵌入式可视化场景。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / numeric-extraction-and-distribution-analysis

5.7k

从带单位的字符串列中提取数值并清洗,生成包含直方图、饼图、条形图和累积分布图的多维度综合分布可视化图表,用于展示数据的集中趋势与分布特征。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / formatted-export-with-parquet

5.7k

从多Sheet Excel文件中识别指定条件的记录,并将筛选结果以整行标红格式导出为Excel文件,适用于数据清洗、条件筛选与可视化标记场景。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / group-by-analysis

5.7k

对多 Sheet 的 Excel 文件进行行数统计、大文件 Parquet 转换预处理、数据清洗及分组聚合分析,并生成带样式标记的统计表与可视化图表。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / invalid-data-cleaning

5.7k

用于大规模Excel数据的预处理,通过统计总行数判断是否转换为Parquet格式以提升读写效率,并使用正则表达式清洗指定文本列(如仅保留中文字符),最后导出清洗后的文件并提供下载链接。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / large-file-kpi-analysis

5.7k

根据数据量自动选择读取策略(大文件转Parquet),提取关键指标进行单位一致性验证与排序分析,并输出可下载的结果表格。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / large-excel-analysis-and-formatting

5.7k

用于处理多Sheet大型Excel文件,支持大文件Parquet格式转换提速,并使用openpyxl生成带条件高亮和自定义样式的格式化Excel报告及下载链接。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / line-chart-visualization

5.7k

提取结构化数据并进行特征清洗与聚类分析,生成包含趋势对比、分布特征与参数敏感性的多维度综合可视化图表,适用于各类趋势预测与多维对比场景。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / multi-sheet-reading-and-analysis

5.7k

用于读取多工作表Excel文件,动态评估数据量以启用Parquet大文件优化,并执行正则清洗、分类汇总、线性拟合及生成带格式的图表与结果文件。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / numeric-format-normalization

5.7k

对 Excel 数据进行数值格式标准化与清洗,支持大规模数据的 Parquet 转换流程,并完成关键指标的合计核对与结果文件导出。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / outlier-detection-and-quality-assessment

5.7k

执行全面的异常值检测与数据质量评估,利用 IQR 方法识别异常值并结合偏度、峰度分析数据分布特征,适用于非正态分布数据的预处理阶段。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / pdf-analysis

5.7k

PDF 文档解析。自动区分文字型 PDF 与扫描型 PDF,覆盖:文本/表格提取、多页全量扫描、嵌入图表 caption、单位感知数值计算。

📄 SKILL.mduniversal
skillpdfimage+1
84
Updated 8d ago

OpenSenseNova / dynamic-percentage-and-large-file-analysis

5.7k

根据文件行数动态切换大文件处理策略(Parquet转换),通过逐行扫描或列匹配提取关键指标并计算占比、均值等统计量,最终输出结构化Excel报告及可视化图表。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / pie-chart-data-analysis

5.7k

对多Sheet Excel或CSV数据进行分类汇总统计,自动识别关键字段并生成包含占比、数值及美化饼图的可下载分析报告。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / ppt-analysis

5.7k

PPT (.pptx/.ppt) 全量解析。覆盖:所有 slide 文本/表格/图表提取、嵌入图片 caption、纯图片 slide 渲染识别、数据标签提取。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / range-reading-and-large-file-analysis

5.7k

读取多 Sheet Excel 文件,根据数据量动态选择处理策略,支持特定区域数据提取、大文件 Parquet 转换、统计分析及可视化图表生成。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / excel-sheet-filter-export

5.7k

动态统计多Sheet Excel文件行数以判断大文件处理逻辑,并根据特定条件筛选数据、重命名字段后导出为包含下载链接的新Excel文件,适用于多Sheet数据探查与条件过滤导出场景。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / single-sheet-reading-and-analysis

5.7k

读取并解析单个Excel工作表数据,支持合并单元格处理、数据清洗、交叉分析及多维度可视化,适用于需要从单表中提取关键指标并进行趋势模拟与图表生成的场景。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / sn-report-format-discovery

5.7k

用于用户希望推荐研究成品形式,或最终形式无法从需求中直接判断时。把需求解析为一个简短的 format 字符串,不创建格式文件或 schema。

📄 SKILL.mduniversal
skill
84
Updated 8d ago

OpenSenseNova / sn-search-code

5.7k

用于查找代码示例、开源项目、GitHub Issue、技术问答、开发者讨论、HuggingFace 模型/数据集/Space。

📄 SKILL.mduniversal
skillgitapi+1
84
Updated 8d ago

OpenSenseNova / sn-search-finance

5.7k

用于搜索金融市场、证券、上市公司基本面、价格、K 线、披露文件、财经新闻、A 股数据、港股或全球 ticker,可使用 yfinance、mootdx、API 脚本或 browser-use。

📄 SKILL.mduniversal
skillapi
84
Updated 8d ago

OpenSenseNova / sn-search-image

5.7k

USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.

📄 SKILL.mduniversal
skillapiimage+1
84
Updated 8d ago

OpenSenseNova / sn-search-social-cn

5.7k

用于搜索中文社交平台。脚本入口覆盖 B站视频、知乎问答和抖音视频;小红书、微博当前没有脚本入口,只能通过 browser-use / 公开网页兜底。

📄 SKILL.mduniversal
skillapi
84
Updated 8d ago

OpenSenseNova / excel-multi-sheet-dynamic-analysis

5.7k

用于分析包含多个Sheet的Excel文件,动态判断数据量级以决定是否转换为Parquet进行大文件处理,并支持跨Sheet的特定字段统计、数据清洗、交叉分析与可视化,最终生成带下载链接的汇总报告。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / excel-large-file-processing-and-cleaning

5.7k

读取多 sheet Excel 文件,动态识别目标列进行统计,并使用正则清洗文本字段提取中文字符,最终输出标准化 Excel 文件。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / dynamic-large-file-parquet-analysis

5.7k

动态统计Excel总行数,当数据量过大(≥10000行)时自动转换为Parquet格式加速读取,并对指定目标列进行条件筛选、分类汇总与结果导出,适用于超大体积Excel文件的快速读取与统计分析。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / text-normalization-and-large-file-processing

5.7k

对Excel文件进行文本标准化清洗(如去除异常前缀、提取纯中文字符等),并,最终输出清洗后的Excel文件并提供下载链接。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / large-file-conditional-formatting

5.7k

根据Excel总行数自动切换Parquet加速读取,计算特定维度的时间序列平均值,并使用openpyxl输出带有条件格式(如低于均值标绿)和自定义样式的分析报告。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / excel-threshold-analysis-and-styling

5.7k

根据 Excel 数据量级自动判断处理策略,执行数值列清洗、条件过滤,并使用 openpyxl 对符合条件的单元格进行样式标记与导出。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / time-series-and-categorical-analysis

5.7k

对时间序列或分类数据进行多维度趋势分析、百分比清洗、绩效分级建模与预测,并生成高分辨率的可视化综合报告,适用于业务指标监控与预测场景。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / top-value-coloring

5.7k

根据数据规模动态选择处理策略,对多表数据进行合并、统计筛选,并利用 openpyxl 实现关键指标的自动化样式高亮与格式化导出。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago

OpenSenseNova / trend-analysis

5.7k

基于多维度数据进行分级评估与趋势预测,通过设定差异化增长率计算预测值,并生成对比可视化图表,适用于绩效评估、目标设定等场景。

📄 SKILL.mduniversal
skillpython
84
Updated 8d ago