Skill Detail

Parse Korean office documents for agents with kordoc

Use kordoc when an agent needs to parse HWP, HWPX, PDF, Excel, or DOCX files into Markdown, fill forms, compare documents, or expose document tools through MCP.

Data Extraction & TransformationMCP
Data Extraction & Transformation MCP Security Reviewed
โญ 1.4k GitHub stars โฌ‡ 34.5k/wk npm
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill parse-korean-office-documents-for-agents-with-kordoc Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Node.js 18+, npx or npm, kordoc CLI or MCP server, supported AI client such as Claude Desktop, Cursor, Claude Code, Windsurf, VS Code, Gemini CLI, Zed, or Antigravity
Install & setup
Run npx -y kordoc setup to launch the setup wizard for supported AI clients, or use npx -y kordoc for CLI-only document parsing.
Author
chrisryugj
Publisher
Individual
Last updated
Jul 8, 2026
Quick brief

Use kordoc when an operator needs an agent to read, compare, transform, or fill Korean office documents that are otherwise awkward for LLM workflows, including HWP, HWPX, HWPML, PDF, XLS, XLSX, and DOCX files. The repeatable workflow is to install the CLI or run the setup wizard, register the MCP tools with a supported AI client, and let the agent call document parsing, table extraction, form filling, diff, patch, and generation tools from its normal task flow. Invoke this instead of opening documents manually when the agent needs structured Markdown or document actions as tool calls. The scope boundary is document extraction and document-operation tooling for agents, not a general npm library or office suite listing.

How it works

What this skill actually does

Inputs and prerequisites: Node.js 18+, npx or npm, kordoc CLI or MCP server, supported AI client such as Claude Desktop, Cursor, Claude Code, Windsurf, VS Code, Gemini CLI, Zed, or Antigravity.

Setup notes: Run npx -y kordoc setup to launch the setup wizard for supported AI clients, or use npx -y kordoc for CLI-only document parsing.

Source and verification boundary: use https://www.npmjs.com/package/kordoc as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.

Framework fit: publish this as a MCP workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.