rnd-hwpx-export

rnd-hwpx-export is a skill for Claude Code from parkjui92/policy-research-kit. It costs 136 tokens per session (2,093 once invoked), scanned A, original, MIT.

A converter that turns approved Markdown documents into Korean HWPX files, the document format used by Hancom Hanword. It can also place content into a supplied Korean document form.

In plain words
What is it for?
Use it to convert research proposals and policy reports into HWPX files or fill provided Korean document templates.
Why use it?
It helps meet an organization’s required document format without rewriting the approved content.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the policy-research-kit plugin — 6 skills, 5 agents shipped together

Good fit Use it to convert research proposals and policy reports into HWPX files or fill provided Korean document templates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/parkjui92/policy-research-kit/rnd-hwpx-export
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add parkjui92/policy-research-kit --skill rnd-hwpx-export
Clone the repo
git clone --depth 1 https://github.com/parkjui92/policy-research-kit

Made for: Claude Code.

Or install policy-research-kit, the plugin that ships this one along with the rest of its 6 skills, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rnd-hwpx-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/parkjui92/policy-research-kit/rnd-hwpx-export/github.svg)](https://agentmods.dev/skills/parkjui92/policy-research-kit/rnd-hwpx-export)
Your own site
<a href="https://agentmods.dev/skills/parkjui92/policy-research-kit/rnd-hwpx-export"><img src="https://agentmods.dev/badge/skills/parkjui92/policy-research-kit/rnd-hwpx-export/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rnd-hwpx-export

Your own site · 80×15
<a href="https://agentmods.dev/skills/parkjui92/policy-research-kit/rnd-hwpx-export"><img src="https://agentmods.dev/badge/skills/parkjui92/policy-research-kit/rnd-hwpx-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,093 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00136 $0.02093
Opus 5 $0.00068 $0.01046
Sonnet 5 $0.00027 $0.00419
Haiku 4.5 $0.00014 $0.00209

Measured 10d ago against content hash f5224ebcc1a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

rnd-hwpx-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/rnd-hwpx-export/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

문서 HWPX 변환

승인된 본문을 발주처가 요구하는 양식의 .hwpx로 정확히 옮긴다. 내용을 새로 쓰거나 요약하지 않는다 — 형식 변환과 양식 준수에만 집중한다.

의존성: 이 스킬의 변환 경로는 kordoc MCP(제3자 오픈소스, npx kordoc@latest mcp)에 의존한다. 미설치 시 마크다운/docx 산출을 대안으로 제시한다(아래 에러 대응).

왜 양식이 중요한가

정부 R&D 제안서·정책보고서는 발주처 지정 양식 준수가 평가 자격 요건인 경우가 많다. 양식을 벗어나면 내용이 좋아도 감점·반려될 수 있다. 따라서 지정 양식이 있으면 반드시 그 양식을 기준으로 채운다.

절차

1. 입력 확인

  • 승인된 본문: 오케스트레이터가 지정한 초안 파일 (예: _workspace/04_proposal.md, _workspace/04_report_draft.md)
  • 지정 양식 유무: _workspace/00_input/에 발주처 양식(.hwp/.hwpx/.docx)이 있는지 확인
  • 양식 제약: RFP/설계 분석 산출물의 글꼴·여백·분량 정보

2. 양식 분기

(A) 지정 양식이 있는 경우 — 폼 채우기 방식

  1. mcp__kordoc__detect_format으로 형식 확인
  2. mcp__kordoc__parse_form으로 양식의 채울 항목(필드/표/섹션)을 파악
  3. 초안 본문을 양식의 각 항목에 매핑 (섹션 제목 기준으로 대응)
  4. mcp__kordoc__fill_form으로 양식에 내용을 채워 .hwpx 생성

(B) 지정 양식이 없는 경우 — 표준 생성 방식

  1. mcp__kordoc__generate_document로 변환한다 — GFM 표→정부 서식 표, 개조식 부호(□/ㅇ/-)→리스트 깊이 매핑을 지원하므로 표가 있는 원고도 그대로 처리된다.
  2. 팀 문서 삽입용 모듈은 표지·목차·쪽번호 off + h2_marker=none(섹션 제목 문자 유지) + 휴먼명조로 생성한다.
  3. 기관 고유 스타일이 필요하면 사용자가 제공한 클린 템플릿 또는 직전에 생성한 hwpx를 스타일 공여자로 재사용한다(독점 양식 파일을 저장소에 두지 않는다 — 런타임에 사용자가 제공).
  4. RFP/설계 분석의 글꼴·여백 제약을 반영한다.

2.5 변환 전 전처리 + 샘플 선검증

  • 원고를 변환용 파일(03b_for_hwpx.md 등)로 전처리한다: 작업 메타·말미 메모 제거, 3레벨 리터럴 "- "를 "·"로 치환(마크다운 리스트 오인 방지), □/○ 글머리·GFM 표는 보존.
  • 단독행 날짜(YYYY. M. D.)는 순서목록으로 오파싱(2026. 8. 31.□ 8. 31.)되므로 변환 전 원고 차원에서 제거·문장 편입한다(이스케이프 우회보다 근본 제거 우선).
  • 본 변환 전 소형 샘플로 (1) 도구 작동 (2) 표·부호·제목 렌더링을 선검증한 뒤 전체를 변환한다.

3. 변환 시 보존 원칙

  • 본문 텍스트는 작성가/검수관이 확정한 그대로 옮긴다
  • 마크다운 표는 hwpx 표로 변환한다 (목표체계도, 일정표, 역할분담표 등)
  • 형식상 불가피한 조정(셀 분할, 줄바꿈)은 변환 보고에 명시한다

4. 자체 검증 — 정량 스위트

재파싱 한 번으로 끝내지 않는다. 다음을 기본 스위트로 실행하고 수치로 보고한다:

  • mcp__kordoc__parse_document 재파싱 — 본문 누락·기호 오류 확인
  • 표 행수 1:1 대조 (원고 표 행수 = hwpx 표 행수, 예: 204/204 EXACT) — 표별 전수
  • 본문 왕복 대조 비율 (재파싱 텍스트 ↔ 원고 유사도, 0.999+ 목표)
  • 검증기(validateHwpx) 통과·zip 무결성·MIME(application/hwp+zip) 확인, 금지 기호·날짜 오파싱 카운터 0건 문제가 있으면 보완 후 재생성한다. 표 데이터 이상이 의심되면 mcp__kordoc__parse_table로 특정 표를 직접 검사해 손실 지점(생성 vs 이후 단계)을 격리한다.

Read the full file on GitHub · 78 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 78 lines · 136 tokens per session scan A f5224ebcc1a6

Subscribe to this mod's changes

rnd-hwpx-export is a skill published in the GitHub repository parkjui92/policy-research-kit (9 stars, last pushed 1mo ago), licensed MIT. It adds 136 tokens to every session and 2,093 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

kordoc

A command-line and server tool for reading and creating Korean official documents, including HWP, HWPX, PDF, DOCX, and spreadsheet files. It can convert documents to Markdown and create or update HWPX files.

chrisryugj/kordoc · 253 tokens

socsci-paper-orchestrator

An orchestrator for writing Korean social-science research papers with a team of six specialized agents. Social science studies people, organizations, and society; a research paper presents a question, evidence, methods, and conclusions.

parkjui92/socsci-paper-kit · 384 tokens

paper-design

A research-planning guide for starting a social-science paper or thesis. It turns a broad topic into research questions, hypotheses, theory, methods, and an outline.

parkjui92/socsci-paper-kit · 164 tokens

paper-research

An evidence-gathering guide for social-science research. It finds prior studies, academic theories, official statistics, and relevant cases, while recording sources for claims.

parkjui92/socsci-paper-kit · 139 tokens

scientometric-paper-review

A review skill for quantitative social-science papers, especially studies that count publications or estimate effects from panel or policy data. Bibliometrics measures patterns in published research, and a quasi-experiment estimates an effect without a fully controlled experiment.

parkjui92/socsci-paper-kit · 234 tokens

paper-writing

A writing workflow for producing a social-science research paper from an approved research design, cited prior studies, and analysis results.

parkjui92/socsci-paper-kit · 165 tokens