Profile new datasets to assess structure, quality, distributions, and analysis priorities.
The materials indicate this is essentially an open-source prompt-only data exploration skill with no required secrets and no declared fixed remote endpoints. Overall risk is low, though its documented workflow includes routine file access and profiling queries against connected data warehouses, so users should still watch the permission scope of attached data sources.
The materials explicitly state that no keys or environment variables are required; there is no request for API tokens, database passwords, or other sensitive credentials, so credential exposure appears minimal.
No remote endpoint is declared; as a prompt-only skill, it appears to be an analysis workflow description rather than a standalone networked component. The README only mentions querying an already connected data warehouse MCP, with no evidence of data being exfiltrated to unknown or unrelated third parties.
The materials do not describe spawning local processes, executing scripts, installing dependencies, or invoking system commands; the content is primarily guidance on profiling steps and query logic.
The README explicitly supports reading user-provided CSV/Excel/Parquet/JSON files and, when a data warehouse is connected, querying table metadata and live data. This is routine for a data analysis skill, but it means the skill may access table contents and characteristics such as distributions, duplicates, and anomalous values; use least-privilege access and non-sensitive or controlled datasets where possible.
The source is an open-source GitHub repository, anthropics/knowledge-work-plugins, and the code is auditable, which is a strong risk-reducing factor. While the license is unspecified, stars are 0, and maintenance status is unknown, creating some governance uncertainty, there is no sign of closed-source behavior, uncontrolled outbound traffic, or malicious installation patterns.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "explore-data" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/data/skills/explore-data/SKILL.md 2. Save it as ~/.claude/skills/explore-data/SKILL.md 3. Reload skills and tell me it's ready
Please analyze this dataset's basic structure, including row count, column count, field types, null rates, duplicate records, and key value distributions for each column, then point out obvious data quality issues.
A dataset profile report with structure stats, null and duplicate analysis, anomaly flags, and a summary of data quality risks.
Help me inspect which columns in this dataset contain suspicious values, such as extreme outliers, unreasonable dates, inconsistent formats, or messy category spellings, and rank them by risk.
A column-by-column anomaly review describing issue types, sample values, and recommended remediation priorities.
Based on this dataset's fields, help me determine suitable dimensions and metrics for analysis, and suggest a few business questions or chart directions to explore first.
An analysis plan with usable dimensions, core metrics, priority questions, and recommended visualization directions.
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Generate a comprehensive data profile for a table or uploaded file. Understand its shape, quality, and patterns before diving into analysis.
/explore-data <table_name or file>
If a data warehouse MCP server is connected:
If a file is provided (CSV, Excel, Parquet, JSON):
If neither:
Before analyzing any data, understand its structure:
Table-level questions:
Column classification — categorize each column as one of:
Run the following profiling checks:
Table-level metrics:
All columns:
Numeric columns (metrics):
min, max, mean, median (p50)
standard deviation
percentiles: p1, p5, p25, p75, p95, p99
zero count
negative count (if unexpected)
String columns (dimensions, text):
min length, max length, avg length
empty string count
pattern analysis (do values follow a format?)
case consistency (all upper, all lower, mixed?)
leading/trailing whitespace count
Date/timestamp columns:
min date, max date
null dates
future dates (if unexpected)
distribution by month/week
gaps in time series
Boolean columns:
true count, false count, null count
true rate
Present the profile as a clean summary table, grouped by column type (dimensions, metrics, dates, IDs).
Apply the quality assessment framework below. Flag potential problems:
After profiling individual columns:
…
Review an analysis for methodology, accuracy, bias, and evidence support.
Generate people analytics reports on headcount, attrition, diversity, and org health.
Identify, categorize, and prioritize technical debt for smarter refactoring decisions.
Choose the right Zoom surface for a product use case with clear tradeoffs.
Turn an approved brief into social assets, copy, and a staged campaign.
Create stakeholder updates tailored to audience, cadence, and communication goals.
Explore CSV datasets with summaries, cleaning, correlations, and statistical tests.
Answer metric questions, analyze trends, compare segments, and draft data reports.
Quickly compute data metrics and descriptive statistics with clear analytical outputs.
Load datasets, compute statistics, and create charts for data exploration.
Analyze local CSV or Parquet datasets and generate insights without full uploads.
Explore, analyze, and filter CSV data with schema and statistics tools.