A specialized tool for AI agents to read, extract, and analyze text content from Korean HWP and HWPX document formats.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hwp-reader
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install hwp-reader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The HWP Reader is a professional integration for Openclaw Skills designed to bridge the gap between AI agents and Korean document formats. It provides robust support for both legacy HWP files using the pyhwp library and modern HWPX files through ZIP-based XML parsing. This skill allows developers to integrate Hangul Word Processor document processing into their automated workflows, making Korean government forms, support applications, and business documents accessible for deep analysis and content extraction within the ecosystem of Openclaw Skills.
Ensure you have Python 3.9+ installed, then install the required pyhwp library to enable full compatibility:
pip install pyhwp
The skill utilizes standard Python libraries like zipfile and xml.etree.ElementTree for HWPX processing, requiring no additional external dependencies for modern formats.
The HWP Reader processes document data into structured text outputs while maintaining a mapping of internal XML components and metadata.
| Feature | HWP (Legacy) | HWPX (Modern) |
|---|---|---|
| Extraction Method | pyhwp / hwp5txt | ZIP + XML Parsing |
| Table Detection | Placeholder markers | XML Tag Analysis |
| Metadata Source | via hwp5 metadata | version.xml |
| Image Support | Not supported | Extracted from BinData/ |
Text extraction from HWPX includes Section XML parsing to ensure full content retrieval beyond the 1KB preview limit.
Loading
A resilient self-healing system designed to monitor, backup, and automatically recover the Openclaw Skills gateway from process or configuration failures.

A comprehensive Git automation skill that streamlines status checks, smart commits, and safe pushes with intelligent defaults.

A professional decision-tracking skill that records rationales and automatically evaluates results after 30 days.

A lightweight web collection utility for extracting structured data and monitoring site changes without a headless browser.

A browser automation tool for streamlining freelancer registration and service profile management on the Kmong marketplace.

An automated tool for generating standardized Korean estimates and tax invoices with automatic VAT calculations and business data management.








































