If you've ever had a Korean college application or job form reject your carefully written essay because you were off by three characters, this is for you. It counts Korean text deterministically using Unicode grapheme clusters, not LLM guesses. You get exact character, line, and byte counts with two profiles: default uses UTF-8 encoding, while neis follows the byte rules used by Korea's education records system. It doesn't trim or normalize your input, just counts what's actually there. Runs as a Node.js helper script with no API keys needed. Honestly, it's solving a very specific problem, Korean form limits with exact counting requirements, but it solves it correctly.
npx skills add https://github.com/nomadamas/k-skill --skill korean-character-count