hwp

Installation
SKILL.md

HWP/HWPX Processing Guide

Overview

HWP is the native format for Hancom's "한글" word processor, widely used in South Korea. Two formats exist:

Format Container Detection Extension
HWP (Binary) OLE2/CFB compound file Magic bytes 0xD0 0xCF 0x11 0xE0 .hwp
HWPX ZIP archive with XML Magic bytes 0x50 0x4B (PK) .hwpx

For advanced patterns used in the MDView project (Web Workers, React hooks, progress tracking), see REFERENCE.md.

Quick Start

Node.js / TypeScript — Read HWP Binary

Installs
3
GitHub Stars
137
First Seen
Jun 12, 2026
hwp — revfactory/skills