html-report
v4.0.0Turn finished analysis results into a self-contained interactive HTML report: charts, cohort heatmaps, sortable tables and stat tiles, all inline in one file that opens by double-click with no network. Carries no brand of its own — it derives a theme from a brand color, or lifts one verbatim out of a report it built earlier.
By Jaison Erick1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 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 html-report for Codex and Claude Code
codex plugin marketplace add nexaedge/nexaedge-marketplace
codex plugin marketplace upgrade nexaedge-marketplace
codex plugin add html-report@nexaedge-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the nexaedge-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “html-report” remain stable.
- Codex:
html-report@agent-plugin-marketplace→html-report@nexaedge-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/nexaedge/nexaedge-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/html-report/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/html-report/SKILL.md
Included Skills1
Build a self-contained interactive HTML report from analysis results — charts, cohort matrices, sortable tables, stat tiles, all inline in one file that opens by double-click with no network. Handles the visual layer only: you bring the numbers and the message, this decides the form, the theme and the markup. Use when turning a finished analysis into a deliverable someone else will open, or when asked for a report, dashboard, detalhamento, painel, one-pager or "manda em HTML". Carries no brand of its own: it derives a theme from a brand color, or lifts one verbatim out of a report it built earlier. Triggers "monta o relatório", "gera o HTML", "quero isso em relatório", "build a report", "make this a dashboard", "põe num HTML pra mandar".
Plugin manifests3
{
"name": "html-report",
"version": "4.0.0",
"description": "Turn finished analysis results into a self-contained interactive HTML report: charts, cohort heatmaps, sortable tables and stat tiles, all inline in one file that opens by double-click with no network. Carries no brand of its own — it derives a theme from a brand color, or lifts one verbatim out of a report it built earlier.",
"author": {
"name": "Jaison Erick",
"email": "[email protected]",
"url": "https://github.com/jaisonerick"
},
"skills": "./skills/",
"interface": {
"displayName": "HTML Report",
"shortDescription": "Turn finished analysis into a self-contained interactive HTML report",
"longDescription": "Turn finished analysis results into a self-contained interactive HTML report: charts, cohort heatmaps, sortable tables and stat tiles, all inline in one file that opens by double-click with no network. Carries no brand of its own — it derives a theme from a brand color, or lifts one verbatim out of a report it built earlier.",
"developerName": "Jaison Erick",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Turn this analysis into a report",
"Build me a dashboard from these numbers"
]
},
"homepage": "https://github.com/nexaedge/nexaedge-marketplace",
"repository": "https://github.com/nexaedge/nexaedge-marketplace",
"keywords": [
"report",
"dashboard",
"charts",
"html",
"dataviz"
]
}{
"name": "html-report",
"description": "Turn finished analysis results into a self-contained interactive HTML report: charts, cohort heatmaps, sortable tables and stat tiles, all inline in one file that opens by double-click with no network. Carries no brand of its own — it derives a theme from a brand color, or lifts one verbatim out of a report it built earlier.",
"version": "v4",
"author": {
"name": "Jaison Erick",
"url": "https://github.com/jaisonerick"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "html-report",
"version": "v4",
"description": "Turn finished analysis results into a self-contained interactive HTML report: charts, cohort heatmaps, sortable tables and stat tiles, all inline in one file that opens by double-click with no network. Carries no brand of its own — it derives a theme from a brand color, or lifts one verbatim out of a report it built earlier.",
"author": {
"name": "Jaison Erick",
"email": "[email protected]",
"url": "https://github.com/jaisonerick"
},
"homepage": "https://github.com/nexaedge/nexaedge-marketplace",
"repository": "https://github.com/nexaedge/nexaedge-marketplace",
"keywords": [
"report",
"dashboard",
"charts",
"html",
"dataviz"
],
"extensions": {
"com.nexaedge.marketplace": {
"displayName": "HTML Report",
"tagline": "Turn finished analysis into a self-contained interactive HTML report",
"category": "Productivity",
"platforms": [
"claude",
"codex",
"antigravity"
],
"prompts": [
"Turn this analysis into a report",
"Build me a dashboard from these numbers"
]
}
}
}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.
[html-report on Agent Plugins Marketplace](https://pluginsmp.com/plugins/html-report)