What problem does it solve?
This Skill solves the difficulty of programmatically generating and editing HWPX (Hancom Office) documents, which are notoriously complex due to their XML-based OWPML structure. It bypasses unreliable high-level APIs by allowing direct, template-based XML manipulation.
Core Features & Use Cases
- XML-first Generation: Build complex HWPX documents from scratch using predefined templates (gonmun, report, minutes, proposal).
- Deep Editing: Unpack existing HWPX files to modify internal XML structure (header.xml, section0.xml) and repack them with full integrity.
- Data Extraction: Extract text and table data from HWPX files into clean, structured formats.
- Use Case: Automate the creation of standardized corporate reports or official government-style documents by injecting dynamic data into pre-configured XML templates.
Quick Start
Use the hwpx skill to generate a new report document named output.hwpx using the report template and the provided data.