data-analytics
v0.2.6Answer product and business questions with data
by Data Analytics MaintainersMIT488updated 3 weeks ago
Source
git clone https://github.com/openai/role-specific-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/data-analytics/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── skills/analyze-data-quality/SKILL.md├── skills/build-dashboard/SKILL.md├── skills/build-report/SKILL.md├── skills/create-data-context/SKILL.md├── skills/design-kpis/SKILL.md├── skills/gather-business-context/SKILL.md├── skills/index/SKILL.md├── skills/jupyter-notebooks/SKILL.md├── skills/kpi-reporting/SKILL.md├── skills/market-sizing/SKILL.md├── skills/metric-diagnostics/SKILL.md├── skills/product-business-analysis/SKILL.md├── skills/validate-data/SKILL.md├── skills/visualize-data/SKILL.md└── .mcp.json
Skills14
Assess whether structured data, query results, dashboards, or analytical evidence are trustworthy enough to use. Use when the task is to check data quality, reconcile conflicting sources or metric definitions, or decide whether evidence is safe to cite.
Build source-backed dashboards for monitoring performance, exploring drivers, or acting on product and business metrics. Use when the task needs a dashboard, scorecard, or monitoring view with clear metrics, filters, source definitions, and QA.
Build polished analytical reports for executive, product, business, or technical audiences. Use when the task needs a durable answer-first narrative with evidence-backed findings, visuals or tables, caveats, and source context.
Create, update, inspect, or repair Data Analytics semantic layers. Use when the user asks to save data context or create a semantic layer that future Data Analytics work can inspect and cite.
Design KPI frameworks, metric definitions, targets, guardrails, and measurement plans for product or business decisions. Use when success metrics, drivers, guardrails, targets, or the measurement approach need to be defined or improved.
Gather business context from connected or provided sources so downstream analysis starts with the right framing. Use when an analytical question depends on missing context, such as what a metric means, what changed recently, or which sources should be checked. If the same prompt asks for diagnosis, recommendation, or a deliverable, gather context first and continue to the focused skill.
Route Data Analytics plugin-level requests and broad analytics work to the right focused workflow. Use when Data Analytics is at-mentioned, or for analytics requests involving data, metrics, dashboards, reports, charts, notebooks, spreadsheets, KPIs, market sizing, or semantic layers.
Create, edit, or validate reproducible SQL or Python notebooks. Use for notebooks, SQL/Python scratchpads, reproducible exploration, audit trails, or runnable companions where the analysis should be reviewable or rerunnable.
Prepare KPI readouts, scorecards, WBR/MBR/QBR updates, and executive summaries from quantitative business or product metrics; use when the task is to report status, compare against targets, explain validated drivers, and state operating implications.
Estimate market, segment, or opportunity size with transparent assumptions and uncertainty. Use for TAM/SAM/SOM, sizing scenarios, or comparing the scale of possible opportunities.
Diagnose why a metric changed or differs from expectation. Use when the task is to identify likely drivers of a metric movement, anomaly, gap, or discrepancy.
Analyze product or business data to support a decision or recommendation. Use when a decision depends on metric-backed evidence, such as choosing a direction, prioritizing an opportunity, evaluating a change, segmenting users, sizing tradeoffs, or deciding what to do next.
Validate whether an analysis is accurate, well-supported, and ready to share or use for a decision. Use when reviewing methodology, calculations, comparisons, visuals, caveats, or conclusions.
Design, build, revise, or QA quantitative charts and figures. Use when an analytical answer needs visual judgment, whether for an inline answer, report, dashboard, notebook, or artifact.
MCP servers1
- command
- node
- args
- ./mcp/server.cjs --stdio
- cwd
- .
Manifests1
{
"name": "data-analytics",
"version": "0.2.6",
"description": "Answer product and business questions with data",
"author": {
"name": "Data Analytics Maintainers"
},
"homepage": "https://github.com/openai/role-specific-plugins",
"repository": "https://github.com/openai/role-specific-plugins/tree/main/plugins/data-analytics",
"license": "MIT",
"keywords": [
"data-analytics",
"analytics",
"business intelligence",
"sql",
"business-context",
"dashboards",
"funnel-analysis",
"kpi-reporting",
"market-sizing",
"metric-diagnostics",
"post-launch-updates",
"product-analysis",
"retention",
"root-cause-analysis",
"scorecards",
"validation",
"visualization",
"jupyter-notebooks",
"databricks",
"bigquery",
"snowflake",
"deepnote",
"mixpanel",
"mixpanel-headless",
"metabase",
"thoughtspot",
"guided-flow",
"semantic-layer"
],
"skills": "./skills/",
"apps": "./.app.json",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Data Analytics",
"shortDescription": "Answer product and business questions with data",
"longDescription": "Data Analytics helps you turn questions about your product or business into answers you can trust. Ask why a metric changed, what the data shows about where a team should focus next, how to define KPIs, whether a dataset is reliable, or how large an opportunity might be, and it can help you investigate the data and turn the findings into shareable reports, charts, dashboards, notebooks, and recommendations.\n\nStart with the data you already have: connected warehouses, BI or product analytics tools, docs, chats, spreadsheets, uploaded files, pasted results, or clearly labeled sample data. The plugin guides you through the right workflow, checks sources where possible, and keeps the evidence visible in reviewable tables, charts, dashboards, and report apps you can share.",
"developerName": "OpenAI",
"category": "Data & Analytics",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://openai.com/",
"privacyPolicyURL": "https://openai.com/policies/privacy-policy/",
"termsOfServiceURL": "https://openai.com/policies/terms-of-use/",
"defaultPrompt": [
"Help me get started with my first data task",
"Analyze product or business data and recommend where to focus next",
"Diagnose why a key metric changed and identify the biggest drivers"
],
"brandColor": "#0285FF",
"composerIcon": "./assets/datascience-small.svg",
"logo": "./assets/datascience.png",
"screenshots": []
}
}