
Queries South Korea's National Pension Service workplace enrollment data through the public data portal API to show employee headcount, monthly contribution amounts, and hiring/attrition trends by company name. You'd use this when you want to gauge a company's real workforce size or see if they've been growing or shrinking month over month. The API only exposes the first six digits of business registration numbers, so you're matching by company name and getting a candidate list if there are duplicates. It's raw facts only, no scores or risk labels, which is the right call since the data is public record anyway. Requires a proxy setup (hosted or self-host) that holds the data.go.kr API key, but end users don't need credentials.
npx -y skills add nomadamas/k-skill --skill national-pension-workplace --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 national-pension-workplace
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 national-pension-workplace
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/national-pension-workplace/instruction.md.