data
v1.0.0用于数据集探索、统计分析、分析结果 QA 与数据可视化。包含 data-exploration、statistical-analysis、data-validation、data-visualization;处理 CSV/Excel/数据库时遵循当前宿主的文件和数据工具规则,不假设存在特定 MCP 或数据仓库。
By trojanbox0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 19, 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 data for Codex and Claude Code
codex plugin marketplace add trojanbox/agent-plugin-marketplace
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add data@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the agent-plugin-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “data-2” remain stable.
- Codex:
data-2@agent-plugin-marketplace→data@agent-plugin-marketplace
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/trojanbox/agent-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/data/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/data-exploration/SKILL.md├── skills/data-validation/SKILL.md├── skills/data-visualization/SKILL.md└── skills/statistical-analysis/SKILL.md
Included Skills4
用于首次理解一个数据集、表格或数据文件:确认 grain/主键/时间范围、字段角色、缺失率、基数、分布、重复、异常值和潜在关系,并建议后续分析。若探索过程中同时要求画关键分布/概览图,仍以本 Skill 为主并组合 data-visualization;已有分析结果 QA 使用 data-validation,正式统计检验使用 statistical-analysis。
用于在分享数据分析、SQL、图表或结论前做 QA:检查问题定义、数据选择、grain、Join、过滤、聚合、分母、时间窗口、统计偏差、图表误导和结论是否被数据支持。若验证需要重跑关键检验或重做问题图表,本 Skill 保留主路由并按需组合 statistical-analysis / data-visualization。输出 Ready to share / Share with caveats / Needs revision。
用于当可视化本身是主要交付物时选择、创建或审阅图表:趋势、分类比较、分布、相关、组成、地理、流程等,并检查可读性、无障碍和视觉误导。若图表只是探索、统计分析或验证的呈现步骤,由对应上游 Data Skill 保留主路由并组合本 Skill。
用于描述统计、分布、趋势、异常值、相关性、假设检验、效应量、置信区间和统计结果解释。适合 A/B、前后对比、分组差异和时间序列;若同一请求还要求把统计结果画出来,本 Skill 保留主路由并组合 data-visualization。已有分析主要做 QA 时使用 data-validation。
Plugin manifests2
{
"name": "data",
"version": "1.0.0",
"description": "用于数据集探索、统计分析、分析结果 QA 与数据可视化。包含 data-exploration、statistical-analysis、data-validation、data-visualization;处理 CSV/Excel/数据库时遵循当前宿主的文件和数据工具规则,不假设存在特定 MCP 或数据仓库。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace",
"skills": "./skills/",
"interface": {
"displayName": "Data",
"shortDescription": "用于数据集探索、统计分析、分析结果 QA 与数据可视化。包含 data-exploration、statistical-analysis、data-validation、data-visua…",
"longDescription": "用于数据集探索、统计分析、分析结果 QA 与数据可视化。包含 data-exploration、statistical-analysis、data-validation、data-visualization;处理 CSV/Excel/数据库时遵循当前宿主的文件和数据工具规则,不假设存在特定 MCP 或数据仓库。",
"developerName": "trojanbox",
"category": "Data",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"使用 Data 插件帮助我完成当前任务。"
]
}
}{
"name": "data",
"displayName": "Data",
"version": "1.0.0",
"description": "用于数据集探索、统计分析、分析结果 QA 与数据可视化。包含 data-exploration、statistical-analysis、data-validation、data-visualization;处理 CSV/Excel/数据库时遵循当前宿主的文件和数据工具规则,不假设存在特定 MCP 或数据仓库。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace"
}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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/data-2)