HWPX Document Generator

Generate Hancom-compatible Korean HWPX government reports from JSON

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 20, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · bda17ed

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 20, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Ran the bundled generator on the sample config: it emitted a 1MB HWPX with mimetype as the first STORED ZIP entry, header.xml present, both sections well-formed, and the Korean title injected correctly — a valid Hancom document I could not hand-author reliably as a baseline. The full 104-test suite passed in 7s. One friction: the documented command python scripts/generate_hwpx.py crashes on a relative import (from . import _parser); it only runs as python -m scripts.generate_hwpx from the repo root.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 4/5

What HWPX Document Generator does

A template-based generator that turns JSON into valid Korean government-style HWPX (한글) reports with title bars, hierarchical markers, data tables, and appendix sections, copying header.xml verbatim from a real Hancom template for compatibility. Includes byte-preserving read/modify modules. Triggers on HWPX, .hwpx, 한글, 보고서, 업무보고, or Hancom.

How to install HWPX Document Generator

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger HWPX Document Generator

  • /hwpx Generate Hancom-compatible Korean HWPX government reports from JSON

It also activates on plain-language prompts like these:

  • 이 JSON 데이터를 가지고 한글(HWPX) 형식의 정부 업무보고서를 만들어줘
  • 정부 제출 양식에 맞는 HWPX 보고서에 표와 부록 섹션을 추가로 만들어서 생성해줘
  • 기존 한컴 템플릿 서식과 완벽하게 호환되는 hwpx 업무보고서 문서를 새로 작성해줘

Frequently asked questions

Is the HWPX Document Generator skill free?
Yes. The skill itself is free from Steven-A3/HWPX-CLAUDE-SKILL. SkillProof publishes the install command and an independent test verdict at no cost.
Does HWPX Document Generator work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 20, 2026. Verdict: Tested · Works. Ran the bundled generator on the sample config: it emitted a 1MB HWPX with mimetype as the first STORED ZIP entry, header.xml present, both sections well-formed, and the Korean title injected correctly — a valid Hancom document I could not hand-author reliably as a baseline. The full 104-test suite passed in 7s. One friction: the documented command python scripts/generate_hwpx.py crashes on a relative import (from . import _parser); it only runs as python -m scripts.generate_hwpx from the repo root.
What is the HWPX Document Generator SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
How do I install HWPX Document Generator?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use HWPX Document Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.