
from hwpx-skill78
Comprehensive HWP/HWPX toolset for generating, converting, editing, and validating Korean HWPX documents from markdown, text, or .hwp binaries, with robust work
This skill provides a full pipeline for working with HWP/HWPX (Hancom Office) documents: convert legacy .hwp binaries to HWPX, generate HWPX from markdown/text/URLs, clone and fill complex templates, and validate/fix namespace issues so generated files open correctly. It includes build and verification scripts, template assets, and detailed rules for government document formatting.
Use when you need reliable HWPX outputs (reports, proposals, official documents) or must convert .hwp files into editable HWPX for downstream processing. It's essential for workflows requiring template preservation (tables, images, styles) and for generating documents that must follow strict public-sector formatting rules.
Designed for agents or runtimes that can run Python tooling and shell commands; especially useful where document fidelity (tables/images/styles) is critical, such as Korean government or enterprise document pipelines.
Comprehensive HWP/HWPX document toolkit for Korean government documents. 11 scripts covering conversion, validation, template cloning, and form generation. Only hwpx_helpers.py (library module) succeeded; 6 scripts failed on missing deps (lxml, python-hwpx), 4 CLI scripts need input files. Well-structured with clear workflows (A-H) and Korean government document standards support.
lxmlpython-hwpxpyhwp5olefileThe convert_hwp.py script auto-clones a GitHub repo and auto-installs pip packages without user confirmation, which is a security concern (auto-download from internet). Deducted -18 for unsandboxed network call and -12 for auto pip install. The skill is niche (Korean government docs format) but well-structured with excellent workflow documentation, templates, and reference materials. Good separation of concerns with helper library, CLI tools, and template assets.