rhwp-edit

Edit HWP binary documents with bulk text replacement and table insertion.

Updated May 1, 2026
One-click install
npx skills add https://github.com/seolcoding/k-parent-skill --skill rhwp-edit-seolcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rhwp-edit
Source: https://github.com/seolcoding/k-parent-skill/tree/main/rhwp-edit
Command: npx skills add https://github.com/seolcoding/k-parent-skill --skill rhwp-edit-seolcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

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'.

Frequently Asked Questions about rhwp-edit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk replace text in an HWP document without losing formatting?

To bulk replace text in an HWP document while preserving original formatting, use round-trip safe editing via the rhwp CLI wrapper. It applies changes programmatically and validates output to prevent data loss.

Can I insert and edit tables in existing HWP files programmatically?

Yes, you can insert and edit tables in existing HWP files programmatically. The skill enables table management, allowing you to add new tables and update individual cell text while preserving the original document structure.

What is round-trip safe editing for Korean Hangul Word Processor documents?

Round-trip safe editing for Korean Hangul Word Processor documents is a process that modifies binary HWP files and outputs a validated new file, ensuring the original document remains completely unmodified without formatting loss.

Does the rhwp-edit skill modify the original HWP binary document?

No, the rhwp-edit skill does not modify the original HWP binary document. It applies editing operations via defined subcommands and uses output validation to ensure original input files remain intact and unmodified.

How do I batch update multiple HWP application forms for a new year?

To batch update HWP application forms for a new year, use bulk text replacement to change all instances of the old year to the new one across the document body in one command, generating updated files without formatting loss.