data-analytics
v0.2.8Answer product and business questions with data
By Data Analytics MaintainersLicense: Proprietary5.2k GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 16 skill or MCP entries
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add data-analytics-2@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/data-analytics/.
Plugin files
├── .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/publish-artifact-to-sites/SKILL.md├── skills/validate-data/SKILL.md├── skills/visualize-data/SKILL.md└── .mcp.json
Included Skills15
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.
Publish a validated Data Analytics report or dashboard artifact through Sites. Use automatically for durable artifacts in any positively identified Work Mode when the full Sites lifecycle is callable, or in ChatGPT Desktop outside Work Mode only after an explicit Sites request or acceptance of the optional post-handoff sharing offer.
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
- .
Plugin manifests1
{
"name": "data-analytics",
"version": "0.2.8",
"description": "Answer product and business questions with data",
"author": {
"name": "Data Analytics Maintainers"
},
"homepage": "https://openai.com/",
"repository": "",
"license": "Proprietary",
"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": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[data-analytics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/data-analytics-2)