Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nomadamas avatar

Korean Spell Check

  • 3.8k installs
  • 7k repo stars
  • Updated August 2, 2026
  • nomadamas/k-skill

korean-spell-check is a conservative Korean proofreading skill using Nara/PNU spell-check surfaces with chunked requests and change-focused output.

About

Korean Spell Check uses the public Nara/PNU 바른한글 surface at nara-speller.co.kr to proofread Korean sentences with conservative automation. The skill targets user-driven final review of documents, emails, and README Korean prose, not commercial batch APIs. Policy constraints note non-commercial free use for individuals and students, robots.txt allowing root but blocking test_speller, and prohibition on high-frequency or SaaS backend resale. Long text splits into roughly 1500-character chunks with at least one second between requests. The helper script korean_spell_check.py accepts --file or --text with json or text output returning original, suggestions, and reason fields. Verified notes document Cloudflare 403 on generic fetch while browser User-Agent Python urllib POST to old_speller/results returns HTML results. Agents should skip code blocks, sensitive content, and commercial bulk processing, asking users to narrow scope when markdown files contain heavy code fences. Output prioritizes corrected sentences, change lists, and explicit disclaimer that public web checker results need human context review.

  • Rule-based Korean proofreading via Nara/PNU 바른한글 public web surfaces, not AI paraphrase.
  • Conservative policy: low-frequency personal or document review only, not commercial batch APIs.
  • Chunks long input near 1500 characters with minimum one second pause between requests.
  • korean_spell_check.py helper supports --file, --text, and json or text output formats.
  • Returns original, correction suggestions, and reasons with human final-review disclaimer.

Korean Spell Check by the numbers

  • 3,754 all-time installs (skills.sh)
  • +273 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #90 of 688 Office & Documents skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

korean-spell-check capabilities & compatibility

Capabilities
nara/pnu public spell check surface integration · chunked low frequency request handling for long · python helper script for file and inline text ch · change focused reporting with original, suggesti · scope narrowing guidance for code blocks and sen
Use cases
translation · documentation · copywriting
From the docs

What korean-spell-check says it does

대량 배치, SaaS 백엔드 연동, 상업 서비스 내 무단 재판매/재노출에는 쓰지 않는다
SKILL.md
npx skills add https://github.com/nomadamas/k-skill --skill korean-spell-check

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3.8k
repo stars7k
Security audit2 / 3 scanners passed
Last updatedAugust 2, 2026
Repositorynomadamas/k-skill

How do I run rule-based Korean spelling and spacing checks on documents or sentences with policy-safe low-frequency automation?

Proofread Korean text with Nara/PNU rule-based spell check, chunk long input conservatively, and return change-focused corrections with reasons.

Who is it for?

Authors proofreading Korean README, email, or markdown prose who accept public web checker limitations and rate limits.

Skip if: Skip for code-heavy logs, sensitive text that cannot leave the machine, or commercial high-volume API replacement needs.

When should I use this skill?

User asks for Korean spell check, spacing correction, README Korean proofreading, or rule-based validation after AI drafting.

What you get

Corrected Korean text, enumerated changes with original, suggestion, and reason fields, plus explicit note that human context review is required.

  • corrected Korean prose
  • structured change list with reasons

By the numbers

  • Default chunk size 1500 characters per Nara Speller request
  • Default throttle 1.2 seconds and HTTP timeout 30 seconds
  • Calls nara-speller.co.kr/old_speller/results endpoint

Files

SKILL.mdMarkdownGitHub ↗

Korean Spell Check

What this skill does

국립국어원 계열 규칙을 반영한 바른한글(구 부산대 맞춤법/문법 검사기) 표면을 이용해 한국어 문장을 최종 교정한다.

  • 기본 진입점은 공개 웹 표면 https://nara-speller.co.kr/speller/ 이다.
  • 자동화가 필요하면 이전 버전 폼 POST 표면 https://nara-speller.co.kr/old_speller/results낮은 요청량으로만 사용한다.
  • 긴 글은 청크로 나눠 순차 검사한다.
  • 결과는 원문, 교정안, 이유 중심으로 정리한다.

Policy first

  • https://nara-speller.co.kr/old_speller/비상업적 용도 안내와 개인이나 학생만 무료라는 문구를 명시한다.
  • https://nara-speller.co.kr/robots.txt/ 를 허용하지만 /test_speller/ 는 금지한다.
  • 따라서 이 스킬은 사용자 주도 최종 검수, 저빈도 요청, 문서/이메일/README 교정 용도로만 쓴다.
  • 대량 배치, SaaS 백엔드 연동, 상업 서비스 내 무단 재판매/재노출에는 쓰지 않는다. 그런 경우는 공급사 문의/유료 API 계약을 먼저 검토한다.

When to use

  • "이 한국어 문장 맞춤법 검사해줘"
  • "README 한국어 문장 최종 검수해줘"
  • "마크다운 파일 전체에서 띄어쓰기/맞춤법 오류를 잡아줘"
  • "AI 교정보다 규칙 기반 한국어 검사기로 한 번 더 확인해줘"

When not to use

  • 코드 블록/로그/영문 위주 텍스트를 그대로 대량 전송해야 하는 경우
  • 민감정보가 많은 원문을 외부 웹 서비스에 보내면 안 되는 경우
  • 상업적 대량 처리 API가 필요한 경우

Prerequisites

  • 인터넷 연결
  • python3 3.10+
  • 이 스킬 디렉토리의 scripts/korean_spell_check.py (설치 시 자동 포함)

Verified surface notes

  • 현재 공개 사이트는 https://nara-speller.co.kr/speller/ 로 제공된다.
  • 이 환경에서 일반 shell/Node fetch는 Cloudflare 때문에 403 이 나올 수 있었다.
  • 같은 환경에서도 브라우저형 User-Agent + Python stdlib `urllib` POSTold_speller/results 에서 실제 검사 결과 HTML을 반환했다.
  • 무료 공개 표면은 HTML 결과 페이지이며, 문서화된 공개 JSON API는 확인하지 못했다.

Workflow

1. Ask for the text or file path

  • 텍스트가 직접 주어지면 바로 검사한다.
  • 파일 검사라면 UTF-8 텍스트/Markdown 파일만 대상으로 잡고, 코드 블록이 많으면 먼저 사용자에게 범위를 줄일지 물어보는 편이 안전하다.

2. Keep requests conservative

  • 기본 청크 크기는 1500 자 안팎으로 유지한다.
  • 청크 사이는 최소 1초 정도 쉬게 한다.
  • 한 번에 너무 많은 파일을 돌리지 않는다.

3. Run the helper

python3 scripts/korean_spell_check.py \
  --file README.md \
  --format json

짧은 문장은 --text 로 바로 넣을 수 있다.

python3 scripts/korean_spell_check.py \
  --text "아버지가방에들어가신다." \
  --format text

4. Return change-focused output

최종 답변은 아래 순서를 권장한다.

1. 교정된 전체 문장/문단 2. 주요 변경점 목록 3. 각 변경점의 원문, 교정안, 이유 4. 필요하면 공개 웹 검사기 기준 결과이며, 최종 문맥 판단은 사람이 확인 문구

예시 JSON 필드:

{
  "original": "아버지가방에들어가신다",
  "suggestions": ["아버지가 방에 들어가신다"],
  "reason": "띄어쓰기, 붙여쓰기, 음절 대치와 같은 교정 방법에 따라 수정한 결과입니다."
}

Done when

  • 공개 표면 정책을 먼저 확인했다.
  • 긴 텍스트면 청크 분할을 적용했다.
  • 결과를 원문/교정안/이유 중심으로 정리했다.
  • 고빈도/상업적 사용이 아님을 분명히 했다.

Notes

  • guide: https://nara-speller.co.kr/guide/
  • main UI: https://nara-speller.co.kr/speller/
  • old UI / form post: https://nara-speller.co.kr/old_speller/, https://nara-speller.co.kr/old_speller/results
  • robots: https://nara-speller.co.kr/robots.txt

Related skills

How it compares

Use korean-spell-check for Korean-specific Nara Speller validation; use general writing skills for stylistic edits without grammar API backing.

FAQ

Can this run as a commercial SaaS backend?

No. The skill limits use to low-frequency personal or document review; commercial bulk processing requires vendor API contracts.

How should long files be processed?

Split into about 1500-character chunks, wait at least one second between requests, and avoid mass batching many files at once.

What output format is recommended?

Present corrected text, a change list, and per-change original, correction, and reason, noting results are from the public web checker.

Is Korean Spell Check safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Office & Documentsworkflownotes

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.