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.
npx skills add agentskillexchange/skills --skill parse-korean-office-documents-for-agents-with-kordoc
npx -y kordoc setup to launch the setup wizard for supported AI clients, or use npx -y kordoc for CLI-only document parsing.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.
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.