hwp

Convert HWP, HWPX, and HWPML files to Markdown or structured JSON.

Updated May 1, 2026
One-click install
npx skills add https://github.com/seolcoding/k-parent-skill --skill hwp-seolcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hwp
Source: https://github.com/seolcoding/k-parent-skill/tree/main/hwp
Command: npx skills add https://github.com/seolcoding/k-parent-skill --skill hwp-seolcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HWP is the standard Korean word processing format, but it is natively unreadable by most AI agents and document processing tools, requiring manual conversion work to access its content for automation or analysis.

Core Features & Use Cases

  • Multi-format Conversion: Convert .hwp, .hwpx, and .hwpml files to Markdown or structured JSON, preserving tables, images, and document metadata for AI processing.
  • Document Analysis Tools: Compare two versions of a document to identify changes, or extract form fields from application HWPX files for automated data entry.
  • Reverse Conversion: Turn AI-generated Markdown content back into properly formatted HWPX files for sharing with users who require the native HWP format. For example, use this skill to batch convert 30 school notice HWP files to Markdown so your AI assistant can summarize all upcoming event deadlines and required supplies in one go.

Quick Start

Use the hwp skill to convert the attached 'school-event-notice.hwp' file to Markdown and save it as 'school-event-notice.md'.

Frequently Asked Questions about hwp

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

FAQPage Schema
How do I convert HWP documents to Markdown for AI processing?

You can convert HWP files to Markdown by parsing binary HWP streams with the kordoc CLI and pdfjs-dist runtime, which extracts structured block data and preserves tables, images, and metadata for AI-readable output.

What is the best way to extract form fields from HWPX application files?

Extracting form fields from HWPX files is done using this skill's document analysis capabilities, which parse native Korean HWPX formats to identify structured form fields for automated data entry workflows.

Can I turn Markdown content back into a formatted HWPX file?

Yes, reverse conversion allows you to turn AI-generated Markdown content back into properly formatted HWPX files, enabling you to share output with users who require the native Korean HWP format.

How do I compare two versions of an HWP document to identify changes?

Comparing two HWP document versions involves converting both files to Markdown or JSON using this skill, then applying document diff tools to identify content changes between the original and modified versions.

Do I need kordoc CLI to parse binary HWP streams for automated workflows?

Yes, the kordoc CLI and pdfjs-dist runtime are required to parse binary HWP streams, because native Korean HWP formats are incompatible with standard AI document parsing tools and require these dependencies for lossless format conversion.