
This is a Korean National Tax Service business registration verification skill that checks whether a business number is active, dormant, or closed, and can validate registration details against official government records. It routes through a proxy server so you don't need to manage the public data portal API keys yourself. The privacy setup is notably careful: the hosted proxy strips sensitive fields from responses and doesn't cache validation requests that include owner names and addresses. If you're building Korean B2B workflows where you need to verify a supplier or partner is legit before onboarding, this hits the official NTS database. You can self-host the proxy if sending business owner PII through a third party makes your compliance team nervous.
npx -y skills add nomadamas/k-skill --skill nts-business-registration --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-business-registration
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-business-registration
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-business-registration/instruction.md.