Data & Analytics
Data agent skills make AI agents useful for data work: writing SQL, cleaning datasets, building pipelines, working with spreadsheets, and producing analyses. Each skill is a reviewed SKILL.md file that teaches the agent one workflow well, ready to install in seconds.
-
dstreefkerk Bundle Sentinel Use Case DocumentorDocuments Microsoft Sentinel analytics rules as comprehensive SOC use cases. Use when the user wants to document a Sentinel rule, create SOC documentation, generate use case docs from an ARM template, or document a KQL detection query.
-
levyflux Bundle Release SQL GateProduce a deterministic manifest for SQL files changed between two Git refs, including exact order, SHA-256 hashes, and risk flags. Use before a release, deployment, migration handoff, or database runbook review; it inventories and validates SQL but never connects to a database or executes statements.
-
tavily-ai Bundle Fill Missing Fields 2Fill in missing data on a list of companies, people, or products by looking each one up on the web. Use this skill when the user has a spreadsheet, CSV, or list of names and wants missing fields added — CEO, funding raised, headquarters, employee count, contact info, pricing, or any other web-discoverable attribute — or says "enrich this list", "fill in the missing columns", "add company data from the web", "find the CEO for each of these", "complete this spreadsheet", or "add contact info to this list". Takes a list you already have and adds columns to it. Do NOT use this for building a list from scratch (see build-entity-list) or for single-entity deep research reports (see tavily-research).
-
nbsobers Bundle CSV InsightsSummarize a CSV file. Use when the user has a .csv file and wants a quick overview of its columns, row count, and basic stats.
-
opsmill Bundle Infrahub Importing Data 2Converts CSV/TSV inputs into Infrahub object YAML and loads them onto a fresh branch. Handles a single file, a folder of files, an explicit list of paths, and one-big-denormalized-sheet exports. TRIGGER when: importing CSV, loading CSV/TSV into Infrahub, ingesting spreadsheet data, converting CSV to Infrahub objects, splitting a denormalized CSV across multiple kinds. DO NOT TRIGGER when: running `infrahubctl import load` against an LDJSON dump (different format and tool), designing or modifying schemas (this skill is read-only against the schema and fails closed on unmapped columns), exporting data from Infrahub (use `infrahubctl object get -o csv` for single-kind export), or ingesting JSON/XLSX (v1 is CSV+TSV only).
-
opsmill Bundle Infrahub Managing Transforms 2Creates Infrahub transforms that convert data into JSON, text, CSV, or device configs using Python or Jinja2 templates, with YAML-driven tests. TRIGGER when: building config generation, data export, format conversion, Jinja2 templates, artifact pipelines, writing or running tests for a transform. DO NOT TRIGGER when: designing schemas, writing validation checks, creating generators, querying live data.
-
charleseungmin Bundle Screen Test Case SheetOrganize QA test cases into a spreadsheet-style sheet grouped by requirements, with screen units used only as supporting analysis. Use when Codex needs to derive or rewrite test cases from Android UI flows, requirements, screen specs, code, or bug reports, especially when each case should be written in Korean QA-sheet form with scenario ID, test category, related development item, description, condition, input, and output, plus standardized visibility and enablement wording using the required symbols.
-
xialangji-debug Bundle Asr3601 Protocol Branch MatrixMaintain and use the local ASR3601/Crane SDK protocol reference library for APP, XCX/小程序, YL, AKQ, platform, and branch-support questions. Use when the user provides protocol PDFs/DOCX/XLSX/images/text to save or update, asks “这个上报符合协议吗”, “APP协议/小程序协议/YL/AKQ 是哪条路径”, “平台侧还是代码原因”, “当前版本有没有支持这个协议”, “这个分支能不能移植/是否已经合入”, or needs protocol evidence compared with current ASR3601 firmware code. Route concrete bug fixes to asr3601-lvgl-firmware-triage, cross-branch ports to asr3601-cross-branch-porting, and pure Zentao fetching/listing to zentao-bug-triage.
-
bootgs Bundle Apps Script ServicesIdiomatic, quota-safe patterns for Google Apps Script's built-in services and runtime — batched SpreadsheetApp reads/writes, PropertiesService/CacheService for state, LockService for concurrency safety, UrlFetchApp with retry/backoff, V8 runtime API gaps, and custom spreadsheet function constraints. Use when Apps Script code is slow, hits quota or rate-limit errors, has race conditions from concurrent trigger executions, or needs a browser/Node API that doesn't exist in Apps Script. Framework-agnostic — applies with or without bootgs.
-
carlosferorduna Skill Typeorm MssqlMSSQL-specific TypeORM conventions - camelCase identifiers, int identity primary keys, getutcdate timestamps, bit soft delete, and filtered unique indexes. Load alongside typeorm for SQL Server projects.
-
itspecialist111 Bundle Rfp AssembleStep 6 of the RFP Agent Swarm. Assembles the approved, gate-passed, reviewed responses into the buyer's required format (Word narrative, Excel questionnaire, PDF flattened, or portal CSV/JSON for Ariba / Coupa / Jaggaer), applies company branding, attaches the cover letter, and generates a companion analytics report covering match rate, confidence distribution, gate outcomes, effort metrics, and full response-level provenance. Use when user says "assemble the RFP response", "build the submission package", "generate RFP deliverable", "finalize RFP", "create analytics report", "package the RFP for submission", "produce the final deliverable", "compile RFP answers into the submission format", "generate the buyer-format response", "assemble the bid", or needs the approved responses turned into a branded, traceable submission package ready for the deal lead to submit.
-
lbql-yhl Skill Record ExporterExport validated structured records into a deterministic, human-reviewable folder or archive without mutating the source dataset. Use when a workflow needs grouped Markdown, JSON, CSV, or text exports.
-
lbql-yhl Bundle Stock Strategy BacktesterBacktest stock trading strategies on historical OHLCV data and report win rate, return, CAGR, drawdown, Sharpe ratio, and trade logs. Use when evaluating or comparing strategy rules (SMA crossover, RSI mean reversion, breakout), quantifying transaction-cost impact, tuning parameters, or generating performance summaries from CSV data. Trigger for requests like "回测股票策略胜率", "测收益率", "compare two strategy backtests", and "build a strategy report from historical prices".
-
karim-bhalwani Bundle Data Deprecation Analysis 2Specialist in analyzing access logs to identify unused data structures, technical debt, and legacy patterns. Use when auditing data warehouses for deprecation candidates, detecting stale tables/views, identifying legacy application dependencies, or planning safe data asset retirement. DO NOT USE FOR: writing SQL queries (use data-analyst), building pipelines (use data-engineering), or data architecture (use architect).
-
quantumbfs Bundle Digitize PlotsExtract numeric (x, y) data points from a plot/figure image — including a figure inside a PDF — into a CSV, the CLI alternative to WebPlotDigitizer/automeris. Use whenever the user wants to "get the numbers off this plot", digitize/trace a curve, read data points from a chart or graph image, pull a dispersion/gap/curve out of a paper figure to compare against their own data, or recover tabular values from a figure when the underlying data isn't available. Triggers on phrases like "digitize this plot", "extract data from this figure/chart/graph", "read the points off", "get the curve from this PDF figure", "WebPlotDigitizer but from the command line".
-
aaravriyer193 Skill Generating SpreadsheetsCreates Excel spreadsheets (.xlsx) with formatted data, formulas, multiple sheets, or embedded charts. Use when the deliverable is a spreadsheet or the user asks for data in Excel.
-
chloechen16788 Bundle Doubao Search调用豆包搜索 Custom 接口进行单次或并发检索(开启 QueryRewrite),并将结果导出为 Excel。用于用户提到豆包搜索、Query 改写、导出 xlsx、字段筛选、标题为空丢弃等场景。
-
guuse Bundle Mtg ExportExport the user's MTG Arena (MTGA) collection straight from the running game into their MTG workspace as collection/MTGA-export-<date>.csv, then sync it. Use this skill when the user wants to export, dump, capture, back up, or refresh their MTG Arena collection / owned cards, or asks "what do I own in Arena", or wants their collection available to the deckbuilding skills (mtg-std-build / mtg-std-upgrade prefer cards you already own). It is a one-shot: it reads the owned-card list out of the live MTGA process memory (no anchor cards, no manual steps), names the cards from the local Scryfall database built by the mtg-db skill (never downloading its own card data), and writes a Moxfield-format CSV into the collection folder. The export is then pushed by invoking the mtg-sync skill afterwards (as the normal user — never from inside the export process). Works on Windows (via pymem) and macOS (via Mach APIs; needs sudo). Requires MTG Arena installed and running.
-
marcelinero Bundle Analitica Datos 2Aplicar técnicas de análisis de datos en pruebas de auditoría — ACL, IDEA, SQL, Python, R — para procesar poblaciones completas, detectar anomalías, ejecutar reglas de negocio y producir evidencia objetiva. Activar siempre que se hable de analítica, data analytics, ACL, IDEA, scripting de auditoría, prueba al 100% de la población, queries, cruces, anomalías, outliers, reglas de detección, ETL, pruebas masivas, análisis de transacciones, examen extenso, CAATs, Computer Assisted Audit Techniques, big data en auditoría.
-
yol-mu Bundle QA Tc WriterWrites QA test cases (TC) for flower-web-e2e (Flower/Adbuddy web). Use PROACTIVELY for TC docs, CSV/xlsx drafts, checklist-to-TC conversion, or Pass/Fail criteria. Match AM-30520-style depth + canonical Sheets layout. Does not invent unverifiable expected results; asks when evidence is unclear.
-
yol-mu Skill Flower Metric CrosscheckCross-checks Flower analytics metrics across Overview UI, sibling tabs, Export/CSV, and qa-api responses (formulas, totals, compare badges). Use when the user says 지표 검증, 수치 교차, 공식 확인, Fill/Show/Match, Inventory utilization, or asks to verify Ad requests / Inventory numbers.
-
wzyn20051216 Skill Matlab Data AnalysisMATLAB R2026a data analysis workflow for tables, timetables, statistics, fitting, optimization-assisted analysis, visualization, report artifacts, and reproducible paper figures. Use whenever the user asks MATLAB to analyze data, plot results, fit models, process CSV/Excel/MAT files, or reproduce figures.
54 -
caiyujie007 Bundle DrawioCreate, edit, replicate, import, and export draw.io diagrams with an offline YAML-first workflow. Use for general engineering and product diagrams: architecture, network topologies, flowcharts, UML/ER, org charts, Mermaid/CSV conversion, existing .drawio bundles, style presets, themes, and non-publication formula diagrams. For paper, thesis, journal, conference, IEEE/ACM, manuscript, camera-ready, or publication figures, prefer drawio-academic-skills; this base provides shared CLI, references, themes, schemas, styles, and optional Desktop export.
-
openshift Skill Version Update 2Release workflow for main: refresh related_images.json from Quay (-r stable via hack/related_images_from_quay.sh), bump bundle/CSV version, regenerate and validate. Equivalent to /update-bundle release X.Y.Z.
-
rsign1279 Bundle File ReadingUse this skill when a file has been uploaded but its content is NOT in your context — only its path at uploads/ is listed in an uploaded_files block. This skill is a router: it tells you which tool to use for each file type (pdf, docx, xlsx, csv, json, images, archives, ebooks) so you read the right amount the right way instead of blindly running cat on a binary. Triggers: any mention of uploads/, an uploaded_files section, a file_path tag, or a user asking about an uploaded file you have not yet read. Do NOT use this skill if the file content is already visible in your context inside a documents block — you already have it.
-
fengshao1227 Skill Data Engineering数据工程。Airflow、Dagster、Kafka Streams、Flink、dbt、数据管道、流处理、数据质量。当用户提到数据管道、ETL、流处理、数据质量时路由到此。
-
jiaxi2 Bundle Aicoding Ethercat Cia402用于 EtherCAT 从站、CiA402/DS402 伺服驱动、TwinCAT 联调、PDO/SDO/CoE、ESI/XML、DC/Sync0/Sync1 同步、SSC/ET9300、Working Counter/WcState、AL/ESM、0x6040/0x6041/0x6060/0x6061、CSP/CSV/CST/PP/HM、NC 轴 Ready、invalid IO data、多轴同步和伺服使能问题的分析、代码审查与修复。不要用于普通以太网、与 EtherCAT/CiA402 无关的纯电机控制调参、通用嵌入式 C 任务。
-
unicomai Bundle Minimax XLSXMiniMax XLSX Skill
-
unicomai Skill Smart Data Analysis数据分析员工(Data Analyst Agent)的唯一总入口:凡与数据资产、取数、指标、表/视图、 治理职责、知识网络、统计或分析相关的问题,必须先经本 skill 做编排与路由,再进入找表或问数等子流程。 负责 kn 分域、上下文注入(accountId / date)、多候选 KN 时的 LLM 决策、 问数分支的 SQL 生成;与 smart-search-tables / smart-ask-data / ontology-core 的交接。 当用户提出任何数据类自然语言任务、或需在多条业务 KN 间切换时使用; 所有 ontology CLI 执行均委托 ontology-core 完成,本 skill 不直接执行 CLI。
-
stiron92-byte Bundle Excel Automation엑셀 파일을 전달받아 데이터 정리, 분석/시각화, 멀티탭 취합을 자동 수행하는 스킬. 사용자가 '정리해줘', '분석해줘', '취합해줘', '엑셀 자동화', '데이터 클리닝', '중복 제거', '차트 만들어줘', '탭 합쳐줘', '시트 합치기', '엑셀 데이터 분석', '매출 분석', '통계 내줘', '이상값 찾아줘', '전화번호 정리', '날짜 형식 통일', '엑셀 요약', '시각화해줘' 등의 요청을 하면 이 스킬을 사용하세요. 엑셀 파일(.xlsx, .csv)이 첨부되어 있고 단순 셀 편집이 아닌 데이터 가공/분석/병합 작업이 필요한 경우에도 반드시 트리거하세요. xlsx 스킬과 다른 점: 이 스킬은 데이터 품질 개선, 통계 분석, 멀티시트 병합이라는 고수준 자동화 워크플로를 제공합니다.
-
infant83 Bundle SpreadsheetWork with spreadsheets such as .xlsx, .csv, and .tsv using openpyxl and pandas, especially when formulas, references, formatting, or structured analysis must be preserved and verified.
-
alibaba-quark-scanking Bundle Yescan Universal当用户需要对图片进行文字识别(OCR)、图片翻译、画质增强(去除水印/阴影/手写/底色/屏纹等瑕疵,矫正,高清增强,素描/线稿转换等)、格式转换(转 Word/Excel/PDF)或 AI 生成(证件照)时使用此技能。即使用户没有明确提到具体功能名称,只要涉及图片处理、文字提取、文档转换、图像优化或证件照生成,都应触发此技能。不适用于视频处理、纯文本编辑或非图片输入的任务。夸克扫描王图片处理能力中心。
-
alibaba-quark-scanking Bundle Alibaba Quark Scan由夸克扫描王官方提供的文件高清扫描工具。当用户需要对图片、截图进行画质优化、瑕疵去除或视觉增强时,使用此技能——包括画质增强、证件照优化、考试试卷增强、合同增强等场景。智能去除手写笔迹、水印、阴影、摩尔纹、底色等干扰元素。支持图像裁剪与矫正、素描效果转换、线稿提取等,输出优化后的高清图片。本技能由夸克扫描王提供支持。即使用户没有明确提到"增强"或"处理",只要用户的需求涉及提升图片清晰度、清理干扰元素或优化图像质量,也应触发此技能。不适用于文字提取或识别、图片转 Word/Excel/PDF 文档或 AI 图像生成
-
alibaba-quark-scanking Bundle Alibaba Quark Transoffice由夸克扫描王提供的文件格式转换工具。当用户需要将图片、截图或扫描件转换为 Office 文档(Word/Excel)或 PDF 时,使用此技能。适用于包含复杂表格、合同或图文混排内容的图片或扫描件,可尽量还原原始版式并生成可编辑文档。本技能由夸克扫描王提供转换支持。即使用户未明确提到格式转换,只要用户的需求涉及将图片内容转换为可编辑文档(如 .docx、.xlsx 或 .pdf),也应触发此技能。请勿用于提取纯文本或识别文字内容、图像增强处理或从零创建文档
-
amplitude Skill Create Chart 3Creates Amplitude charts from natural language descriptions, handling event selection, filters, groupings, and visualization choices. Use when you know what you want to measure but prefer not to build the chart manually.
-
amplitude Skill Analyze Chart 3Performs deep analysis of a specific Amplitude chart to explain trends, anomalies, and likely drivers. Use when a metric looks unusual, investigating a spike or drop, or understanding the "why" behind numbers.
Frequently asked questions
What are Data & Analytics agent skills?
Data agent skills make AI agents useful for data work: writing SQL, cleaning datasets, building pipelines, working with spreadsheets, and producing analyses. Each skill is a reviewed SKILL.md file that teaches the agent one workflow well, ready to install in seconds.
Which Data & Analytics skills are most installed?
Popular Data & Analytics skills on SkillMD right now include sentinel-use-case-documentor, release-sql-gate, fill-missing-fields. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Data & Analytics skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.