
Converts Korean HWP/HWPX documents to Markdown or JSON using kordoc, which is useful when you need to feed government forms or corporate documents into an AI workflow. It handles batch conversion, page ranges, form field extraction, and can even reverse convert Markdown back to HWPX. This is the read-only skill in a three-part set. If you need to edit HWP files directly (insert text, modify tables), route to rhwp-edit instead. If you need layout debugging or thumbnails, use rhwp-advanced. One catch: you need both kordoc and pdfjs-dist installed even if you're not touching PDFs, since the CLI loads pdfjs at startup in the current release.
npx -y skills add nomadamas/k-skill --skill hwp --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct hwp
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files hwp
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/hwp/instruction.md.