hwp

Read, parse, and convert HWP/HWPX documents to Markdown or other formats.

68|29|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/revfactory/skills --skill hwp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hwp
Source: https://github.com/revfactory/skills/tree/main/hwp
Command: npx skills add https://github.com/revfactory/skills --skill hwp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HWP and HWPX documents are complex formats (binary and ZIP/XML) that require specialized tooling to extract text and tables, convert content, or generate new documents. This skill provides a cohesive, end-to-end capability for reading, parsing, and transforming Korean word-processor documents.

Core Features & Use Cases

  • Text extraction from HWP/HWPX, including Korean content
  • Table and image extraction
  • Conversion to Markdown, HTML, or other formats
  • Generation of HWPX from Markdown or plain text
  • Quick data for document processing workflows (batch or single-file)

Quick Start

Use this skill to convert a provided HWP file to Markdown and extract its text.

Frequently Asked Questions about hwp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from HWP and HWPX documents?

HWP text extraction parses both binary OLE2/CFB structures and HWPX ZIP/XML packages to isolate and retrieve Korean document content. This process handles complex formatting to accurately extract readable text from Korean word-processor files.

Can I convert HWP files to Markdown?

HWP to Markdown conversion transforms parsed text, tables, and images from Korean word-processor documents into structured Markdown format. This enables seamless integration of HWP content into Markdown-based documentation workflows.

Is it possible to generate HWPX files from plain text or Markdown?

Generating HWPX from Markdown or plain text creates valid ZIP/XML structured documents. This allows you to programmatically produce Korean word-processor compatible files without needing the native application.

What is the difference between HWP and HWPX formats for document processing?

HWP is a binary format relying on OLE2/CFB structures, while HWPX uses a ZIP/XML package structure. Processing both requires specialized parsing logic to extract tables, images, and text accurately across these distinct document architectures.

How do I extract tables and images from HWPX files?

Extracting tables and images from HWPX files involves parsing the internal ZIP/XML structure to locate and isolate embedded media and tabular data. This allows you to retrieve visual and structured grid content from Korean documents.

Does HWP document processing support batch file conversion?

HWP document processing supports batch file workflows, allowing you to automate text extraction and Markdown conversion across multiple files. This streamlines large-scale document processing tasks for Korean word-processor formats.