
This wraps the Nara Korean spell checker (formerly PNU) so Claude can proofread Korean text using rule-based grammar and spacing checks instead of just AI intuition. It chunks long documents, hits the public web form conservatively with rate limiting, and returns corrections with reasons. Use it for final proofing on READMEs, emails, or Markdown docs where you want National Institute of Korean Language rules applied. The skill is explicit about usage limits: it's built for low-frequency personal checks, not batch processing or commercial backends, since the free tier is meant for students and individuals. Ships with a Python helper that handles chunking and parsing the HTML responses.
npx -y skills add nomadamas/k-skill --skill korean-spell-check --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct korean-spell-check
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files korean-spell-check
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/korean-spell-check/instruction.md.