
This hits the Korean National Tax Service's public list of high-value habitual tax delinquents directly from your machine, no API key needed. You feed it a company or business name, it scrapes both the corporate and individual delinquency lists and returns matches with total arrears, tax categories, and publication year. No business registration number lookup because NTS doesn't publish those in the list. It's read-only HTML scraping, so if the page structure changes it fails loudly and tells you to check manually. Useful when you're vetting a potential client or partner in Korea and want to see if they're on the public shame list. It won't score or interpret anything, just shows you what's published and gives you the source URL.
npx -y skills add nomadamas/k-skill --skill nts-tax-delinquency --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 nts-tax-delinquency
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 nts-tax-delinquency
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/nts-tax-delinquency/instruction.md.