hwp

Convert HWP, HWPX, and HWPML documents to Markdown or JSON.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill hwp-nomadamas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hwp
Source: https://github.com/NomaDamas/k-skill/tree/main/hwp
Command: npx skills add https://github.com/NomaDamas/k-skill --skill hwp-nomadamas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HWP/HWPX 문서를 읽고 정리하려면 사람이 직접 표·텍스트·양식 정보를 파악해야 해서 시간이 많이 들고, AI가 활용할 수 있는 형태로 변환하는 과정이 번거롭습니다.

Core Features & Use Cases

  • HWP/HWPX/HWPML → Markdown/JSON 변환: AI가 바로 읽고 이해할 수 있는 구조화된 텍스트와 블록 단위 결과를 생성합니다.
  • 문서 비교(diff): 신구 버전 간 차이를 확인해 변경 내용을 빠르게 파악합니다.
  • 양식 필드 추출 & Markdown→HWPX 역변환: 문서 안의 양식 필드를 뽑거나, AI가 만든 Markdown을 다시 HWPX로 되돌립니다.

Quick Start

“이 HWP 파일을 Markdown으로 변환해서 출력해줘(예: 보고서.hwp → 보고서.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 files to Markdown for AI processing?

You can convert HWP documents to structured JSON by using the kordoc engine, which parses HWP, HWPX, and HWPML files to extract text, tables, and form fields into block-level JSON outputs.

Can I extract form fields from an HWPX document?

Yes, you can extract form fields from an HWPX document using this conversion process, which isolates form field data and optionally converts Markdown content back into a new HWPX file.

Does batch folder conversion work for multiple HWP files?

Batch folder conversion works for multiple HWP files by using glob patterns to process entire directories, converting all matching HWP and HWPX documents into Markdown or JSON outputs simultaneously.

What is the best way to compare differences between HWP document versions?

The best way to compare HWP document versions is using the document diffing feature, which parses新旧 versions and highlights structural and text differences in a read-only Markdown workflow.

Can I convert Markdown back to HWPX format?

Yes, you can reverse convert Markdown back to HWPX format, allowing AI-generated Markdown content to be exported into a structured HWPX document while preserving the original layout structure.