korean-spell-check

Correct Korean spelling and spacing via chunked rule-based requests.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill korean-spell-check-nomadamas
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: korean-spell-check
Source: https://github.com/NomaDamas/k-skill/tree/main/korean-spell-check
Command: npx skills add https://github.com/NomaDamas/k-skill --skill korean-spell-check-nomadamas

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

ํ•œ๊ตญ์–ด ๋งž์ถค๋ฒ•๊ณผ ๋„์–ด์“ฐ๊ธฐ ์˜ค๋ฅ˜๋ฅผ ์‚ฌ๋žŒ์ด ์ผ์ผ์ด ์ฐพ์•„ ๊ณ ์น˜๊ธฐ ์–ด๋ ต๊ณ , AI ๊ต์ •๋ณด๋‹ค ๊ทœ์น™ ๊ธฐ๋ฐ˜ ๊ต์ •์ด ํ•œ ๋ฒˆ ๋” ํ•„์š”ํ•  ๋•Œ ๋ฌธ์„œ ํ’ˆ์งˆ์„ ๋น ๋ฅด๊ฒŒ ๋Œ์–ด์˜ฌ๋ ค์ค๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ๊ทœ์น™ ๊ธฐ๋ฐ˜ ํ•œ๊ตญ์–ด ๊ต์ •: ๊ตญ๋ฆฝ๊ตญ์–ด์› ๊ณ„์—ด ๊ทœ์น™์„ ๋ฐ˜์˜ํ•œ ๋ฐ”๋ฅธํ•œ๊ธ€(๊ตฌ ๋ถ€์‚ฐ๋Œ€ ๋งž์ถค๋ฒ•/๋ฌธ๋ฒ• ๊ฒ€์‚ฌ๊ธฐ) ํ‘œ๋ฉด ๊ฒฐ๊ณผ๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ๊ต์ •์•ˆ์„ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.
  • ๊ธด ๊ธ€์„ ์œ„ํ•œ ์ฒญํฌ ์ฒ˜๋ฆฌ: ์ž…๋ ฅ์ด ๊ธธ์–ด๋„ ์š”์ฒญ๋Ÿ‰์„ ๊ด€๋ฆฌํ•˜๋ฉฐ ๋ฌธ๋‹จ/๋ฌธ์žฅ ๊ฒฝ๊ณ„ ๋‹จ์œ„๋กœ ๋‚˜๋ˆ  ์ˆœ์ฐจ ๊ฒ€์‚ฌํ•ฉ๋‹ˆ๋‹ค.
  • ๋ณ€๊ฒฝ ์ค‘์‹ฌ ๋ฆฌํฌํŠธ ์ œ๊ณต: ๊ต์ •๋œ ์ „์ฒด ํ…์ŠคํŠธ์™€ ํ•จ๊ป˜ ์ฃผ์š” ๋ณ€๊ฒฝ์ ์˜ ์›๋ฌธ/๊ต์ •์•ˆ/์ด์œ ๋ฅผ ๊ตฌ์กฐํ™”ํ•ด ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค.

Quick Start

Use korean-spell-check to proofread Korean text conservatively for spelling and spacing by chunking long input and returning change-focused correction suggestions.

Frequently Asked Questions about korean-spell-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Korean spelling and spacing in long documents?โ–ผ

Korean spelling and spacing correction can be applied to long documents by chunking input into paragraph or sentence boundaries and sequentially processing them to manage request volume. This preserves layout while returning corrected text.

What is the best way to proofread Korean text using rule-based grammar check?โ–ผ

Rule-based Korean proofreading uses Nara and PNU spell-check surfaces to generate correction suggestions. It returns a change-focused report containing the original text, suggested correction, and the reason for each change.

Does Korean spell check support Markdown files?โ–ผ

Korean spell check supports proofreading Markdown and text files by extracting correction payloads and reconstructing the corrected output. It preserves the original document layout whenever possible during the process.

Can I get a structured report for Korean spelling corrections?โ–ผ

Korean spelling correction provides a change-focused output that structures the original text, correction suggestion, and reason for each change. This allows users to review specific modifications rather than just reading the corrected text.

What happens when the Korean grammar check service returns a 403 error?โ–ผ

When the Korean grammar check service returns a 403 error or HTML parsing failure, the Skill includes failure handling logic to manage these cases. It conservatively throttles HTTP POST requests to the results endpoint to avoid service rejection.

Why use rule-based Korean proofreading instead of AI correction?โ–ผ

Rule-based Korean proofreading applies official Nara and PNU spelling standards, offering a reliable alternative when AI correction needs verification. It ensures document quality meets institutional grammar rules without hallucination risks.