By devxoul
Read and edit HWP/HWPX Korean document files natively. AI agents can read document structure, extract and edit text, formatting, tables, and images in-place without format conversion.
Hwpilot은 AI 에이전트가 HWP/HWPX를 쉽게 다룰 수 있게 해주는 도구입니다. 파일 읽기와 변환만을 지원하는 다른 도구들과는 다르게 HWP 파일을 직접 수정할 수 있습니다.
HWP는 여전히 한국에서 가장 많이 사용되는 문서 포맷입니다. 그러나 AI 에이전트들이 MS Office 문서를 쉽게 읽고 쓰는 것에 비해 HWP 문서를 읽고 쓰는 능력은 거의 없다시피 합니다. AI 에이전트를 위한 적절한 도구가 없기 때문입니다. hwpilot을 사용하면 AI 에이전트가 한글 문서를 쉽게 읽고 쓸 수 있습니다.
hwpilot은 AI 에이전트에게 HWP 문서를 다루는 방법을 가르쳐주는 에이전트 스킬을 포함합니다.
SkillPad는 에이전트 스킬을 위한 GUI 앱입니다. 자세한 내용은 skillpad.dev를 참고하세요.
Skills CLI는 에이전트 스킬을 위한 CLI 도구입니다. 자세한 내용은 skills.sh를 참고하세요.
npx skills add devxoul/hwpilot
/plugin marketplace add devxoul/hwpilot
/plugin install hwpilot
opencode.jsonc에 추가:
{
"plugins": [
"hwpilot"
]
}
CLI를 직접 사용하려면:
npm install -g hwpilot
모든 명령어는 JSON을 출력합니다. 편집 명령어는 별도의 변환 과정 없이 원본 파일을 직접 수정합니다.
hwpilot read document.hwpx --limit 20 # 문서 읽기
hwpilot find document.hwpx "청구취지" # 텍스트 검색
hwpilot edit text document.hwpx s0.p0 "새 내용" # 문단 편집
hwpilot table edit document.hwpx s0.t0.r0.c0 "값" # 표 셀 편집
hwpilot table add document.hwpx s0 3 4 # 3×4 표 추가
hwpilot table add document.hwpx s0 2 2 --data '[["A","B"],["C","D"]]' # 데이터와 함께 표 추가
hwpilot table add document.hwpx s0.p2 3 4 --position after # 특정 위치에 표 삽입
hwpilot edit format document.hwpx s0.p0 --bold --size 16 # 서식 변경
hwpilot edit format document.hwpx s0.p0 --bold --start 0 --end 5 # 인라인 서식
hwpilot paragraph add document.hwpx s0 "새 문단" --position end # 문단 추가
hwpilot image insert document.hwpx ./photo.jpg # 이미지 삽입
hwpilot create new.hwpx # 새 문서 생성
hwpilot convert legacy.hwp output.hwpx # HWP 5.0 → HWPX 변환
파일 포맷은 확장자가 아닌 파일 내용(매직 바이트)으로 판별합니다. .hwp 확장자라도 실제로는 HWPX일 수 있습니다.
| 기능 | HWPX | HWP 5.0 |
|---|---|---|
| 읽기 | ✓ | ✓ |
| 텍스트 편집 | ✓ | ✓ |
| 서식 편집 | ✓ | ✓ |
| 표 | ✓ | ✓ |
| 텍스트 박스 | ✓ | ✓ |
| 검색 | ✓ | ✓ |
| 이미지 | ✓ | 목록만 |
| 새 문서 생성 | ✓ | ✓ |
HWP 5.0에서 이미지 작업이 필요하면 먼저 HWPX로 변환하세요: hwpilot convert file.hwp file.hwpx
bun install
bun run typecheck
bun run lint
bun test src/
bun run build
자세한 개발 가이드는 AGENTS.md를 참고하세요.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Notion API interaction skill for AI agents. Manage pages, databases, blocks, search, and comments through a simple CLI interface.
npx claudepluginhub devxoul/hwpilot --plugin hwpilotHWPX 문서 생성/편집/분석 통합 플러그인. XML-first 빌드 + ZIP 치환 지원.
HWPX document generation, validation, visual-review handoff, and MCP tooling.
Office document manipulation plugins for Claude Code
Korean language skills: grammar checker, AI text humanizer, style guide enforcer
AI가 쓴 한글 텍스트를 사람이 쓴 글처럼 윤문 — Fast(monolith) + strict 5인 파이프라인. 10대 카테고리 40+ AI 티 패턴 탐지·재작성.
Document processing suite — Excel (xlsx), Word (docx), PowerPoint (pptx), and PDF generation and manipulation.