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.

Data & Analytics

1,725 skills
gabrielmoreira
ncbi-datasets
Downloads genomes, genes, virus sequences, and taxonomy data from NCBI using the datasets and dataformat CLI tools.
17 · bundle
gabrielmoreira
wiki-lint
Audits an Obsidian wiki for structural issues like orphaned pages, broken wikilinks, stale content, and provenance drift, with optional automated fixes.
17
samyakjhaveri
eval-grader
Grades and classifies evaluation batch results, applying exclusions, diagnosing failure modes, computing pass rates, and generating summary tables for papers.
0
neuralblitz
acid
Explains ACID transaction properties and provides Python implementations for atomic operations, consistency validation, isolation levels, and durable storage.
1
mariadb-corporation
mariadb-set
Explains MariaDB-specific SET syntax and behavior, including scope rules, the SET STATEMENT ... FOR extension, and persistence differences from MySQL.
0
mariadb-corporation
mariadb-binlog
Decodes and replays MariaDB binary logs with correct flags: commented pseudo-SQL vs. executable BINLOG blobs, ANNOTATE_ROWS events, flashback undo SQL, and safe replay via the mariadb client.
0
mariadb-corporation
mariadb-prepare
Explains MariaDB server-side prepared statements (PREPARE, EXECUTE, DEALLOCATE, EXECUTE IMMEDIATE), including syntax, allowed statements, placeholders, session scope, and restrictions. Use when writing or reviewing dynamic SQL for MariaDB.
0
mariadb-corporation
mariadb-load-data
Explains MariaDB-specific syntax and behavior for LOAD DATA [LOCAL] INFILE and LOAD XML, including LOCAL vs server-side file handling, security and privilege requirements, default tab/newline parsing, duplicate and strict-mode caveats, IGNORE n LINES, user-variable SET transforms, CHARACTER SET clause, and priority.
0
mariadb-corporation
mariadb-create-view
Explains MariaDB-specific view syntax and behavior, including CREATE OR REPLACE VIEW, ALGORITHM options, SQL SECURITY, updatability rules, and WITH CHECK OPTION, for writing or reviewing MariaDB view statements.
0
mariadb-corporation
mariadb-transactions
Documents MariaDB-specific transaction control syntax and behavior, including START TRANSACTION, COMMIT, ROLLBACK, SAVEPOINT, implicit commit rules, autocommit defaults, and idle transaction timeouts.
0
mariadb-corporation
mariadb-create-function
Explains MariaDB's three CREATE FUNCTION forms — stored functions, stored aggregate functions, and loadable UDFs — covering syntax, privileges, and behavior differences for writing or reviewing MariaDB SQL.
0
mariadb-corporation
mariadb-vector-functions
Reference for MariaDB's vector functions and VECTOR data type, covering VEC_Distance, VEC_Distance_Euclidean, VEC_Distance_Cosine, VEC_FromText, VEC_ToText, and MHNSW vector index usage for SQL queries over embeddings.
0
mariadb-corporation
mariadb-information-functions
Reference for MariaDB information functions, covering session and server metadata such as LAST_INSERT_ID, ROW_COUNT, FOUND_ROWS, USER, and VERSION, with usage guidance for writing SQL that reads auto-increment IDs, row counts, and connection details.
0
mariadb-corporation
mariadb-control-flow-functions
Reference for MariaDB control-flow functions and operators, including IF(), IFNULL(), NULLIF(), COALESCE(), CASE, NVL2(), and DECODE_ORACLE, with guidance on correct usage and common pitfalls.
0
mariadb-corporation
mariadb-schema-management-create
Scaffold a MariaDB Schema Management (MSM) project and author the initial schema in the development folder, creating the project with msm.create_project and writing the first version's tables, objects, and grants into the MSM sections of <schema>_next.sql.
0
mariadb-corporation
mariadb-rest-service-update-endpoints
Modify existing MariaDB REST Service endpoints using ALTER and DROP REST statements, including renaming request paths, enabling/disabling, publishing, and merging JSON options.
0
auto-skiller
data-scraping
Builds a configurable scraping agent that collects data from APIs, HTML, or RSS, enriches it with Gemini AI scoring, and stores results in Notion, Google Sheets, Supabase, or local files.
1 · bundle
mhassan0000
clickhouse-io
Provides ClickHouse-specific patterns for schema design, query optimization, data ingestion, and analytics, including materialized views and performance monitoring.
1
galyarderlabs
ab-test-setup
Guides setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.
20 · bundle
diegosouzapw
dbt
Provides dbt patterns for data transformation and analytics engineering, including model structures, incremental models, and testing.
54 · bundle
diegosouzapw
dsql
Manage Amazon Aurora DSQL clusters, schemas, and migrations with MCP tools and CLI scripts, including multi-tenant patterns and IAM-based authentication.
54 · bundle
diegosouzapw
vega
Create data-driven charts with Vega-Lite and Vega, covering bar, line, scatter, heatmap, area, radar, and word cloud visualizations from structured data arrays.
54 · bundle
oyi77
zvec
Provides guidance on using the ZVec in-process vector database for efficient similarity search and embedding storage in agent memory systems.
10
oyi77
dbt-transform
Transforms raw data into analytics-ready models using dbt, covering models, tests, macros, sources, snapshots, documentation, and packages.
10
oyi77
trading-strategist
Designs and backtests systematic trading strategies using technical indicators, fundamental analysis, and statistical models, with clear entry/exit rules, risk controls, and documentation.
10
chimeranext
analytics-tracking
Implements user analytics and event tracking in Flutter apps using Firebase Analytics, Mixpanel, and Amplitude, including event definitions, user properties, and e-commerce events.
4
demerzels-lab
asr
Transcribes audio from URLs or local files into text with speaker diarization, word timestamps, and multiple output formats via a command-line tool.
10 · bundle
demerzels-lab
xmd
Provides analytics and operations for the Metal Dollar (XMD) stablecoin, covering minting, redemption, supply metrics, collateral reserves, and oracle prices.
10 · bundle
cloudthinker-ai
aws-athena
Analyzes AWS Athena queries and workgroups, including cost-per-query tracking, performance optimization, and Data Catalog integration.
7
cloudthinker-ai
aws-billing
Analyzes AWS billing data with anti-hallucination guardrails, covering cost breakdowns, trends, anomaly detection, RI/SP utilization, forecasting, and multi-account comparisons using Cost Explorer.
7 · bundle
cloudthinker-ai
managing-loom
Manages Loom video libraries and analyzes engagement via the Loom API, covering video discovery, folder organization, sharing settings, and viewer analytics.
7
cloudthinker-ai
managing-novu
Manages and analyzes Novu notification infrastructure, covering workflows, subscribers, messages, integrations, and delivery analytics via the Novu API.
7
cloudthinker-ai
managing-solr
Monitors, analyzes, and optimizes Apache Solr instances and SolrCloud clusters through a discovery-first workflow that checks cluster health, collection status, schema fields, cache hit ratios, and query handler performance.
7
cloudthinker-ai
managing-zoom
Manages Zoom meetings and webinars via the Zoom REST API, covering scheduled meetings, recordings, users, and usage analytics for auditing and participation analysis.
7
cloudthinker-ai
managing-coveo
Monitors and manages Coveo enterprise search platform: sources, indexes, query pipelines, ML models, usage analytics, and security providers, with health checks and license utilization.
7
vikingokft
gws-sheets-read
Reads cell values from a Google Sheets spreadsheet by ID and range using the gws CLI.
0

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 ncbi-datasets, data-scraping, ab-test-setup. Rankings shift as installs change; sort this page by "Most downloaded" 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 add <owner>/<name>, or copy the file into your agent's skills directory.