Agent Plugins Marketplace
All plugins

bok-report-publisher

v0.1.0+codex.20260920160836

Build and verify Bank of Korea report pages from DOCX and Excel source data.

Codex11 Skills

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

Installs for the current user
codex plugin marketplace add doomin03/bok-plugin
codex plugin marketplace upgrade personal
codex plugin add bok-report-publisher@personal

Paste 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-marketplacebok-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-plugin

Clone 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

plugins/bok-report-publisher/
├── .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

bok-chartskills/bok-chart/SKILL.md

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.

bok-feedbackskills/bok-feedback/SKILL.md

Turn numbered BOK chart feedback and test conditions into a scoped OpenSpec review, without automatically expanding implementation.

bok-implementskills/bok-implement/SKILL.md

Implement only explicitly selected BOK Jira tickets, comma-separated keys, or a bounded ticket range; supports explicit local units before Jira setup.

bok-jiraskills/bok-jira/SKILL.md

Preview or explicitly register granular BOK report Jira tickets from a reviewed unit plan. Does not implement report code.

bok-report-publishingskills/bok-report-publishing/SKILL.md

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.

bok-specskills/bok-spec/SKILL.md

Apply a BOK report owner's comparison review to revisioned OpenSpec decisions before scope selection and implementation.

bok-startskills/bok-start/SKILL.md

Prepare BOK document data and an owner comparison review against a previous report branch, without implementing the site or registering Jira.

bok-verifyskills/bok-verify/SKILL.md

Verify selected BOK report charts against source cells, previous-report UI conventions, live Highcharts rendering and desktop/mobile evidence.

bol-feedbackskills/bol-feedback/SKILL.md

Turn a BOK section or chart review ID plus feedback and test conditions into an OpenSpec review, and implement a fix only when requested.

bol-startskills/bol-start/SKILL.md

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.

bol-verifyskills/bol-verify/SKILL.md

Verify BOK report source parity, inherited UI, chart labels and responsive behavior for a report or review ID.

Plugin manifests1

plugins/bok-report-publisher/.codex-plugin/plugin.json
{
  "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."
  }
}

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)