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.
-
modu-ai Skill Moai Domain DB DocsParses DB migration files (Prisma, Alembic, Rails, raw SQL) and keeps .moai/project/db/schema.md, erd.mmd, migrations.md in sync. Powers the PostToolUse hook and /moai db refresh/verify subcommands.
Audited -
fcsouza Bundle Engineering Gameplay AnalyticsUse when tracking player events, implementing retention analytics, building engagement funnels, measuring D1/D7/D30 retention, or setting up gameplay telemetry. Triggers: analytics, telemetry, events, retention, D1 D7 D30, funnel, engagement, session tracking, player behavior.
-
qwwiwi Bundle DatawrapperCreate Datawrapper charts/tables from CSV, JSON, or inline data; publish and export PNG. Use when user wants a chart, embeddable visualization, or PNG for Telegram.
-
qwwiwi Bundle Instagram SuperpowerFull toolkit for Instagram: account analytics via HikerAPI SaaS + downloading reels/posts via Cobalt API. Use when: (1) download a reel/video/photo from Instagram, (2) find top-performing reels of an account, (3) analyze a competitor (views, likes, comments, engagement), (4) manage a watchlist of accounts for monitoring, (5) download + transcribe video, (6) hashtag/location search. Triggers: "download reel", "download from instagram", "analyze account", "viral reels", "top reels", "watchlist", "track account", "competitor instagram", "engagement", links to instagram.com/reel/, instagram.com/p/, instagram.com/stories/. NOT for: YouTube, Twitter, mass spam, auto-likes, auto-follows.
-
qwwiwi Bundle Reels Analytics For BrokersРадар восходящих рекламных офферов в Instagram на примере ниши «брокеры и риелторы». Собирает пул профильных аккаунтов, квалифицирует их по активности, ранжирует рилсы по силе всплеска относительно собственной медианы аккаунта, разбирает хуки и призывы к действию, и сравнивает свежий срез с предыдущим — чтобы поймать оффер на подъёме, пока окно в 3-4 недели ещё открыто. Демонстрационный образец: меняешь ключевые слова и эталонные аккаунты в config/ — получаешь такой же радар под любую нишу. Используй этот скилл, когда просят проанализировать рилсы или аккаунты конкурентов, найти рабочие связки и офферы, понять что сейчас заходит в нише, собрать базу конкурентов из Instagram, разобрать почему рилс залетел, какие хуки работают, поставить мониторинг ниши — а также когда речь про Instagram analytics, competitor research, viral reels, HikerAPI, разведку коротких вертикальных видео. НЕ для: публикации контента, автолайков и автоподписок, YouTube и TikTok, сбора персональных данных.
-
full-stack-skills Bundle Easyexcel Fill基于 Alibaba EasyExcel(com.alibaba:easyexcel:4.0.3)的 Excel 模板填充技能。覆盖简单对象填充、列表填充({.}+forceNewRow)、横向多列组合填充(FillWrapper+WriteDirectionEnum.HORIZONTAL)、复杂填充(含合计行/统计行/先 fill 后 write)、Spring Boot 集成、模板设计规范、转义字符、03版/07版差异、性能优化(分次 fill、文件缓存)。当用户需要把 Java 对象或 Map 数据按预制 .xlsx 模板(变量语法 {var}、{.}、{prefix.})填充生成报表(工资条/合同/对账单/发票/财务报表/统计表/汇总表)时使用此技能,不适用于不基于模板的"程序生成 Excel"场景(改用 easyexcel-write)。
-
full-stack-skills Bundle Easyexcel Read基于 Alibaba EasyExcel(com.alibaba:easyexcel:4.0.3)的 Excel 数据读取技能。覆盖监听器模式(ReadListener/AnalysisEventListener/PageReadListener)、同步读取(doReadSync)、多 Sheet 读取、@ExcelProperty(index/name)匹配、多行表头(headRowNumber)、日期数字自定义转换器(@DateTimeFormat/@NumberFormat/Converter)、监听器异常处理(onException + ExcelDataConvertException)、额外信息读取(批注/超链接/合并单元格,extraRead + CellExtra)、公式和单元格类型(CellData<T>)、不创建对象的读(ReadListener<Map<Integer,String>>)、Web 上传读取(MultipartFile→InputStream)。当用户需要解析 Excel(导入数据/批量入库/对账文件/用户上传/Excel 转对象/Excel 转 Map)时使用此技能,不适用于按预制模板填充(改用 easyexcel-fill)、不适用于程序化生成 Excel(改用 easyexcel-write)。
-
full-stack-skills Bundle Easyexcel Write基于 Alibaba EasyExcel(com.alibaba:easyexcel:4.0.3)的 Excel 数据写入技能。覆盖最简写入(3 种写法)、复杂表头(多级)、@ExcelProperty/@ExcelIgnore/@DateTimeFormat/@NumberFormat 注解、includeColumn/excludeColumn 选择列、@ColumnWidth/@ContentRowHeight 样式注解、@HeadStyle/@ContentStyle 自定义样式、合并单元格(@ContentLoopMerge/LoopMergeStrategy)、图片导出(File/InputStream/URL/byte[])、超链接/批注/公式/富文本(WriteCellData)、动态表头、自动列宽、自定义拦截器(CellWriteHandler/SheetWriteHandler/RowWriteHandler)、分页分批写入、Web 下载直接写 OutputStream、03/07 版兼容。当用户需要程序化生成 Excel(无预制模板)导出订单/用户/财务/库存/报表/对账单/审批单等结构化数据时使用此技能,不适用于按预制模板填充(改用 easyexcel-fill)、不适用于读取 Excel(改用 easyexcel-read)。
-
full-stack-skills Bundle Mybatis PatternsMyBatis 核心 ORM 技能。覆盖 XML vs 注解 SQL选择、ResultMap复用(extends)、关联查询(association/collection join vs 嵌套select/N+1决策)、分页插件配置、#和$的SQL注入防护、动态SQL(if/where/set/foreach/choose)最佳实践、columnPrefix解决同表多次JOIN。 当用户编写 MyBatis Mapper XML、处理关联查询、配置分页、防范SQL注入时使用。
-
full-stack-skills Bundle Mybatis Plus PatternsMyBatis-Plus 增强 ORM 技能。覆盖 LambdaQueryWrapper vs QueryWrapper选择(始终Lambda)、分页插件(PaginationInnerInterceptor)配置、乐观锁(@Version + OptimisticLockerInnerInterceptor)、逻辑删除(@TableLogic 全局/局部配置)、自动填充(@TableField fill + MetaObjectHandler)、ActiveRecord vs Mapper模式选择、防全表更新(BlockAttackInnerInterceptor)、通用PageQuery抽取。 当用户使用 MyBatis-Plus 进行数据库操作、配置分页乐观锁、选择查询方式时使用。 与 mybatis 技能互补:mybatis 侧重XML/ResultMap/SQL写法,mybatis-plus 侧重增强功能。
-
fuyuxiang Bundle Excel AuthorCreate and edit Excel (.xlsx) workbooks with openpyxl. Supports formulas, charts, formatting, and data analysis.
-
fuyuxiang Bundle Finance TrackerTrack expenses, analyze spending patterns, categorize transactions. Works with bank CSV exports or manual input.
-
joansongjr Skill Sm Industry Database产业数据库搭建 skill。用于把公开市场数据、公司披露、卖方报告、行业数据库(如 EDB / iFind EDB / 第三方产业库)整理成可追溯的 Excel 数据库,既支持产业数据库,也支持公司数据库、指标库和长期跟踪底表。
-
saschabrunnerch Skill Arcgis Tables FormsConfigure FeatureTable for tabular data display and FormTemplate with input elements for feature editing forms. Use when adding spreadsheet-style data grids, building attribute edit forms, configuring form input types and validation, or surfacing related records in forms.
-
sigistry Bundle Safe MigrationsThis skill should be used when the user mentions "migration", "schema change", "zero downtime", "add column", "alter table", "add index", "lock", "expand contract", "backfill", "ALTER COLUMN", "NOT NULL", "CREATE INDEX", or rewriting a DDL change to avoid downtime. It provides the expand-contract (parallel-change) methodology and a per-dialect catalog of which DDL operations take blocking locks and their safe alternatives.
-
sigistry Bundle Explain InterpreterThis skill should be used when the user mentions "EXPLAIN", "explain analyze", "query plan", "slow query", "seq scan", "sequential scan", "nested loop", "index scan", "query optimization", "buffers", "why is this query slow", or pastes a query plan to interpret. It provides a methodology for reading Postgres and MySQL query plans and turning them into concrete index or rewrite recommendations.
-
sigistry Bundle Schema AntipatternsThis skill should be used when the user mentions "schema design", "database anti-pattern", "N+1", "foreign key index", "normalization", "data types", "constraints", "ORM performance", "missing primary key", "VARCHAR 255", "boolean as int", or reviewing DDL/models for design problems. It provides a relational schema design anti-pattern catalog plus a per-ORM N+1 pattern library.
-
remorses Skill Data Graph ImageGenerate branded chart, graph, analytics, KPI, and data infographic images with Egaki and ChatGPT Image. Use when a user asks for a graph image, usage graphic, metric card, social data visualization, or branded chart.
-
openjiuwen-ai Bundle XLSXOpen, create, read, analyze, edit, repair, or validate spreadsheet files (.xlsx, .xlsm, .xltx, .csv, .tsv) with zero format loss, with first-class support for Chinese / CJK content. Use whenever the user asks to create, build, modify, fill, analyze, read, repair, validate, or format any spreadsheet, workbook, report, dashboard, budget, financial model, pivot table, or tabular data file. Handles Chinese text, encodings (UTF-8 / GB18030 / GBK), full-width characters, CJK fonts in rendering, and Chinese number/date conventions (¥, 万/亿, 年/月/日). Covers: creating new workbooks from scratch, reading and analyzing existing files, editing existing workbooks while preserving pivot tables / VBA macros / charts / sparklines / conditional formatting / named ranges, formula recalculation and validation, visual review of results, and applying professional formatting. Triggers on 'spreadsheet', 'Excel', 'workbook', '表格', '工作簿', '.xlsx', '.xlsm', '.csv', 'pivot table', '透视表', 'macro', '宏', 'chart', '图表', 'financial model', '财
-
openjiuwen-ai Bundle Ascend Moe Optimizer Trace Analyzer在用户提供 Chrome/Perfetto trace.json、或排查 Ascend 上 MoE/FusedDeepMoe 等算子性能时使用。按 phase、category、core group、tid 统计耗时、overlap、bubble,输出 CSV、Markdown 报告与确定性诊断;可选外部 LLM 扩写分析。默认 phase 映射面向 UMDK FusedDeepMoe,其它 trace 需替换或扩展 config/phase_map.yaml。
-
qinghonglin Bundle Data2story ProUse to turn a dataset into a verifiable multimedia blog (a data story / data-driven article / interactive dashboard from a dataset). Orchestrator for the Data Journalist Agent (Data2Story): a 7-team newsroom (14 agents) running detective → scout → analyst → imagineer → editor → copywriter → designer → interaction → hero → cinematographer → programmer → auditor → critic → inspector in sequence. Trigger when the user hands over a dataset (CSV/JSON/folder/path) and wants a published story, blog post, or interactive report built from it. Creates a versioned project folder per run.
-
jiplet Skill DuckdbBuild a persistent DuckDB database from a source file (xlsx, csv, parquet, sqlite). Indexes obvious filter columns, runs a sanity query, writes a memory entry. Default location is The-Analyst/1 - Reference/.
-
jiplet Skill SQL ReviewReview, iterate, and build Databricks SQL for a large infrastructure enterprise's SAP ECC environment. Checks data quality filters, grain, joins, naming, and known gotchas against established standards.
-
jiplet Skill Data RequestGenerates a structured data request document (Word .docx) for the analytics team, plus an internal analysis methodology section. Use when Jacob needs to request a data extract or analytical output from the data/analytics team. Triggers: 'data request', 'ask analytics', 'request data', 'what do I ask the data team', or any request to produce a formal data ask.
-
jiplet Skill Scenario ModelBuild financial scenario models for cost-out initiatives — Conservative/Base/Stretch with FY26–28 phasing, sensitivity table, and Excel workbook output.
-
jiplet Bundle XLSXSpreadsheet toolkit (.xlsx/.csv). Create/edit with formulas/formatting, analyze data, visualization, recalculate formulas, for spreadsheet processing and analysis.
-
jiplet Skill Notion WorkboardPush completed work to Jacob's Notion Work Board kanban. Use this skill when Jacob says "push to notion", "add to kanban", "log in notion", "send to work board", or similar. Also triggers automatically at the end of any session where a major deliverable was produced (Word doc, Excel workbook, PPTX, SQL, analysis output) — Claude should proactively ask "Want me to log this in Notion?" before closing out. If Jacob says yes (or just "yes", "do it", "go ahead"), invoke this skill immediately.
-
unliftedq Bundle Gplay ReviewsList recent Google Play user reviews and post developer replies with gplay — `reviews list` (filter by star rating, cap the count, pick columns), `reviews view` (one review's full user↔developer thread by reviewId), `reviews reply` (one review at a time, or a batch of replies from a TSV file or stdin), and `reviews history` (full review history from the monthly GCS CSV reports, one month or a `--from`/`--to` range, beyond the API's 7-day window). Use when triaging recent reviews, inspecting a single review thread, filtering low-star feedback, replying to a user, bulk-answering many reviews in CI, or pulling older reviews for analysis.
-
unliftedq Bundle Gplay CompliancePush and validate an app's Google Play Data Safety declaration with gplay — `compliance datasafety validate` (offline structural check of the canonical CSV) and `compliance datasafety set` (POST the declaration live). Use when updating the Data Safety form from a versioned CSV or gating it in CI. Note this is the ONLY Play compliance surface with an API — content rating, target audience, and ads/news declarations have no endpoint and stay manual in the Play Console.
-
knuckles-team Bundle Graph Engine And ModalitiesUse low-level native epistemic-graph engine primitives for storage, transactions, SQL, SPARQL/RDF, analytics, reasoning, time series, streams, blobs, channels, ledger, finance, mining, tenancy, consensus, resharding, RBAC, and administration. Use when work explicitly belongs on the engine data, compute, or cluster plane. For canonical ontology design or governed Graph-OS object, memory, node, or edge changes, use graph-modeling-and-mutation.
-
knuckles-team Bundle Graph Ingestion And IntegrationBring documents, repositories, feeds, and external systems into Graph-OS and keep them synchronized. Use for source onboarding, connector selection, content processing, delta sync, ETL, hydration, feed handling, sharing, writeback, ingestion sessions, or freshness and coverage verification.
-
0xshe Skill PHP SQL AuditPHP Web 源码 SQL 注入漏洞审计工具。从源码中识别所有 SQL 执行点并分析注入风险,输出可利用性分级、PoC 与修复建议(禁止省略)。
-
0xshe Skill PHP Thinkphp AuditThinkPHP 框架特效安全审计工具。针对 ThinkPHP 常见的鉴权/CSRF/模板转义/ORM 写入(Mass Assignment)/调试与配置暴露等机制进行白盒静态审计,并映射到通用漏洞类型体系(AUTH/CSRF/TPL/XSS/LOGIC/CFG/SESS/SQL 等)。
-
0xshe Skill PHP Wordpress AuditWordPress 框架特效安全审计工具。针对 WordPress 常见 nonce/capability/check_admin_referer、AJAX action、escape/sanitize、重定向、安全上传与远程请求等机制进行白盒静态审计,并映射到通用漏洞类型体系(AUTH/CSRF/XSS/SQL/CFG/SSRF 等)。
Audited -
0xshe Skill PHP Codeigniter AuditCodeIgniter 框架特效安全审计工具。针对 CodeIgniter 的 CSRF、XSS 输出过滤、数据库查询构造、路由与验证器配置、会话 Cookie 安全等机制进行白盒静态审计,并映射到通用漏洞类型体系(CSRF/AUTH/XSS/SQL/CFG/SESS 等)。
-
sallyn0225 Bundle Kaho Perspective小宮果穂(Komiya Kaho / 放クライ)的思维框架与表达DNA:283 Pro旗下放課後クライマックスガールズ的センター兼リーダー——12歳小學6年生的「ヒーローアイドル」——把特摄英雄世界观工程化为认知操作系统、把自我价值外挂在团队与P上(「ほんとうは、ほめてもらうのはあたしじゃなくて……」)、全力努力伦理(放弃=作弊,休息需要外部许可)、応援の循環経済(受けた力は必ず笑顔で返す)。基于200篇一手剧情CSV+3473条台词全量统计+声優访谈+粉丝考察提炼6心智模型、10启发式、完整表达DNA。触发:明确「用果穂视角/语气/模式」「果穂会怎么看/怎么做」或点名「小宮果穂」「小宫果穗」「果穂」「果穗」「果穗酱」「かほちゃん」「果穂ちゃん」「Kaho」「Komiya Kaho」或聚焦她本人剧情(W.I.N.G./G.R.A.D./Landing Point編、ヒーローインザパーク、エクストリーム・ブレイク!、アイドルじゃなくなったら等)时扮演。不自动触发:未点名时「好累/想放弃/我是不是不够好」等泛化求助与「想要英雄式打气」类请求不触发,先问「要听果穂的想法吗?」只问一次;泛聊放クライ/闪耀色彩整体(kogane-perspective 未实装)同样先问,不强行代表全团。不激活:焦点在其他放クライ成员本人(智代子→chiyoko-perspective)不激活。
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 datawrapper, reels-analytics-for-brokers, safe-migrations. 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.