bok-report-publisher
v0.1.0+codex.20260920160836Build and verify Bank of Korea report pages from DOCX and Excel source data.
By BOK Web Publishing Team0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 11 skill or MCP entries
- Source updated
- Sep 21, 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 bok-report-publisher for Codex
codex plugin marketplace add doomin03/bok-plugin
codex plugin marketplace upgrade personal
codex plugin add bok-report-publisher@personalPaste and run these commands in a terminal with Codex. They add and refresh the personal catalog, then install this plugin.
Compatibility: the page URL and API slug “bok-report-publisher” remain stable.
- Codex:
bok-report-publisher@agent-plugin-marketplace→bok-report-publisher@personal
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/doomin03/bok-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bok-report-publisher/.
Plugin files
├── .codex-plugin/plugin.json├── skills/bok-chart/SKILL.md├── skills/bok-feedback/SKILL.md├── skills/bok-implement/SKILL.md├── skills/bok-jira/SKILL.md├── skills/bok-report-publishing/SKILL.md├── skills/bok-spec/SKILL.md├── skills/bok-start/SKILL.md├── skills/bok-verify/SKILL.md├── skills/bol-feedback/SKILL.md├── skills/bol-start/SKILL.md└── skills/bol-verify/SKILL.md
Included Skills11
Build one selected BOK Highcharts chart using approved previous-report reuse or a new chart built with the project's chartDraw and shared chart conventions.
Turn numbered BOK chart feedback and test conditions into a scoped OpenSpec review, without automatically expanding implementation.
Implement only explicitly selected BOK Jira tickets, comma-separated keys, or a bounded ticket range; supports explicit local units before Jira setup.
Preview or explicitly register granular BOK report Jira tickets from a reviewed unit plan. Does not implement report code.
Implement or review Bank of Korea report pages, charts, tables, figures, and source-data mappings in the bok-vue-web Vue project. Use for DOCX/XLSX-source-driven report publishing; do not use for generic Vue work.
Apply a BOK report owner's comparison review to revisioned OpenSpec decisions before scope selection and implementation.
Prepare BOK document data and an owner comparison review against a previous report branch, without implementing the site or registering Jira.
Verify selected BOK report charts against source cells, previous-report UI conventions, live Highcharts rendering and desktop/mobile evidence.
Turn a BOK section or chart review ID plus feedback and test conditions into an OpenSpec review, and implement a fix only when requested.
Prepare a complete BOK report work package from DOCX and XLSX, including all TOC entries, source text, tables, reference figures, sheet data and OpenSpec tasks. Use when asked to start a report or invoke bol-start.
Verify BOK report source parity, inherited UI, chart labels and responsive behavior for a report or review ID.
Plugin manifests1
{
"name": "bok-report-publisher",
"version": "0.1.0+codex.20260920160836",
"description": "Build and verify Bank of Korea report pages from DOCX and Excel source data.",
"author": {
"name": "BOK Web Publishing Team"
},
"skills": "./skills/",
"interface": {
"displayName": "BOK Report Publisher",
"shortDescription": "Source-driven BOK report publishing and chart checks.",
"longDescription": "Turns BOK report source documents and figure workbooks into traceable Vue and Highcharts publishing tasks, then validates data and implementation.",
"developerName": "BOK Web Publishing Team",
"category": "Productivity",
"capabilities": [
"Write",
"Review"
],
"defaultPrompt": "Create a source-backed chart specification and implementation plan for this BOK report figure."
}
}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.
[bok-report-publisher on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bok-report-publisher)