Claude Code Plugin for HWP
Claude Code reads HWP files directly. Summarize them, analyze them, convert them to other formats — whatever you need. And it's fast.
/plugin marketplace add docpler/docpler-claude-plugin
/plugin install docpler@docpler > Read report.hwp and summarize it for me Coding agents should read Korean documents too.
Claude Code handles text, code, and Markdown beautifully. But if you work with Korean teams, HWP files show up everywhere. The moment your agent can't read them, the collaboration just stops there.
This plugin clears that stop. One-line install, one /docpler:hwp-convert call, and the HWP turns straight into Markdown inside Claude's context.
Tables-within-tables, multi-column layouts, formulas, images — we cared about all of them, so the meaning of your document doesn't get lost on the way.
Demo
Reading and summarizing an HWP file directly inside Claude Code.
What lands cleanly in Markdown
Right now we cover HWP 5.0. HWPX, encrypted files, and pre-5.0 versions (HWP 3.0 / 97) aren't supported yet.
Paragraphs & text boxes
Body paragraphs come over as-is, and text-box content folds into the Markdown body so nothing's hidden in floating containers.
Tables — nested supported
Every table converts to a Markdown pipe table. Tables nested inside other cells keep their structure instead of collapsing into noise.
Multi-column layouts
Two- or three-column layouts (newspaper, magazine style) flatten into a single Markdown stream in the right reading order.
Formulas
HWP EQN equations are preserved as $$...$$ blocks and render directly as math in any Markdown viewer — technical docs and papers stay intact.
Images
In-body images come along with the text. Diagrams and figures don't disappear from the agent's context.
Auto-installs
The conversion engine downloads itself on the first run. No environment setup, no extra tooling on your side.