What problem does it solve?
Editing HWP (Korean Hangul Word Processor) documents programmatically often risks losing original formatting, structure, or data, especially when performing bulk text changes, adding tables, or updating cell content in existing files.
Core Features & Use Cases
- Round-trip safe editing: Modify HWP body text, tables, and cell content while preserving all original formatting, with no unintended data loss.
- Bulk text operations: Replace all instances of a query string (e.g., updating a year from 2025 to 2026) across the entire document body in one command.
- Table management: Insert new tables into documents and edit individual cell text programmatically.
Use case: If you need to update 50 application forms for a 2026 open source support program, use this skill to batch replace all "2025" references with "2026" and add a summary table to each form in seconds.
Quick Start
Use the rhwp-edit skill to replace all instances of '2025' with '2026' in the attached HWP file 'application-form.hwp' and save the edited version as 'application-form-2026.hwp'.