What problem does it solve? Working with Korean Hangul (HWP/HWPX) files outside of Hancom Office is difficult because the formats are proprietary and most document libraries do not support them. This Skill lets an AI agent extract text, generate new documents, edit existing HWPX files, and convert between HWP, PDF, and DOCX formats. ## Core Features & Use Cases - Text Extraction: Extract text from both legacy binary .hwp files (via pyhwp) and modern XML-based .hwpx files (via python-hwpx TextExtractor), with LibreOffice as a fallback. - Document Creation & Editing: Generate new .hwpx documents with styled paragraphs (title, headings, body) and edit existing files through an unpack → XML edit → repack workflow, including table insertion via direct section0.xml manipulation. - Format Conversion: Convert HWP/HWPX files to PDF or DOCX using a LibreOffice headless wrapper. - Use Case: A Korean public institution employee receives a .hwp report and needs a PDF version plus an edited .hwpx with an added inventory table — the agent extracts, edits, and converts the files automatically. ## Quick Start Ask the agent to read the attached report.hwp file and convert it to a PDF document.